毕业论文——试卷生成系统.doc

约34页DOC格式手机打开展开

毕业论文——试卷生成系统,摘 要运用可视化delphi开发出试题自动生成系统.利用其提供的各种面向对象的开发工具, 建立系统应用原型,然后进行需求迭代,不断修正和改进,直到形成满意的可行系统。该系统结构良好、使用方便,题库数据输入简单,系统能够实现人工选题和随机抽题两大功能. 包括后台数据库的建立、维护以及前端应用程序的...
编号:18-228658大小:1.12M
分类: 论文>计算机论文

内容介绍

此文档由会员 phj19870123 发布

毕业论文——试卷生成系统

摘 要
运用可视化Delphi开发出试题自动生成系统.利用其提供的各种面向对象的开发工具, 建立系统应用原型,然后进行需求迭代,不断修正和改进,直到形成满意的可行系统。该系统结构良好、使用方便,题库数据输入简单,系统能够实现人工选题和随机抽题两大功能. 包括后台数据库的建立、维护以及前端应用程序的开发两个方面。该系统有安全的用户登录模块、方便快捷的浏览界面、易于操作的功能模块。本文的分析基于知识点的试题库结构基础上,阐述以知识点难度系数和题型为主要控制参数的组卷算法的建立与实现方法。该系统的运用不仅提高了教师的工作效率,而且可以实现真正意义上通用性。

 

 

 

 

关键词: 题库系统,试卷生成; Delphi; SQL Server;
 

Abstract
Visualization using Delphi to develop automatic generation of test systems. Provided use of its object-oriented development tools to build a prototype system, and then needs iterative, and constantly revised and improved, until the formation of a viable system satisfaction. The system is well structured and easy to use, simple data entry questions, the system can achieve artificial selection and random question two functions. Including the establishment of the background database, front-end application maintenance and development of two aspects. Security of the system user login module, convenient browser interface, easy-to-use function modules. In this paper, an analysis of the base
Point in the knowledge base of the test structure based on a knowledge-point of the degree of difficulty, and questions as the main control parameters of the Algorithm of the establishment and implementation. The use of the system not only improve the efficiency of teachers, but also real versatile.

 

 


Key Words:Exam,Problem pool,Delphi; SQL Server;
 
目  录

摘  要 1
Abstract 2
前  言 1
第一章   绪论 2
1.1 开发背景与研究现状 2
1.2 论文组织 2
第二章   技术选型 3
2.1开发工具简介 3
2.1.1Delphi 7.0的特点 3
2.1.2主要的控件及其属性简介 3
2.1.3数据库连接方式选择 4
2.2程序运行环境 4
第三章   需求分析 5
3.1用户需求 5
3.2功能需求 5
3.3 系统流程图 6
第四章   系统概要设计 7
4.1系统数据库设计 7
4.2程序流程图设计 9
第五章 系统实现 13
5.1窗体功能简介 13
5.2系统中的关键技术实现 16
第六章 软件测试及其维护 19
6.1系统测试平台简介 19
6.2测试方法 19
6.3 测试目的 19
6.4 测试过程 19
6.5系统维护 20
第七章 开发总结 21
参 考 文 献 22
致  谢 23
译    文 24
原    文 27