学生籍贯信息管理系统(c).doc

学生籍贯信息管理系统(c).doc

ID:61425922

大小:35.50 KB

页数:9页

时间:2021-01-29

学生籍贯信息管理系统(c).doc_第1页
学生籍贯信息管理系统(c).doc_第2页
学生籍贯信息管理系统(c).doc_第3页
学生籍贯信息管理系统(c).doc_第4页
学生籍贯信息管理系统(c).doc_第5页
资源描述:

《学生籍贯信息管理系统(c).doc》由会员上传分享,免费在线阅读,更多相关内容在应用文档-天天文库

1、学生籍贯信息管理系统(c).txt吃吧吃吧不是罪,再胖的人也有权利去增肥!苗条背后其实是憔悴,爱你的人不会在乎你的腰围!尝尝阔别已久美食的滋味,就算撑死也是一种美!减肥最可怕的不是饥饿,而是你明明不饿但总觉得非得吃点什么才踏实。编制一个学生籍贯信息管理系统,每个学生信息包括:学号、姓名、籍贯。具体功能:(1)创建信息链表并以磁盘文件保存;(2)读取磁盘文件并显示输出所有学生的籍贯信息;(3)按学号或姓名查询其籍贯;(4)按籍贯查询并输出该籍贯的所有学生;(5)能添加、删除和修改学生的籍贯信息#include#include

2、lloc.h>#defineLENsizeof(structstudent)#defineNULL0structstudent{longnum;charname[20];charjg[20];structstudent*next;};intn=0;voidsave(structstudent*head){FILE*fp;charfilename[20];structstudent*p1;printf("Pleaseinputthefilename");scanf("%s",filename);if((fp=fopen(filename,"w"

3、))==NULL){printf("can'topenfile");return;}for(p1=head;p1!=NULL;p1=p1->next){fprintf(fp,"%ld",p1->num);fputc('t',fp);fprintf(fp,"%s",p1->name);fputc('t',fp);fputc('t',fp);fprintf(fp,"%s",p1->jg);fputc('',fp);}free(p1);fclose(fp);}voidprint(structstudent*head){structstud

4、ent*p;printf("Now,theseinformationis:");p=head;if(head!=NULL)do{printf("%ldt%stt%s",p->num,p->name,p->jg);p=p->next;}while(p!=NULL);}structstudent*creat(){structstudent*head,*p1,*p2;charch;p1=p2=(structstudent*)malloc(LEN);printf("Welcometostudentjiguansystem!");

5、printf("Pleaseinputone'snum,nameandjiguan");printf(""000":exit");scanf("%ld%s%s",&p1->num,p1->name,p1->jg);head=NULL;while(p1->num!=0){n=n+1;if(n==1)head=p1;elsep2->next=p1;p2=p1;p1=(structstudent*)malloc(LEN);scanf("%ld%s%s",&p1->num,p1->name,p1->jg);}p2->next=NULL;fre

6、e(p1);printf("Save?Y/N");scanf("%c",&ch);scanf("%c",&ch);if(ch=='y'

7、

8、ch=='Y')save(head);print(head);return(head);}voidloadf(){FILE*fp;intN=n;charfilename[20];structstudent*p1;p1=(structstudent*)malloc(LEN);printf("Pleaseinputthefilename");scanf("%s",filename);if((fp=fopen

9、(filename,"r"))==NULL){printf("cannotopenfile");return;}printf("Filehasbeenopen:");for(;N!=0;N--){fscanf(fp,"%ld%s%s",&p1->num,p1->name,p1->jg);printf("%ldt%stt%s",p1->num,p1->name,p1->jg);}free(p1);fclose(fp);}voidxsearch(structstudent*head){longnum;structstudent*p1

10、,*p2;intc=0;printf("Pleaseinputthesearchnumber:");scanf("%ld",&num

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

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

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