c语言机房管理系统(可以自己计算费用).docxVIP

  • 7
  • 0
  • 约4.37千字
  • 约 11页
  • 2019-06-08 发布于浙江
  • 举报

c语言机房管理系统(可以自己计算费用).docx

#includestdio.h #includestring.h #includestdlib.h #includetime.h #define MaxSize 81 int a[81]={0}; time_t b[81],e[81]; int m; char timestr1[80]; char timestr2[80]; struct student_info { char name[10]; //姓名 int seat; //机号 long stu_num; //学号 int time; //上机时间 }StudentList[MaxSize]; void Insert(); void Empty(); void Search(); void Update(); void Delete(); void Dispallmoney(); void Sh

文档评论(0)

1亿VIP精品文档

相关文档