C语言实现的学籍管理系统(超全版)

时间:2017-08-14 12:22:16
【文件属性】:

文件名称:C语言实现的学籍管理系统(超全版)

文件大小:10KB

文件格式:ZIP

更新时间:2017-08-14 12:22:16

C语言 代码

typedef struct student { char ID[10]; char name[20]; char sex; float score[5]; float total; float ag; } STU;


【文件预览】:
学籍管理(超全版)
----C语言下简单的学籍管理系统源代码.doc(82KB)

网友评论