计算机程序设计(c语言)-2022级气科类 (南京信息工程大学)

  • 3.16实验2

    任务1 #include <stdio.h> #include <stdlib.h> #include <time.h> #define N 5 #define R1 586 #define R2 701 int main() { int number; int i; srand( time(0)
    陈含章   2023-03-22 20:58   0   1
  • 实验2

    #include <stdio.h> #include <stdlib.h> #include <time.h> #define N 5 #define R1 586 #define R2 701 int main() { int number; int i; srand(time(0)); for
    0波波茶0   2023-03-22 20:22   0   5
  • 实验2

    2.1#include <stdio.h> #include <stdlib.h> #include <time.h> #define N 6 #define R1 586 #define R2 701 int main() { int number; int i; srand(time(0));
    处世大梦   2023-03-22 20:20   0   6
  • 实验2

    task1 源代码 #include<stdio.h> #include<stdlib.h> #include<time.h> #define N 5 #define R1 586 #define R2 701 int main(){ int number; int i; srand(time(0)
    17-邱远鹏   2023-03-22 20:17   0   3
  • 实验2

    实验任务1 #include <stdio.h> #include <stdlib.h> #include <time.h> #define N 5 #define R1 586 #define R2 701 int main() { int number; int i; srand( time(0
    00z   2023-03-22 20:07   0   4
  • shiyan 2

    #include<stdio.h> #include<stdlib.h> #include<time.h> #define N 5 #define R1 586 #define R2 701 int main() { int number; int i; srand(time(0)); for(i=
    显微   2023-03-21 22:04   0   5
  • 实验2

    实验任务1 问题一:line18将几个随机数组合起来 问题二:根据当时的电脑时间,随机生成四个四位数 实验任务2 #include<stdio.h> #include<stdlib.h> int main() { double x, y; char c1, c2, c3; int a1, a2, a
    202283300646郝遥   2023-03-21 21:48   0   8
  • 实验二

    task1 #include <stdio.h> #include <stdlib.h> #include <time.h> #define N 5 #define R1 586 #define R2 701 int main() { int number; int i; srand( time(0
    Tzaa   2023-03-21 21:47   0   3
  • 实验2

    TASK1 //程序作用 :随机生成五个学号 #include<stdio.h> #include<stdlib.h> #include<time.h> #define N 5 #define R1 586 #define R2 701 int main() { int number; int i
    呓语-c   2023-03-21 18:52   0   4
  • 实验任务二

    任务一 #include <stdio.h> #include <stdlib.h> #include <time.h> #define N 6 #define R1 586 #define R2 701 int main() { int number; int i; srand(time(0));
    陈乐~   2023-03-21 17:31   0   2