- 13
- 0
- 约1.26万字
- 约 29页
- 2017-06-23 发布于河南
- 举报
用c语言编写学分管理系统-成绩管理系统(国外英语资料)
用c语言编写学分管理系统-成绩管理系统(国外英语资料)
# includes stdio.h
# includes string.h
# includes stdlib.h
# includes malloc.h
# includes conio.h
# define len sizeof (struct student)
typedef struct student
{char num [11] name [7], class [10].
int jichu, renwen, xuanxiu, zhuanye, shiyan;
- stu.
stu st [37].
static int n;
void menu ();
void input ();
void print ()
void query ().
void ways ();
void of ().
void count ().
main ()
{int d;
do {
menu ();
printf (\ n \ t \ t \ t \ t 请选择:);
scanf (% d d);
switch (s)
{0: break; case
case 1: input (); break;
case 2: print (); break;
case 3: query (); break;
case 4
原创力文档

文档评论(0)