C语言做的成绩管理系统

时间:2012-12-21 14:23:37
【文件属性】:
文件名称:C语言做的成绩管理系统
文件大小:10KB
文件格式:C
更新时间:2012-12-21 14:23:37
成绩管理系统 #include #include #include #include int r; struct student { int number; char name[9]; float score[4]; float avescore; }; typedef struct link { struct student data; struct link *next; }LINK; LINK * Print(); LINK* Shuru(); void d_save(); void average(); void Tuichu(); void ShowData(); void menue(); LINK* xunzhao(); LINK* zhaoxun(); void shanchu(); void xiugai(); void Wrong(); void Nofind(); void printi(); void prints(); void chaxun(); void charu(); 。。。。。。

网友评论