欢迎来到天天文库
浏览记录
ID:46506386
大小:70.00 KB
页数:4页
时间:2019-11-24
《学生信息管理C++》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库。
1、《学生信息管理系统》实验报告概要:•需求分析•概要设计•调试分析•用户说明•经验体会•附录程序参与人员:学号姓名09388153侯焯明报告完成时间:2010年9月24日报告详细内容:%1.需求分析:利用链表创建一个学纶信息管理系统,该系统中可以进行学生信息的修改,查询,增加,删除。木程序主要的冃的是熟识链表的使用。%1.概要设计首先木程序屮定义了一个链表类Studen用来储存学生的信息,然后定义了一个全局变屋用于对学生信息的查询。自定义的函数成员:boolcheck(stringnum)函数:用于检查输入的字符是否为数字
2、insert()函数:用于增加成员del()函数:用于删除成员modify()函数:对成员的信息进行修改search()函数:查询功能tips()函数:输入提示main()函数的架构:根据输入的命令,执行增加,删除,查询,修改或者终止程序的功能。%1.调试结果与分析:调试结果:1toinsert;2todelete;3tosearch;4tomodifyEnt"yourchoice:1Enterthenumber.naneandsexofthestudent:09388153boumale1Successful1toin
3、seut;2todelete;3tosearch;Ent"yourchoice:3Enterthestudentsnumber:093881539388153boumale4tomodify1toinsert;2todelete;3tosearch;Rnt"yourchoice:4Enterthestudentsnumber:09388153rEntfthestudentsJnameandsex:houfemaleSuccessful?4tomodify1toinsert;2todelete;3tosearch;Ent"
4、yourchoice:2knt"thestudents'number:09388153Successful4tomodify1toinsert;2todelete;tenteryourchoice:5倍按任意键继续・・・3tosearch;4tomodify在调试的过程中主要遇到的问题是在增加和删除的函数中,指针的指向错误导致信息的丢失或者是无法读取。述有一个问题就是所定义的全局变量,忘记将指针指向链表的开头,导致数据的丢失。四.用户说明:・>输入的说明:首先弹出提示。1toinsert;2todelete;3tosea
5、rch;4tomodify5toendEnteryourchoice:亠输入1时,将进行信息的增加,提示输入学生的信息(学号,名字,性别)。1toinsert;2todelete;3tosearch;4tomodify5toendEnteFyourchoice:1Ent"thenumber,,nameandsexofthestudent:09388153hounaleSuccessful亠输入2时,将进行信息的删除,提示输入学牛的学号。1toinsert;2todelete;3tosearch;Enteryourchoi
6、ce:2Ent"thestudents‘nunber:09388153Successful4tonodify・>输入3时,将进行信息的杳询,提示输入学生的宁号。1toinsert;2todelete;3tosearch;Enteryourchoice:3Enterthestudennumber:093881539388153houmale4tomodify5toend>输入4时,将进行信息的修改,提示输入学生的学号,并重新输入新的信息。1toinsei,2todelete;3tosearch;4tomodify5toen
7、dEnt"yourchoice:4Enterthestudents‘number:09388153Enterthestudents'nameandsex:houfemaleSuccessful?・>输入5时,将结束程序。1toinsert;2todelete;3tosearch;4tomodify5toendEnteryourchoice:5请按任意键继续・・・■・>当进行选择操作吋,若输入的不合耍求将会出现提示1toinsert;2todelete;Enteryourchoice:9ErrorInput3tosearc
8、h;4tomodify1toinsert;2todelete;3tosearch;4tomodify5toendEnteryourchoice:1Ent"thenunber,nameandsexofthestudent:dhjkskdjsdErrorInputFail五.经验体会:六.附录:E3123.exe也Stu
此文档下载收益归作者所有