学生管理系统(c语言版)

学生管理系统(c语言版)

ID:14127938

大小:48.50 KB

页数:20页

时间:2018-07-26

学生管理系统(c语言版)_第1页
学生管理系统(c语言版)_第2页
学生管理系统(c语言版)_第3页
学生管理系统(c语言版)_第4页
学生管理系统(c语言版)_第5页
资源描述:

《学生管理系统(c语言版)》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库

1、学生管理系统(c语言版)#include#include#defineN100#defineS20#definePASSWORD123456structstud_list{longnumber;charname[S];longbirth;charsex;charsubject[S];charadress[S];longdorm;}stud[N+1];intsum;/*sumofstudents*/charfname[20];/*filename*/voidopera();/**************************

2、**************************************************//***************************************************************************/voidoutput(intx)/*printonestudent-information*/{printf("t%ldt%st%ldt%ct%st%st%ld",stud[x].number,stud[x].name,stud[x].birth,stud[x].sex,stud[x].sub

3、ject,stud[x].adress,stud[x].dorm);}voidprint()/*printallstudentinformations*/{inti;printf("*************************学生信息如下*************************");for(i=0;i<=sum;i++){output(i);}printf("***************************************************************");}voidcreatfile()/*reatthefile

4、tosaveinformation*/{FILE*fp;inti;if((fp=fopen(fname,"wb"))==NULL){printf("无法创建文件!");return;}for(i=0;i

5、))==NULL){printf("无法打开文件!");return;}if(fread(&stud,sizeof(structstud_list),sum,fp)!=sum){if(feof(fp))return;printf("文件读取错误!");exit(0);}fclose(fp);}/*************order*************/voidord_num()/*orderbynumber*/{inti,j;for(i=0;istud[j

6、+1].number){stud[N+1]=stud[j];stud[j]=stud[j+1];stud[j+1]=stud[N+1];}print();opera();}voidord_name()/*orderbyname*/{inti,j;for(i=0;istud[j+1].name){stud[N+1]=stud[j];stud[j]=stud[j+1];stud[j+1]=stud[N+1];}print();opera();}voidord_birt()/*o

7、rderbybirth*/{inti,j;for(i=0;istud[j+1].birth){stud[N+1]=stud[j];stud[j]=stud[j+1];stud[j+1]=stud[N+1];}print();opera();}voidord_sex()/*orderbysex*/{inti;for(i=0;i

8、

9、stud[i].sex=='M')output(i);for(i=0;i

10、if(stud[i].s

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

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

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