摘 要
随着社会的发展,社会的方方面面都在利用信息化时代的优势。计算机的优势和普及使得课程试卷自动生成系统的开发成为必需。
本文以实际运用为开发背景,运用软件工程原理和开发方法,采用jsp技术构建一个网上课程试卷自动生成系统。整个开发过程首先对系统进行需求分析,得出系统主要功能。接着对系统进行总体设计和详细设计。总体设计主要包括系统功能设计,系统总体结构设计,系统数据结构设计和系统安全设计等;详细设计主要包括系统数据库访问的实现,主要功能模块的具体实现,模块实现关键代码等。最后对系统进行了功能测试,并对测试结果进行了分析总结,得出系统的不足及需要改进的地方,为以后的系统维护提供了方便,同时也为今后开发类似系统提供了借鉴和帮助。
本系统的开发使用户能够更加方便快捷的课程试卷自动生成系统 ,同时也促使课程试卷自动生成系统变的更加系统化、有序化。
关键词: 课程试卷自动生成系统; 功能;设计;平台
ABSTRACT
With the development of society, every aspect of society is taking advantage of the information age. The advantage and popularity of computer make it necessary to develop the automatic generating system of course paper.
This paper takes the practical application as the development background, USES the software engineering principle and the development method, USES the JSP technology to construct an online course examination paper automatic generation system. The entire development process first carries on the demand analysis to the system, obtains the system main function. Then the overall design and detailed design of the system. The overall design mainly includes the system function design, the system overall structure design, the system data structure design and the system security design and so on; The detailed design mainly includes the system database access realization, the main function module concrete realization, the module realization key code and so on. Finally, the system is functional tested, and the test results are analyzed and summarized, and the deficiencies and areas for improvement of the system are concluded, which provides convenience for the future system maintenance and provides reference and help for the development of similar systems in the future.
The development of the system enables users to more convenient and fast course paper automatic generation system, but also makes the course paper automatic generation system become more systematic and orderly.
Keywords:Automatic course paper generation system; Function; Design; platform
目 录
摘 要
ABSTRACT
1 概述
1.1研究的背景
1.2课题研究的目的与意义
1.3课题解决的方案
2 系统相关技术介绍
2.1 jsp介绍
2.2 mysql数据库介绍
2.3了伪随机算法
3 系统分析
3.1 系统可行性分析
3.1.1技术可行性
3.1.2经济可行性
3.1.3操作可行性
3.2 需求分析
3.2.1系统功能需求分析
3.2.2业务流程分析
3.2.3系统性能分析
4系统概要设计
4.1 系统功能结构设计
4.2 系统数据库设计
4.3 系统ER图
5系统实现
5.1 系统功能实现
5.1.1管理员管理模块
5.1.2学生管理
5.1.3科目管理
5.1.4题目管理
5.1.5审核阅卷
5.2 学生功能实现
5.2.1自我检测
5.2.2我的考试
5.2.3修改密码
5.2.4个人资料
6系统测试
6.1测试过程
6.2测试结论
结论
参考文献
致 谢