C语言课程设计—学生成绩管理系统.pdfVIP

  • 0
  • 0
  • 约1.98万字
  • 约 18页
  • 2020-05-29 发布于湖北
  • 举报
封面 作者: PanHongliang 仅供个人学习 #include stdio.h #include string.h #include stdlib.h #include conio.h #include string.h #include fcntl.h typedef struct student { int num 。 char grade[10] 。 char classroom[10] 。 char name[10] 。 float score_math 。 float score_chinese 。 float score_english 。 float average 。 float sum 。 }STU。 typedef struct Node { STU data。 struct Node *next 。 }*linklist 。 void menu() 。 char *loginpassword(char password[],int n) 。// 登录验证密码函数声明

文档评论(0)

1亿VIP精品文档

相关文档