2012届计算机毕业论文(可直接套用,代码索要联系本人)
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
专科毕业论文
基于JAVA的学生成绩管理系统Based On JA V A Students' Performance Management System
专业:计算机技术与应用
班级:XXXXXXXX
学生姓名:XXXXXX
指导教师姓名:XXXXXXX
指导教师职称:讲师
2012 年5 月
基于JAVA的学生成绩管理系统
专业班级:计算机应用学生姓名:XXXXX
指导教师:XXXX 职称:讲师
摘要:随着计算机技术的进步和人们对系统需求进一步提高,学校对于学生信息管理也相应提升。学校对于学生信息管理主要侧重于数据的更新快捷、准确、占用较少的人力资源,而达到的最大的办公效率。可见高校的教务管理的信息化已经成为现代教务管理的一种趋势,教务系统的主要作用是提高评价教学质量、实现反馈教学效果以及收集教学信息,对于稳定高校的教学秩序、促进教学改革,提高高校的教学质量和教学管理水平具有极为重要的意义。成绩管理系统是教务系统的一个重要子系统。成绩管理系统选用JCreator作为集成开发环境,使用JAVA作为开发语言。采用“自上而下地总体规划,自下而上地应用开发”的设计开发策略;系统实现了学生档案信息,班级信息,课程信息,成绩信息的添加、修改、删除、查询等功能。本系统界面友好,操作简单,比较实用。易于维护和使用,为教师和教学管理人员对教学监控提供了良好的帮助。
关键词:成绩管理 JAVA access
Based On JAVA Students' Performance Management System Abstract: Along with the computer technology progress and people to further improve the system requirements, the school for students' information management and the corresponding ascension. School for students' information management focus mainly on the data updates fast, accurate and take up less human resources, and to achieve the maximum office efficiency. University of educational administration management is the informatization has become a modern educational administration management of a kind of trend, the main function of the educational system is to improve the teaching quality evaluation, to realize the teaching effect and collecting teaching feedback information, for stability of college teaching order, promote teaching reform to improve the university teaching quality and teaching management level has very important significance; Performance management system of educational administration system is an important subsystem. Performance management system JCreator chosen as an integrated development environment, use JAVA language as a development. The "top to bottom to overall planning, application of bottom-up development" the design development strategy; The system realizes the student file information, and class information, curriculum information, the result of information, add, modify and delete query etc. Function. This system friendly interface, the operation is simple, is more practical. Easy maintenance and use, for teachers and teaching management personnel of teaching
Key Words:Performance Management JAVA Access
目录
第一章绪论 (1)
1.1课题研究背景 (1)
1.2课题研究意义 (1)
1.3课题研究方案 (1)
第二章系统需求分析 (3)
2.1系统需求背景分析 (3)
2.2成绩管理系统的具体需求分析 (3)
2.2.1从学校工作流程分析成绩管理系统的需求 (3)
2.2.2系统功能需求分析 (3)
第三章系统总体设计 (5)
3.1系统功能设计 (5)
3.2数据库设计 (6)
3.2.1系统E–R图 (6)
3.2.2数据库表的设计 (6)
第四章主要功能模块的详细设计与实现 (8)
4.1学生管理模块 (8)
4.1.1详细设计 (8)
4.1.2界面设计 (9)
4.1.3学生管理模块实现 (10)
4.2课程管理模块 (11)
4.2.1详细设计 (11)
4.2.2界面设计 (12)
4.2.3课程管理模块实现 (13)
4.3 成绩管理模块 (14)
4.3.1详细设计 (14)
4.3.2界面设计 (15)
4.3.3成绩管理模块实现 (15)