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

c语言程序设计课程学籍管理系统源代码

c语言程序设计课程学籍管理系统源代码_第1页
1/14
c语言程序设计课程学籍管理系统源代码_第2页
2/14
c语言程序设计课程学籍管理系统源代码_第3页
3/14
附表1 .程序源码 #include #include #include #include #define N 100 struct student { char num[13]; char name[18]; float math; float english; float cprogram; float circuit; float law; float pingjun; float score[5]; }; void mainprint(); void scoreprint(); void studentprint(); void scoreInput(); void scoreStat(); void studentStatus(); void bukao(); /*生成并打印补考通知单*/ void tuixue(); /*生成并打印退学通知单*/ void xinmingdan(); /*生成并打印新名单*/ void sortAnhao(); /*按学号排序*/ void jisuanPingjun(); /*计算平均分并排序*/ void tongjiFenshu(); /*统计分数段*/ void fenxi(); /*分析学生成绩,算出不及格门数*/\ void mynew(); /*创新功能*/ void outstudent(); void outdanke(); void teshutuixue(); void main() { char choose='\0',yes_no='\0'; do { system("color 4f"); system("cls"); mainprint(); printf(" "); choose=getche( ); switch(choose) { case'1':scoreInput();break; /*成绩录入*/ case'2':scoreStat();break; case'3':studentStatus();break; case'4':mynew();break; case'0':break; default:printf("\n %c 是非法选项!\n"); break; } if(choose=='0') break; printf("\n 即将进入主菜单,要继续选择吗(Y/N)?\n"); do { yes_no=getche( ); }while(yes_no!='Y'&&yes_no!='y'&&yes_no!='N'&&yes_no!='n'); }while(yes_no=='y'||yes_no=='Y'); } void mainprint() { printf(" |******************************************|\n"); printf(" | 欢迎使用学籍管理系统 |\n"); printf(" |******************************************|\n"); printf(" | 请输入选项编号(0~4) |\n"); printf(" |------------------------------------------|\n"); printf(" | 1--录入成绩 |\n"); printf(" | 2--统计成绩 |\n"); printf(" | 3--处理学籍 |\n"); printf(" | 4--创新功能 |\n"); printf(" | 0-- 退出 |\n"); printf(" |------------------------------------------|\n"); } void scoreInput() { int i=0;char yes_no='\0'; struct student ex1[N]={0} ; FILE *fp=NULL; system(...

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

碎片内容

c语言程序设计课程学籍管理系统源代码

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