首页    新闻    小组    威客    人才    下载    博客    代码贴    在线编程    论坛
代码贴随便看看C语言
#include<stdio.h>
   
int main()
{      
     printf("xiaowenbao\n”);
     return 0;
}
阅读全部 | xiaowen13 贴于 2022年10月3日 08:44     hide bbsi
#include<stdio.h>
   
intmain()
{      
     printf("xiaowenbao\n”);
     return 0;
}
阅读全部 | xiaowen13 贴于 2022年10月3日 08:42     hide bbsi
#include<stdio.h>
   intmain()
   {      
        printf("xiaowenbao\n”);
        return0;
    }
阅读全部 | xiaowen13 贴于 2022年10月3日 08:41     hide bbsi
#include<stdio.h>
   int main()
   {      
        printf("xiaowenbao\n”);
        return 0;
    }
阅读全部 | xiaowen13 贴于 2022年10月3日 08:40     hide bbsi
#include<stdio.h>
   int main()
   {      
        printf("xiaowenbao\n”);
        return 0;
    }
阅读全部 | xiaowen13 贴于 2022年10月3日 08:38     hide bbsi
#include<stdio.h>
   int main()
   {      
        printf("肖汶葆”);
        return 0;
    }
阅读全部 | xiaowen13 贴于 2022年10月3日 08:38     hide bbsi
#include<stdio.h>
   int main()
   {      
        printf("肖汶葆”)
        return 0
    }
阅读全部 | xiaowen13 贴于 2022年10月3日 08:37     hide bbsi
/**
 * 【程序2】
 * 题目:古典问题:有一对兔子,从出生后第3个月起每个月都生一对兔子,小兔子长到第三个月
 *       后每个月又生一对兔子,假如兔子都不死,问每个月的兔子总数为多少?
 * 程序分析:兔子的规律为数列1,1,2,3,5,8,13,21....
 */

#include<stdio.h>

int main() {
    long f1,f2;
    int i;
......................
阅读全部 | xiaowen13 贴于 2022年10月3日 08:27     hide bbsi
/**
 * 【程序2】
 * 题目:古典问题:有一对兔子,从出生后第3个月起每个月都生一对兔子,小兔子长到第三个月
 *       后每个月又生一对兔子,假如兔子都不死,问每个月的兔子总数为多少?
 * 程序分析:兔子的规律为数列1,1,2,3,5,8,13,21....
 */

#include<stdio.h>

int main() {
    long f1,f2;
    int i;
......................
阅读全部 | xiaowen13 贴于 2022年10月3日 08:24     hide bbsi
/**
 * 【程序4】
 * 题目:用星号绘制余弦曲线和直线。
 */

#include <stdio.h>
#include <math.h>

int main() {
    double y;
    int xc;
    int xx;
......................
阅读全部 | xiaowen13 贴于 2022年10月3日 08:24     hide bbsi
上一页 11 12 13 14 15 16 17 18 19 20 下一页