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

  • 实验2

    #include <stdio.h> #include <stdlib.h> #include <time.h> #define N 5 #define R1 586 #define R2 701 int main() { int number,i; srand(time(0)); for(i=1;
    克劳修斯   2023-03-17 21:27   0   17
  • c实验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));
    202183360008仲苏洋   2023-03-17 17:00   0   7
  • 实验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( ti
    yggybb   2023-03-17 16:48   0   7
  • 实验二

    任务1 #include <stdio.h> #include <stdlib.h> #include <time.h> #define N 5 #define R1 586 #define R2 701 int main () { int number ,i ; srand (time(0));
    Orangpetofi   2023-03-17 16:19   0   21
  • 实验2

    1.task1 task1.c 1 #include<stdio.h> 2 #include<stdlib.h> 3 #include<time.h> 4 5 #define N 5 6 #define R1 586 7 #define R2 701 8 9 int main() 10 { 11 i
    202113020120张艳   2023-03-17 16:11   0   13
  • 实验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( tim
    lzque   2023-03-17 12:38   0   11
  • 实验2

    实验二 任务1: 代码 #include <stdio.h> #include <stdlib.h> #include <time.h> #define N 5 #define R1 586 #define R2 701 int main() { int number,i; srand( time(
    15278883663   2023-03-17 11:39   0   7
  • 实验2

    实验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; sran
    肯德鸭   2023-03-17 11:23   0   8
  • 实验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) )
    荒野。。   2023-03-17 11:13   0   11
  • 实验2

    实验任务一 代码 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <time.h> 4 #define N 5 5 #define R1 586 6 #define R2 701 7 int main() 8 { 9 int number;
    崩崩大圆帽   2023-03-17 10:33   0   6