全文预览

实验一报告 利用顺序表实现学生信息管理

上传者:hnxzy51 |  格式:docx  |  页数:10 |  大小:89KB

文档介绍
nt*ListCorrect(structstudent*head);?structstudent*ListDelete(structstudent*head);?structstudent*ListInsert(structstudent*head);?voidShowAll(structstudent*head);voidExit(structstudent*head);?structstudent*head;?intm;?printf("——————————————————————————————\n");?printf("————学号:41105249—姓名:***—班级:数创二班————\n");?printf("——————————————————————————————\n\n\n");?head=SeqList();?printf("请选择1——信息浏览,2——插入学生信息,3——删除学生信息,4——更改学生信息,0--退出程序\n");?m=4;?while(m!=0)?{ scanf("%d",&m); switch(m) { case1:ShowAll(head);break; case2:head=ListInsert(head);ShowAll(head);break; case3:head=ListDelete(head);ShowAll(head);break; case4:head=ListCorrect(head);ShowAll(head);break; case0: { chars; printf("确定要退出吗?(Y/N)"); scanf("%s",&s); if(s=='Y'||s=='y') Exit(head); break; default: { printf("喵呜伦家听不懂...\n"); break; } } }?}}

收藏

分享

举报
下载此文档