1、.一、课程设计(论文)题目学生成绩管理系统二、本次课程设计(论文)应达到的目的通过数据库大作业课程设计的操作与实践,使学生了解关系数据库的相关理论知识和有关工具软件的使用技巧,在一定程度上提高应用程序的综合开发能力和创新意识、创新能力。 三、本次课程设计(论文)任务的主要内容和要求(包括原始数据、技术参数、设计要求等) 系统功能基本要求 :1学生信息维护;2教师信息维护;3. 课程信息维护;4学生选课信息;5. 任课教师操作课程成绩;6. 学生查询课程成绩。四、应收集的资料及主要参考文献: 1. 数据库:原理编程与性能(影印版)(第2版),高等教育出版社, Parick ONeil,Eliza
2、beth ONeil编著,2005.7 ;2. 数据库系统概论(第 4 版),高等教育出版社,王珊,萨师煊编著,2006.05; 五、审核批准意见教研室主任(签字) 这次课设我做的是学生成绩管理系统,本系统依据开发要求主要针对于教育系统,完成对日常的教育工作对学生成绩档案.及其他信息的数字化管理。开发本系统可使学院教职员工减轻工作压力,比较系统地对教务、教学上的各项服务和信息进行管理,同时,可以减少劳动力的使用,加快查询速度、加强管理,使各项管理更加规范化。现在在各大中小学校,用计算机管理学校的信息已经越来越普遍了。用计算机不但可以提高工作效率,而且还节省了许多人力物力,增强了学校资料的安全性
3、。提高了学校的管理能力,为此,用计算机来管理学校的信息,是非常必要的。目前,学校工作繁杂、资料重多,目前还没有一套完整的、统一的系统。因此,开发一套适和大众的、兼容性好的系统是很有必要的,但由于知识积累及时间关系,这次课设我所设计的系统不是很完善,有些地方没有考虑到,所以实用性大打折扣,后面有时间将会将系统设计的全面些,更具有实用性。 在这次课设的开发过程中,我注意使其符合软件工程的设计的要求,在之前准备了许多时间来设计表结构,并将各个模块的流程画出来,使系统的各个模块功能完善,并力求系统应具有实用性、可靠性和适用性方便用户的操作,尽量减少用户的操作,并且能够对查询结果进行分类汇总,该系统还有
4、许多不尽如人意的地方,比如用户界面不够美观,对于出错处理不够等多方面问题,这些都有待进一步改善。 .目录设计目的 1需求分析6概要设计7配置数据源11详细设计13设计总结22参考文献23.C 语言程序课程设计学生成绩管理系统一设计目的通过数据库大作业课程设计的操作与实践,使学生了解关系数据库的相关理论知识和有关工具软件的使用技巧,在一定程度上提高应用程序的综合开发能力和创新意识、创新能力。二问题描述系统功能基本要求 :1学生信息维护;2教师信息维护;3. 课程信息维护;4学生选课信息;5. 任课教师操作课程成绩;6. 学生查询课程成绩。三. 需求分析“学生成绩管理信息系统”包括四个模块:成绩录
5、入、班级统计、年级统计、系统功能。这四个模块既相互联系又相互独立,班级统计、年级统计模块必须以成绩录入为基础。(1)成绩录入模块:主要功能用来对学生的成绩进行收集和修改。具体包括学生成绩录入、修改、增加、删除、查询等功能,成绩录入需要分班级、分年级以及某个时间考试的各门功课的成绩。修改要与成绩录入相对应。增加、删除是对基本表的操作。查询条件设置应该齐全,可以班级查询,年级查询,也可以姓名查询,学号查询等等。(2)班级统计模块:主要功能用来对学生的成绩以班级为单位进行处理。具体包括各班学生总成绩、平均成绩、班级排名及统计班级某分数段内的学生人数;各个学生该.科成绩、班级排名及统计班级某分数段内的
6、学生人数。各项统计仅对于某学期某次考试而言。(3)年级统计模块:主要功能用来对学生的成绩以年级为单位进行处理。具体包括各年级学生总成绩、年级排名统计年级某分数段内的学生人数;各个学生该科成绩、年级排名及统计、年级某分数段内的学生人数。各项统计仅对于某学期某次考试而言,在统计时,还应注意各年级考试科目不同。(4)系统功能模块:关于系统及退出系统。四概要设计在概要设计里,根据系统需求设计系统 EI 图,程序流图,系统功能模块图等信息,并配置了数据源。课程号成绩编号学生学号学号 班号科目图 1 系统 EI 图.图 2 学生信息图 3 功能模块图:.查询条件满足条件数据库显示结果退出不符合条件图 4
7、查询模块流程图.学生成绩学号 姓名 考试日期 操作系统数据库 组成原理 计算机网络 数据结构班级班级号 年级号 班级人数 总人数图 5 班级与学生成绩流图(一)、系统的功能分析该学生成绩管理系统是基于网络在线的学生成绩管理系统,在系统中分为大的两个方面:一是教师登录页面、二是学生登录页面。.(1)教师进入学生成绩管理系统的主要功能是:实现添加用户、添加成绩、学籍信息修改、修改密码、查询课程、选课、查询成绩、学籍信息查询、打印等基本功能。(2)学生进行学生成绩管量系统的主要功能是:实现修改密码、查询课程、选课、查询成绩、学籍信息查询、打印等基本功能。(二) 、 系统功能模块图登录添加用户 添加成
8、绩 信息修改 修改密码 查询课程 查询成绩 信息查询 退出系统系统首页教师功能界面图 6 教师功能模块图教师在学生成绩管理系统中能够对所有学生的成绩查看,对学生按学号进行精确查询、按学生姓名进行模糊查询,可以修改自己的登录密码,添加用户,添加学生的成绩,打印学生的学籍信息。 .退出系统信息查询修改密码选课课程查询成绩查询登录系统首页学生功能界面图 7 学生功能模块学生在系统中的基本功能是对自己所有成绩的查询,课程的查询,个人登录密码的修改,基本信息的查看,选课,打印自己的学籍信息。七代码#include #include #include #include struct student /结构
9、体定义int num;char name10;char birthday10;int Cyuyan;int shujujiegou;struct student *next;struct student *creat_by_input();struct student *get_last_student(struct student *head);struct student *Print_menu_main() /主菜单printf(“ *n“);printf(“ | 1.输入学生信息 | n“);.printf(“ | 2.输出学生信息 | n“);printf(“ | 3.查找学生信息
10、| n“);printf(“ | 4.修改学生信息 | n“);printf(“ | 5.插入学生信息 | n“);printf(“ | 6.删除学生信息 | n“);printf(“ | 7.排序学生信息 | n“);printf(“ | 0.退出系统 | n“);printf(“ |_ _ _ _ _ _ _ _ _ _ _ _ _ | n“);struct student *print_table_head() printf(“+-+-+-+-+-+n“);printf(“| 学号 | 姓名 | 出生日期 | c 成绩 |数据结构成绩 |n“);printf(“+-+-+-+-+-+n“
11、);struct student *print_table_row(struct student *p)printf(“|%10d|%10s|%10s|%10d|%10d|n“,p-num,p-name,p-birthday,p-Cyuyan,p-shujujiegou);void print_table_bottom()printf(“+-+-+-+-+-+n“);struct student * Creat_stu_record() /建立链表struct student *plaststu=NULL,*pnewstu;char continue_input=N;struct studen
12、t *head=NULL;while(1)if(head=NULL)head=creat_by_input();print_table_head();print_table_row(head);print_table_bottom();else pnewstu=creat_by_input();.print_table_head();print_table_row(pnewstu);print_table_bottom();plaststu=get_last_student(head);plaststu-next=pnewstu;printf(“是否继续输入学生信息?(Y 继续,N 返回菜单)
13、n“);getchar();continue_input=getchar();if(continue_input=n|continue_input=N) system(“cls“);Print_menu_main();break;return head;struct student *creat_by_input() struct student *pnewstu=(struct student *)malloc(sizeof(struct student);printf(“请输入学生信息n“);printf(“学号:“);scanf(“%d“,printf(“姓名:“);scanf(“%s“
14、,pnewstu-name);printf(“出生年月:“);scanf(“%s“,pnewstu-birthday);printf(“请输入学生成绩n“);printf(“C 语言:“);scanf(“%d“,printf(“数据结构:“);scanf(“%d“,pnewstu-next=NULL;return pnewstu;struct student *get_last_student(struct student *p ) if(p-next=NULL)return p;else return get_last_student(p-next);void Print_Stu_Doc(s
15、truct student *head)struct student *p;char r;print_table_head();if(head=NULL).printf(“n No Recordsn“);for(p=head;p;p=p-next)printf(“|%10d|%10s|%10s|%10d|%10d|n“,p-num,p-name,p-birthday,p-Cyuyan,p-shujujiegou);printf(“+-+-+-+-+-+n“);printf(“(按 Enter 键返回主菜单)n“);getchar();r=getchar();if(r!=1)system(“cl
16、s“);Print_menu_main();elsesystem(“cls“);Print_menu_main();struct student *search_by_name(struct student *head)/按姓名查找char name10;struct student *p=head;char continue_input;/*int isfound=0;*/printf(“请输入要查找的姓名:“);scanf(“%s“,name);printf(“查找%sn“,name);print_table_head();while(p!=NULL) if(strcmp(p-name,n
17、ame)=0) print_table_row(p);p=p-next;/* isfound=1; */break;p=p-next;.print_table_bottom();printf(“是否继续查找?(Y 继续;N 返回主菜单)n“);getchar();continue_input=getchar();if(continue_input=n|continue_input=N)system(“cls“);Print_menu_main();else search_by_name(head);struct student * search_by_id(struct student *he
18、ad)/按学号查找int id;struct student *p=head;char continue_input;/*int isfound=0;*/printf(“请输入要查找的学号:“);scanf(“%d“,printf(“查找%dn“,id);print_table_head();while(p!=NULL) if(p-num=id) print_table_row(p);p=p-next;/*isfound=1;*/break;p=p-next;print_table_bottom();printf(“是否继续查找?(Y 继续;N 返回主菜单)n“);getchar();cont
19、inue_input=getchar();if(continue_input=n|continue_input=N)system(“cls“);.Print_menu_main();else search_by_id(head);return head; struct student*modify_record_by_id(struct student*head)/按学号修改struct student *p=head;int id;char continue_input;printf(“请输入要修改的学生的学号:n“);scanf(“%d“,while(p!=NULL)if(p-num=id
20、)break;p=p-next;if(p=NULL) printf(“抱歉,没有学号为%d 的学生n“,id);else printf(“请输入学生信息:n“);printf(“学号:“);scanf(“%d“,printf(“姓名:“);scanf(“%s“,printf(“出生年月:“);scanf(“%s“,printf(“请输入学生成绩:n“);printf(“C 语言:“);scanf(“%d“,printf(“数据结构:“);scanf(“%d“,print_table_head();print_table_row(p);print_table_bottom();printf(“继
21、续修改学生信息吗?Y 继续;N 返回主菜单n“);getchar();continue_input=getchar();if(continue_input=y|continue_input=Y)creat_by_input();else system(“cls“);Print_menu_main();return head;.struct student*modify_record_by_name(struct student*head)/按姓名修改struct student*p=head;char name10;char continue_input;printf(“请输入要修改的学生的姓
22、名:n“);scanf(“%s“,name);while(p!=NULL)if(strcmp(p-name,name)=0) break;p=p-next;if(p=NULL) printf(“抱歉,没有姓名为%s 的学生n“,name);else printf(“请输入学生信息:n“);printf(“学号:“);scanf(“%d“,printf(“姓名:“);scanf(“%s“,printf(“出生年月:“);scanf(“%s“,printf(“请输入学生成绩:n“);printf(“C 语言:“);scanf(“%d“,printf(“数据结构:“);scanf(“%d“,prin
23、t_table_head();print_table_row(p);print_table_bottom();printf(“继续修改学生信息吗?Y 继续;N 返回主菜单n“);getchar();continue_input=getchar();if(continue_input=y|continue_input=Y)creat_by_input();elsesystem(“cls“);Print_menu_main();return head;struct student *insert_record(struct student *head)/插入struct student *ptr1
24、;struct student *ptr,*stud;struct student *ptr2=head;.char continue_input=N;int id;printf(“请输入一个学号,在此之前插入学生信息:“);scanf(“%d“,stud=creat_by_input();ptr=stud;if(head=NULL)head=ptr;head-next=NULL;else if(head-num=id)ptr-next=head;head=ptr;elsewhile(ptr2!=NULL) ptr1=ptr2;ptr2=ptr1-next;if(ptr2-num=id)ptr
25、1-next=ptr;ptr-next=ptr2;break;print_table_head();print_table_row(ptr);print_table_bottom();printf(“是否继续插入学生信息?(Y 继续 N 返回主菜单 )n“);getchar();continue_input=getchar();if(continue_input=y|continue_input=Y) return insert_record(head);else system(“cls“);Print_menu_main();return head;.struct student *Dele
26、te_record_by_id( struct student *head)/按学号删除struct student *p=head,*ppre=NULL;int id;char continue_input;printf(“请输入要删除的学号:“);scanf(“%d“,while(p!=NULL)if(p-num=id) break;p=p-next;if(p=NULL) printf(“抱歉,没有该学号的学生信息!n“); else printf(“确定要删除学号为%d 的学生的信息吗?(Y 确定;N 返回主菜单)n“,p-num);getchar();continue_input=ge
27、tchar(); if(continue_input=y|continue_input=Y) ppre=head;if(ppre=p)head=p-next;printf(“ n“);free(p);elsewhile(ppre!=NULL)if(ppre-next=p)ppre-next=p-next;free(p);break;ppre=ppre-next;.printf(“删除成功!“); / Print_menu_main();printf(“继续删除学生信息吗?(Y 继续;N 返回主菜单)“);getchar();continue_input=getchar();if(continu
28、e_input=y|continue_input=Y) Delete_record_by_id(head);else system(“cls“);Print_menu_main();return head;return 0; struct student *Delete_record_by_name( struct student *head)/ 按姓名删除struct student *p=head,*ppre=NULL;char name10;char continue_input;printf(“请输入要删除的姓名:“);scanf(“%s“,name);while(p!=NULL)if
29、(strcmp(p-name,name)=0) break;p=p-next;if(p=NULL) printf(“抱歉,没有该姓名的学生信息!n“);goto end;elseprintf(“确定要删除姓名为%s 的学生的信息吗?(Y 确定;N 返回主菜单)“,p-name);printf(“n“);getchar();continue_input=getchar();if(continue_input=y|continue_input=Y) .ppre=head;if(ppre=p)head=p-next;free(p);else while(ppre!=NULL)if(ppre-next
30、=p)ppre-next=p-next;free(p);break;ppre=ppre-next;printf(“删除成功!“);/else Print_menu_main();end: printf(“继续删除学生信息吗?(Y 继续;N 返回主菜单)“);printf(“n“);getchar();continue_input=getchar();if(continue_input=Y|continue_input=y)Delete_record_by_name(head); else system(“cls“);Print_menu_main();return head;return 0;
31、 struct student * Sorting_record_by_id(struct student *head)/按学号排序int i=0,j,k,r;struct student *pt1,*pt2,*pt,m;if(head=NULL)printf(“现在无同学记录n“);printf(“(按 Enter 键返回主菜单)n“);.getchar();r=getchar();if(r!=1)system(“cls“);Print_menu_main();elsesystem(“cls“);Print_menu_main();elsept1=head;pt2=head-next;for
32、(pt=head;pt;pt=pt-next)i+;for(j=1;jnext;for(k=1;knumpt2-num)m=*pt1;*pt1=*pt2;*pt2=m;pt2-next=pt1-next;pt1-next=pt2;pt1=pt2;pt2=pt1-next;print_table_head();for(pt=head;pt;pt=pt-next)printf(“|%10d|%10s|%10s|%10d|%10d|n“,pt-num,pt-name,pt-birthday,pt-Cyuyan,pt-shujujiegou);printf(“+-+-+-+-+-+n“);.retur
33、n head;int main()struct student *head=NULL;struct student *p;int choice;int select;char m;char r;system(“color e“);printf(“ n“);printf(“ n“);printf(“ 欢迎使用学生成绩管理系统! n“);printf(“ n“);printf(“n“);printf(“ n“);printf(“.n“);printf(“请按照提示信息完成操作n“);Print_menu_main();printf(“ n“);printf(“:n“);printf(“ n“);p
34、rintf(“* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *n“);while(choice!=0)printf(“请选择所要执行的操作:n“);start:if(scanf(“%d“,goto start;.elsegoto next;if(scanf(“%c“,goto start;next:switch(choice)case 1:system(“cls“);head=Creat_stu_record();break;case 2:system(“cls“);Print_Stu
35、_Doc(head);break;case 3:system(“cls“);printf(“请选择查找方式:1 按姓名查找; 2 按学号查找;3 返回主菜单“);printf(“n“);scanf(“%d“,switch(select)case 1:search_by_name(head);break;case 2:search_by_id(head);break;case 3:system(“cls“);Print_menu_main();break;break;case 4:system(“cls“);printf(“请输入修改方式:1 按学号修改;2 按姓名修改; 3 返回主菜单“);p
36、rintf(“n“);scanf(“%d“,switch(select)case 1:system(“cls“);modify_record_by_id(head);break;case 2:system(“cls“);modify_record_by_name(head);break;case 3:system(“cls“);Print_menu_main();break;break;case 5:system(“cls“);head=insert_record(head);break;case 6:system(“cls“);printf(“请输入删除方式:1 按学号删除;2 按姓名删除;
37、 3 返回主菜单n“);scanf(“%d“,switch(select)case 1:head=Delete_record_by_id(head);break;case 2:head=Delete_record_by_name(head);break;.case 3:Print_menu_main();break;break;case 7:system(“cls“);Sorting_record_by_id(head);printf(“(按 Enter 键返回主菜单)n“);getchar();r=getchar();if(r!=1)system(“cls“);Print_menu_main
38、();elsesystem(“cls“);Print_menu_main();break;break;case 0:system(“cls“);printf(“ n“);printf(“-n“);printf(“ - - - - - 谢谢使用 - - - - -!n“);printf(“ n“);break;八. 设计总结为期两个礼拜的数据库课程设计终于做完了,感觉在这段时间里收获了很多东西,由于这学期才学习的数据库原理,闫老师的代课条理清晰,所以做数据库课程设计感觉是对数据库的一次很好的复习。刚好课程设计前学习了一段时间 MFC,所以在课程设计过程中对 VC 的使用不是很困难,即使遇到不懂的
39、就在网上查询资料或咨询老师和同学都能够顺利的解决遇到的问题。由于我们使用的是 ACCESS 数据库,将数据库表的创建等都直接集成在向导里面,所以数据库语句我们基本上就没用到,加上时间太短,都是直接用向.导创建完后直接使用,这点上我感觉很惭愧,不过我会在后面的学习中学会使用 SQL SERVER 数据库,希望通过它的学习来加深自己对数据库的理解并熟练使用。在这次数据库的设计中,我感觉到随着学生成绩管理类型的不断增加和成绩管理要求的不断提高,管理方面的工作量将会越来越大,并且其工作将是一件十分烦琐和非常容易出错的事情。在这样的情况下有一个实用学生成绩管理系统是有其必然性的,如果能做出一个完善的学生
40、成绩管理系统就使管理方面的工作量减少很多。在这次的课设虽然仅仅对学生成绩管理系统进行建模,功能实现简单,但我从中学会了很多,也感到自身知识的贫乏,希望在日后的努力中能实现该系统,争取做出一个完善的系统。在此意谢谢老师的指导,在后面的学习中我会更加努力的。九参考文献1.数据库:原理编程与性能,高等教育出版社,Parick oNeil, Elizabeth ONeil 编著,2005.7:2.数据库系统概论,高等教育出版社,王珊,萨师煊编著,2006.05.3 黄德才, 数据库原理及其应用教程 科学出版社 2003:4.王亚平, 数据库系统工程师考试辅导 西安电子科技大学出版社 2004:5.张龙祥, 数据库原理与设计人民邮电出版社 2002.