1. 首页
  2. 编程语言
  3. C
  4. 学生成绩管理系统源代码

学生成绩管理系统源代码

上传者: 2018-12-31 14:35:57上传 CPP文件 8.01KB 热度 18次
学生成绩关系系统源代码,C语言编译,#include"stdio.h" #include #include #include"process.h" #include"ctype.h" typedef struct { char num[10]; char name[10]; int age; char majar; char Class; }Student; Student stu[99];
用户评论