{$cfg_webname}
主页 > 计算机 > Javaweb >

自动组卷系统的设计与实现(JSP,SQL)

来源:56doc.com  资料编号:5D10999 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9A5D10999
资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用. 帮助
资料介绍
自动组卷系统的设计与实现(JSP,SQL)(任务书,外文翻译,毕业论文18000字,程序代码,SQLserver数据库,答辩PPT)
摘要
随着计算机技术以及高等教育的迅速发展,各行各业中计算机都已经普及,传统的考试方式也面临着变革,各种基于Internet的远程教育不断地出现,尤其是在学校,考试跟学生的关系是非常密切的,在没有计算机系统的情况下,考试的出题是一个比较麻烦的问题,要花费大量的时间和精力,管理员出题工作量大,劳动强度高,而且试题的保存也比较占地方,基于以上这几点考虑,为了解决考试试题的多样性、随机性和上述一些问题,管理员拥有一套试题库管理系统是非常必要的。基于以上问题,我们设计了高校试题自组织系统,该系统可以摒弃传统试题的手工整理的麻烦,而且可以减少出题的精力和时间。本课题是一个基于WEB的题库及组卷管理系统设计和实现的过程。
本系统采用了目前流行的JSP、Web技术,和功能强大的数据库开发工具MSSQL进行软件开发。为了保证系统能够长期、安全、稳定、可靠、高效的运行,系统分析中应该考虑以下的性能需求:系统处理的准确性和及时性,系统的开放性和系统的可扩充性,系统的易用性和易维护性,数据录入和处理的一致性与完整性,以及数据的共享与独立性。根据软件工程的原理,结合面向对象方法开发完成,服务端的运行环境平台采用了Eclipse+Tomcat+SQL Server。
本系统的目标是:形成试题库并能够按预定要求自动生成试卷。让老师在传道授业的过程中可以更方便的得到帮助和支持,及时得到教学的反馈。让广大同学在考试中可以理解自己的不足之处,更透彻,更自如的掌握学习的主动权。此外, 试题库也是本系统的一个重要的目标,试题可由历年的试卷提供,也可随时补充新搜集的试题及题型,逐步完善形成试题库系统并提供随机检索试题的各种必要的方法。 
关键词 : MyEclipse, SQL Server 2005,自动生成试卷
 
Design and implementation of 
automatic test system
Abstract
Along with the calculator technique and the higher education of quick development, the calculators all have been universal in every trade,the traditional examination method also faces a change,various according to Internet long range education constantly appears, particularly at school is examination and the student's relation is very close,under the circumstance that have no calculator system examine of make out questions is a relatively bothers of problem,cost a great deal of time and energy,the teacher makes out questions a work to have great capacity,labor strength strong,and try of the conservancy also relatively covers square,according to above this what time consideration,for resolve the examination tries of diverse sex,random and a little bit above-mentioned problem,teacher's owning set to try a database management system is very necessary. According to the above problem,we designed an of strong from the organization system,that system can abandon the trouble that the handicraft that the tradition tries tidy up,and can reduce to make out questions of energy and time. This topic is according to the WEB try from organization system of the database management process of sub- system design and realization.
This system adopted to spread currently of JSP,Web technique,and the function strong tool of the database development carry on a software development. For promising that the system can be long-term,safety,stability,credibility,efficiently of circulate,should consider a following function need in the system analysis: System processing of accuracy with in time sex,sex and system of the open of system of can enlarge sex,easily use of the system sex with easy maintenance the data record go into with processing of consistency and integrity,and the share and independence of the data. According to the principle of software engineering, combine to face to an object method a development completion,the service carry of the movement environment terrace adopted Eclipse+Tomcat+SQL Server 2005.
Keyword: MyEclipse, SQL Server 2005,hand make test paper,auto make test paper
 
本软件实现了以下主要功能:
1.用户管理;
2.专业学科管理;
3.题库管理;
4.组卷管理;
5.数据管理;
为实现以上功能,
第一,本系统将使用MSSQL建立数据库和表以及相应的视图。
第二,设计高级权限管理机制,用于限定不同人员对数据库的操作,提高数据库使用的安全性。
第三,保证数据库的完整性约束条件。
 
自动组卷系统的设计与实现(JSP,SQL)
自动组卷系统的设计与实现(JSP,SQL)
自动组卷系统的设计与实现(JSP,SQL)
自动组卷系统的设计与实现(JSP,SQL)
自动组卷系统的设计与实现(JSP,SQL)
自动组卷系统的设计与实现(JSP,SQL)
目录
摘要 i
Abstract ii
第1章 绪论 2
1.1 背景 2
1.2 目的意义 3
1.3 主要内容 4
1.4系统的开发工具 4
1.5系统的开发环境 8
1.6系统硬件配置 8
2.1系统的结构框架 9
2.2 系统需求描述 9
2.2.1功能描述 10
2.2.2流程图 11
2.2.3 E-R图 12
2.3 可行性分析 12
2.3.1 经济可行性 12
2.3.2 技术可行性 12
2.3.3 社会可行性 12
2.3.4 操作可行性 12
第3章 系统设计 13
3.1 系统总体设计 13
3.1.1 系统功能描述 13
3.1.2 功能层次图 13
3.1.3 模块结构图 14
3.2 数据库设计 14
3.3运用的分析和设计方法 16
3.4开发技术分析 17
第4章 系统实现 18
4.1 登陆模块 18
4.2管理员管理模块 20
4.3专业学科模块 25
4.4题库管理模块 28
4.5 组卷管理模块 30
第5章 调试及测试 36
5.1 功能调试 36
5.1.1 链接测试 36
5.1.2 数据库调试 36
5.2 测试方法 36
结 论 38
参考文献 39
致 谢 40
 
外文原文 41
中文翻译 49
推荐资料