电脑桌面
添加小米粒文库到电脑桌面
安装后可以在桌面快捷访问

C语言教务管理系统(2000行代码)

C语言教务管理系统(2000行代码)_第1页
1/56
C语言教务管理系统(2000行代码)_第2页
2/56
C语言教务管理系统(2000行代码)_第3页
3/56
C 语言教务管理系统 一、程序结构图 二、程序运行截图 1. 个人信息简介 2. 修改颜色 3. 注册界面 4. 信息保存至文件 5. 登录界面 6. 管理员录入信息 7. 学生信息录入 8. 学生成绩录入 9. 学生课程表录入 10. 学生信息查询界面 11 学生信息查询 12. 学生成绩查询 13. 学生课表查询 三、代码(一个 cpp) #include #include #include #include #include #include"windows.h" #define student_num 1000 /*定义 1000 个学生*/ #define teacher_num 5 /*定义 5 个老师(管理员)*/ int is_my_student(struct student *p,int *size); /*声明 返回第 i+1 个学生的函数*/ int is_my_teacher(struct teacher *p,int *size); /*声明 返回第 i+1 个老师的函数*/ int length_student_name(char *p); /*声明 验证用户名函数*/ int length_student_password(char *p); /*声明 验证密码长度函数*/ int length_teacher_name(char *p); /*声明 验证用户名函数*/ int length_teacher_password(char *p); /*声明 验证密码长度函数*/ int show_menu_login(); /*声明 登录菜单函数*/ int show_menu_register(); /*声明 注册菜单函数*/ int show_teacher_select(); /*声明 教师录入菜单函数*/ int show_student_select(); /*声明 学生查询菜单函数*/ int student_register(struct student *ptr_student,int *size); /*声明 学生注册函数*/ int teacher_register(struct teacher *ptr_teacher,int *size); /*声明 老师注册函数*/ int vaild_student_name(char *p); /*声明 验证用户名函数*/ int vaild_student_password(char *p); /*声明 验证密码函数*/ int vaild_teacher_name(char *p); /*声明 验证用户名函数*/ int vaild_teacher_password(char *p); /*声明 验证密码函数*/ int vaild_two_password(char *p1,char *p2); /*声明 验证两次密码是否相同函数*/ int yes_no_return(); /*声明 选择是否返回上一层函数*/ void load(); /*声明 加载函数*/ void register_(int *count1,int *count2); /*声明 注册函数*/ void display_student(struct student stu); /*声明 显示学生信息函数*/ void display_teacher(struct teacher tea); /*声...

1、当您付费下载文档后,您只拥有了使用权限,并不意味着购买了版权,文档只能用于自身使用,不得用于其他商业用途(如 [转卖]进行直接盈利或[编辑后售卖]进行间接盈利)。
2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。
3、如文档内容存在违规,或者侵犯商业秘密、侵犯著作权等,请点击“违规举报”。

碎片内容

C语言教务管理系统(2000行代码)

确认删除?
VIP
微信客服
  • 扫码咨询
会员Q群
  • 会员专属群点击这里加入QQ群
客服邮箱
回到顶部