课堂经验值管理系统(数据结构课程设计及报告)讲义.docVIP

  • 2
  • 0
  • 约1.42万字
  • 约 20页
  • 2016-05-04 发布于湖北
  • 举报

课堂经验值管理系统(数据结构课程设计及报告)讲义.doc

#includeiostream #include string.h #include stdlib.h #include time.h #include stdio.h using namespace std; #define MAXSIZE 4 struct{ int sno; char name[7]; int exp; char q[2]; //q表示这个人到没到的状态,按y或者n赋值 }stu[MAXSIZE]; int printsqlist(){ //3查看全部学生信息 int i; cout|-—————————-------------------------------------------|endl; cout| 学生信息表格 endl; cout|-—————————-------------------------------------------|endl; cout| 学号 姓名

文档评论(0)

1亿VIP精品文档

相关文档