C语言学生管理系统源代码.docVIP

  • 92
  • 0
  • 约8.9千字
  • 约 12页
  • 2016-12-06 发布于陕西
  • 举报
C语言学生成绩管理系统源代码,保证能用…… #include malloc.h #include stdio.h #include stdlib.h #include string.h char filename[30]; int n=0,d; FILE *fp; typedef struct student { int num; char name[10]; int yuwen; int shuxue; int yingyu; int count; float aver; struct student *next; } aaa; typedef struct stu { int num; char name[10]; int yuwen,shuxue,yingyu; int count; float aver; } aaaa; aaa *head; /*浏览*/ void liulan(aaa *head) { aaa *p; if(head==NULL) printf(\n没有任何学生资料!\n); else { printf(\t\t\t考试成绩管理系统\n); printf(----------------------------------------------------\n); p

您可能关注的文档

文档评论(0)

1亿VIP精品文档

相关文档