学生成绩管理系统c编写

学生成绩管理系统c编写

ID:14968463

大小:277.50 KB

页数:42页

时间:2018-07-31

学生成绩管理系统c编写_第1页
学生成绩管理系统c编写_第2页
学生成绩管理系统c编写_第3页
学生成绩管理系统c编写_第4页
学生成绩管理系统c编写_第5页
资源描述:

《学生成绩管理系统c编写》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库

1、main/**Copyright(c)2011ShenyangAerospaceUniversity*Allrightsreserved**Filename:*summary:Students'testinformationsystem**currentedition:1.0*writer:zhangyang*date:2011-11-16**//***********************************************functionname:mainfunctiondescribe:*****************************************

2、******/#include"student_function.h"intmain(){intchoice;while(1){printf("------------------------**********************------------------------");//menuprintf("ttwelcometostudents'testingormationsystem");printf("------------------------**********************------------------------");p

3、rintf("pleaseselect:");printf("------------------------**********************------------------------");printf("1、inputinformationtttt2、printinformation");printf("3、inquiretttt4、delete");printf("5、counttttt6、sort");printf("7、modifytttt0、exit");printf("-----------

4、-------------**********************------------------------");printf("yourchoice:");scanf("%d",&choice);printf("------------------------**********************------------------------");fflush(stdin);//fflush(stdin);rewind(stdin);setbuf(NULL);system("cls");//clsswitch(choice){case1:#ifdefD

5、EBUGInputTest();#elseInput();#endifbreak;case2:Output();break;case3:Inquire();break;case4:Delete();break;case5:CountScore();break;case6:SortCount();break;case7:ModifyScore();break;case0:exit(0);default:printf("InputIllegal!!!pleaseenteragain:");}system("cls");}return0;}头文件/**Copyright(c)2011She

6、nyangAerospaceUniversity*Allrightsreserved**Filename:*summary:Students'testinformationsystem**currentedition:1.0*writer:zhangyang*date:2011-11-16**//***********************************************functionname:mainfunctiondescribe:***********************************************/#include#i

7、nclude#include#include#include#defineFILEPATHSCORE"C:\Users\ASUS\Desktop\students_information\score.txt"#defineFILEPATHINDEX"c:\Users\ASUS\Desktop\students_information\in

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。