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

  • 实验六

    task.4 #include<stdio.h> #include<string.h> #define N 100 typedef struct{ char num[10]; //学号 int s1; //期末成绩 int s2; // 平时成绩 double sum; //总评 char leve
    辰念星   2023-05-27 16:58   0   8
  • 实验6

    试验任务4: #include <stdio.h> #include<string.h> #define N 100 typedef struct { char num[10]; // 学号 int s1; // 期末成绩 int s2; // 平时成绩 double sum; // 总评 char
    都行吧   2023-05-27 16:11   0   5
  • 实验六

    task.1 程序源代码 // P286例8.17 // 对教材上的程序作了微调整,把输出学生信息单独编写成一个函数模块 // 打印不及格学生信息和所有学生信息程分别调用 #include <stdio.h> #include <string.h> #define N 3 // 运行程序输入测试时,
    轻颦   2023-05-27 15:59   0   5
  • 实验六

    任务四 代码 #include <stdio.h> #include<string.h> #define N 100 typedef struct { char num[10]; // 学号 int s1; // 期末成绩 int s2; // 平时成绩 double sum; // 总评 char
    郭子瑄   2023-05-27 00:49   0   8
  • 实验六

    任务一 #include <stdio.h> #include <string.h> #define N 3 typedef struct student { int id; char name[20]; char subject[20]; double perf; double mid; doub
    根本抢不到名字   2023-05-26 21:51   0   6
  • 实验六

    task4 源代码 #include <stdio.h> #include<string.h> #define N 100 typedef struct { char num[10]; // 学号 int s1; // 期末成绩 int s2; // 平时成绩 double sum; // 总评 c
    战①柔   2023-05-26 21:17   0   5
  • 实验六

    实验任务1 程序源码 #include <stdio.h> #include <string.h> #define N 3 typedef struct student { int id; char name[20]; char subject[20]; double perf; double mi
    铁欣玥   2023-05-26 18:45   0   20
  • 实验6

    实验四 #include <stdio.h> #include<string.h> #define N 100 typedef struct { char num[10]; // 学号 int s1; // 期末成绩 int s2; // 平时成绩 double sum; // 总评 char le
    千里落花风。   2023-05-26 17:38   0   6
  • 实验六

    #include <stdio.h> #include<string.h> #define N 100 typedef struct { char num[10]; // 学号 int s1; // 期末成绩 int s2; // 平时成绩 double sum; // 总评 char level[
    陈忆安   2023-05-26 10:31   0   7
  • 实验6

    //task 4:#include <stdio.h> #include<string.h> #define N 100 typedef struct { char num[10]; // 学号 int s1; // 期末成绩 int s2; // 平时成绩 double sum; // 总评 ch
    克劳修斯   2023-05-25 23:25   1   12