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

计算机自动出卷系统的设计与实现

来源:wenku163.com  资料编号:WK1631136 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9AWK1631136
资料介绍

摘 要
一般情况教师想出一份试卷,要么到庞大的题库里一道一道的把题找出来,或是从几本相关的书里把题一道一道挑出来。这样即费时又费力,而且很难保证试题的覆盖面和把握好试卷的难度。正是为了能够帮助教师轻松的出一份高质量的试卷而开发了本软件。为了达到预期的目标我们最终选择了Microsoft Office DocumentImaging做为本软件的终端输出。本软件是在对现有控件的改进和VBA编程的研究的基础上开发的。本软件实现了以下主要功能:1.手动生成试卷;2.自动生成试卷;3.抽取现有试卷;4.数据库管理。大量的测试表明本软件在Windows 98/me/2000/XP平台配合Office 系列 的环境下程序运行稳定且各项功能运行得都很正确,基本达到了预期的要求!!(毕业设计网 )
关键词:题库系统;试卷生成;数据库;VBA
                            
Abstract:
The general situation teacher thinks out a paper,reach huge exam pool each finds out the question, or shoulder the question together out from several relevant books. Time-consuming and also strenuous like this, and very difficult to guarantee coverage rate and paper degree of difficulty of examination question. Helping the teacher thinks out a higt quality paper is the destination of develop this Software. In the cause of this we select the terminal is Microsoft Office Word. This Software’s base of develop is improve on control in existence and study the VBA programing. These functions of this software are as follows: One. Manual create paper; Two. Auto create paper; Three. Select from existential papers; Four. User manage; Five. Database manage. The result of many test is that this software is runing steady and these funtions of it is runing right in the environment which make up of Windows 98/me/2000/XP and Office 2000/XP/2003, it is basic reach the requests.

Keywords:Exam;Problem pool;VBA;word

功能模块
 设计试题生成功能,试题能分布整个教学内容
 具有试题的答案生成功能
 数据库设计及维护
 程序的其它选项设置







主要的控件及其基本属性
命令按钮类的控件:
1) Caption属性:用来显示在控件上的标题。
2) Enable属性:控制控件的激活状态灰色或可用。
3) Appearance属性:值为1时,则以3D效果显示该控件,0则不然。
4) Backcolor属性:用来改变在按钮上显示图像的背景色。
5) Cancel属性:该属性决定按钮是否为一个”取消”按钮。
6) Default属性:决定哪一个命令按钮控件是窗体的缺省命令按钮.
7) Font属性:控制各种文字字体类型.
8) Left,top,height,width属性:设定控件的位置与大小.
9) Style,picture属性:决定按钮的显示方式是否为图像形式出现.
10) Visible属性:确定控件运行时是否为可见.
11) Index属性:当控件为一控件数组时,此属性值为该控件在数组的下标值.
12) DownPicture属性:设置/返回一个对图片的引用,该图片在按钮被单击处于压下状态时显示。
13) DisabledPicture属性:设置/返回一个对图片的引用,该图片在控件无效时显示在控件中。
14) MaskColor属性:设置/返回一个在按钮的图片中作为“掩码“的的颜色
15) Picture属性:设置返回commandButton控件中要显示的图片。(毕业设计网 )

目   录

1 . 简述 5
1.1 开发工具简介 5
1.1.1 Visual Basic 6.0的特点 5
1.1.2 主要的控件及其基本属性,事件简介 6
1.1.3 数据库连接方式选择 10
1.2 程序运行环境 12
2 . 需求分析 12
2.1 负责的功能模块 12
2.2 软件功能分析 12
3 . 设计阶段 16
3.1 概要设计 16
3.1.1 系统数据库设计 16
3.2 详细设计 19
3.2.1 程序流程图 19
3.2.2 窗体功能简介 22
4 . 软件实现 27
4.1 OOP简介 27
4.2 开发的关键技术 28
5 . 软件测试及其维护 32
5.1 系统测试平台简介 32
5.2 测试方法 33
5.3 系统维护 34
(毕业设计网 )
6 . 开发总结 34
参 考 文 献 35
致  谢 36
译    文 37
原    文 40

推荐资料