您好,欢迎访问三七文档
当前位置:首页 > 商业/管理/HR > 质量控制/管理 > 学生信息管理系统C语言编写
目录1设计目的………………………………………………………………………32设计题目及要求……………………………………………………33设计算法分析………………………………………………………………33.1模块调用层次图………………………………………………………33.2核心算法描述………………………………………………………43.3系统特点………………………………………………………64程序代码………………………………………………………………………65调试情况……………………………………………………………………86结论……………………………………………………………………………11学生信息管理1.设计目的本课程设计的目的就是要通过一次集中的强化训练,使学生能及时巩固已学的知识,补充未学的但又必要的内容。进行课程设计目的在于加深对程序设计基础中基础理论和基本知识的理解,促进理论与实践的结合,进一步提高程序设计的能力。具体目的如下:1.使学生更深入地理解和掌握该课程中的有关基本概念,程序设计思想和方法。2.培养学生综合运用所学知识独立完成课题的能力。3.培养学生勇于探索、严谨推理、实事求是、有错必改,用实践来检验理论,全方位考虑问题等科学技术人员应具有的素质。4.提高学生对工作认真负责、一丝不苟,对同学团结友爱,协作攻关的基本素质。5.培养学生从资料文献、科学实验中获得知识的能力,提高学生从别人经验中找到解决问题的新途径的悟性,初步培养工程意识和创新能力。6.对学生掌握知识的深度、运用理论去处理问题的能力、实验能力、课程设计能力、书面及口头表达能力进行考核。2.设计题目及要求【1】设计题目【2】要求实现如下功能:(1)建立学生信息的结构体(2)学生信息的初始化(可以从文件获取)(3)学生信息的添加、修改、删除、查找(4)学生信息的输出(5)对学生信息按学号、成绩排序(6)计算一门课的平均分和总分(7)将学生信息保存为文件综合应用数组、指针、结构体、文件等,对该设计题目进行设计和实现。课程设计完成后,提交课程设计报告。3.设计算法分析3.1模块调用层次图【1】变量描述定义形式/名称含义/作用数组charname[20]定义姓名数组结构体structstudentstu[50]声明一个结构数组全局变量intinput=0;floatave,sum;FILE*fp;全局变量标记当前录入学生个数文件stu_list2.doc保存学生信息函数SaveInputStuDelStuModifyStuFindStuInsertStuSortStuListStu保存录入删除修改查找插入排序显示学生信息【2】系统模块调用层次图3.2核心算法描述1.总体模块流程图:NTMainListStuSortStuModifyStuFindStuInsertStuSaveInputStuDelStu开始!(scanf(%d,&in1)==1学生信息修改查询插入删除排序保存2.修改模块:for(i=0;i=15;i++)for(i=0;iinput;i++)stu[i].num==idT(flag!=0)F(flag!=0)输出修改后学生信息printf(\n\nnull)3.查询模块:for(i=0;i=15;i++)for(i=0;iinput;i++)(stu[i].num==id)T(flag=0)F(flag!=0)输出查询后学生信息printf(\n\nnull)(stu[i].classid==id)T(flag=0)F(flag!=0)输出查询后学生信息printf(\n\nnull)T(flag=0)(!strcmp(stu[i].name,name))F(flag!=0)输出查询后学生信息无找到有关信息4.插入模块:for(i=0;iinput;i++)stu[i].num=idT(flag=0)F(flag!=0)学号信息已经存在输入要插入学生信息5.删除模块:结束ask!='n'TFi=0;iinput;i++stu[i].num==delnumT(flag=0)F(flag!=0)for(j=i;jinput;j++)删除成功且显示删除后数据删除指定学生的信息没有要删除的学生6.排序模块:chose==1TF(chose==2)for(i=0;iinput-1;i++)for(i=0;iinput-1;i++)for(j=i+1;jinput;j++)for(j=i+1;jinput;j++)stu[i].numstu[j].numstu[i].avestu[j].aveTFTFtemp=stu[i]temp=stu[i]stu[i]=stu[j]stu[i]=stu[j]stu[j]=tempstu[j]=temp3.3系统特点【1】特点:这个学生信息管理系统建立了学生信息的结构体,实现了学生信息的录入、添加、修改、删除、查找等功能,并能计算学生的平均分和总分,对学生进行排序。4.程序代码【1】程序代码voidHelp();voidSave(structstudentstu[]);voidInputStu(structstudentstu[]);voidDelStu(structstudentstu[]);voidModifyStu(structstudentstu[]);voidFindStu(structstudentstu[]);voidInsertStu(structstudentstu[]);voidSortStu(structstudentstu[]);voidListStu(structstudentstu[]);voidmain(){structstudentstu[50];structstudent*p;intin;intin1;charch;voidInputStu(structstudentstu[]){pp=stu;system(cls);inti;printf(Numberofstudentsyouwanttoenterinformation:);scanf(%d,&input);if((fp=fopen(inputdata.sys,wb+))==NULL){printf(Cannotopenfilestrikeanykeyexit!);getch();exit(1);}voidModifyStu(structstudentstu[]){system(cls);pp=stu;intid,i,flag=1;if((fp=fopen(modifydata.sys,wb+))==NULL){printf(Cannotopenfilestrikeanykeyexit!);getch();exit(1);}voidFindStu(structstudentstu[]){system(cls);inti=0,id,flag=1,chose;printf(\nPleaseselectquery:1.No.inquiriesbyschool;2.Querybyclass;3.Querybyname\n);scanf(%d,&chose);switch(chose){case1:printf(PleaseenteryourqueryNo.students:);scanf(%d,&id);for(i=0;iinput;i++){if(stu[i].num==id){flag=0;stu[i].sum=stu[i].score1+stu[i].score2+stu[i].score3;stu[i].ave=stu[i].sum/3;printf(\nNo.Studies\Name\No.classes\Thefirstsubjec\Thesecondsubject\Thethirdsubject\Average\Total\n);voidInsertStu(structstudentstu[]){system(cls);intflag=1;pp=stu;inti,id;if((fp=fopen(insertdata.sys,wb+))==NULL){printf(Cannotopenfilestrikeanykeyexit!);getch();exit(1);}voidListStu(structstudentstu[]){inti=0;for(i=0;iinput;i++){stu[i].sum=stu[i].score1+stu[i].score2+stu[i].score3;stu[i].ave=stu[i].sum/3;}printf(\nNo.Studies\Name\No.classes\Thefirstsubjec\Thesecondsubject\Thethirdsubject\Average\Total\n);for(i=0;iinput;i++){printf(\n%d%s%d\t%d\t%d\t%d\t%d%d,stu[i].num,stu[i].name,stu[i].classid,stu[i].score1,stu[i].score2,stu[i].score3,stu[i].ave,stu[i].sum);}getch();}voidDelStu(structstudentstu[]){system(cls);pp=stu;intdelnum,flag=1;charask;inti,j;if((fp=fopen(Deldata.sys,wb+))==NULL){printf(Cannotopenfilestrikeanykeyexit!);getch();exit(1);}voidSortStu(structstudentstu[]){system(cls);inti,j,chose;structstudenttemp;printf(Tosortthedatabefore:\n);printf(\nNo.Studies\Name\No.classes\Thefirstsubjec\Thesecondsubject\Thethirdsubject\Average\Total\n);for(i=0;iinput;i++){printf(\n%d%s%d%d\t%d\t%d\t%d\t%d\n,stu[i].num,stu[i].name,stu[i].classid,stu[i].score1,stu[i].score2,stu[i].score3,stu[i].ave,stu[i].sum);}printf(\n1.SortbyStudentID\t2.Bytheaveragescore(high→low)Sort\n);voidSave(structstudentstu[]){inti,j;pp=stu;system(cls);printf(\n\n\n\n\t\t\tSaving);if((fp=fopen(stu_list2.doc,wb+))==NULL){printf(Cannotopenfilestrikeanykeyexit!);getch();exit(1);}【2】程序执行结果【3】结果的讨论:系统最后将修改过后的学生信息保存了下来5.调试情况三科成绩、平均分、总分不能用float定义应改为int定义应在函数的最前端文件未定义这是建立学生信息文件添加学生信息并计算平均分和总分找不到要删除的学生信息删除了学号为12的学生信息修改学生信息新学生信息记录保存信息后退出程序6.结论(1)能够通过编译时出现的出错提示信息,进行初步的纠错。(2)完成一个程序的一般步骤为设计,录入,编译,如果出错,则修改,然后再编译,编译成功后,看看结果是否正确,如果结果不正确,则再重复以上步骤。(3)从这次编程序的过程中,我学到了编程所必须具备的专业技能,更领会编译程序所需要的细心和耐心。
本文标题:学生信息管理系统C语言编写
链接地址:https://www.777doc.com/doc-5681425 .html