计算机应用 | 古代文学 | 市场营销 | 生命科学 | 交通物流 | 财务管理 | 历史学 | 毕业 | 哲学 | 政治 | 财税 | 经济 | 金融 | 审计 | 法学 | 护理学 | 国际经济与贸易
计算机软件 | 新闻传播 | 电子商务 | 土木工程 | 临床医学 | 旅游管理 | 建筑学 | 文学 | 化学 | 数学 | 物理 | 地理 | 理工 | 生命 | 文化 | 企业管理 | 电子信息工程
计算机网络 | 语言文学 | 信息安全 | 工程力学 | 工商管理 | 经济管理 | 计算机 | 机电 | 材料 | 医学 | 药学 | 会计 | 硕士 | 法律 | MBA
现当代文学 | 英美文学 | 通讯工程 | 网络工程 | 行政管理 | 公共管理 | 自动化 | 艺术 | 音乐 | 舞蹈 | 美术 | 本科 | 教育 | 英语 |

试卷智能生成系统设计vb+SQL

2016-05-16 01:02
导读:计算机应用论文论文,试卷智能生成系统设计vb+SQL论文样本,在线游览或下载,科教论文网海量论文供你参考:毕业
毕业

试卷智能生成系统设计

摘要:本系统是基于windows系统的智能试卷生成系统,1个典型的MIS系统。软件采用Visual Basic 6.0作为系统的开发工具,采用SQL Server 2000中文版作为后台数据库来维护和管理数据库。本软件主要针对各学校每学期各种考试,利用计算机进行试卷的自动生成并逐步积累形成有效的试题库,对试题和试卷的管理将变得高效而便捷,对提高工作效率,使试卷管理逐步走向正规化自动化将起到10分重要的作用。该系统具有题库管理和试卷管理两大主要功能。题库管理包括判断题管理等等各种题型;试卷管理则允许用户设置试卷各类题型的分数、小题数和难度比例,以及试题在各章节中的分配比例。在用户要求生成试卷时,可以检查试卷的各项参数设置是否合理,然后生成试卷以及试卷答案。用户可以预览生成的试卷,并进行修改,然后将试卷保存到文本文件中。随着网络的逐渐普及,本系统已变得越来越重要。
关键词:MIS系统;Visual Basic;SQL Server2000;自动生成

The Design of Paper Generative Intelligent System
 
Abstract:This is a system of the capacity create of a examination based on windows system,a model MIS system.The software adopt Visual Basic 6.0 as developing instrument of the system, and adopts the Chinese edition of SQL Server 2000 as backstage supporter database to maintain and manage the database. This software is designed mainly to servel schools to realize the examination system,uses computers to achieve the examination’s create.The management of the examination and the test question.It also will improve the work efficiency and make the management of the examination normalization and automatization.This system have 2 functions ---the management of superscription and the management of the test paper.The management of superscription include judgement and other inscriptions;The management of the test papers allow the users to set up the mark、the difficulty and the distribute of the test questions in chapters.When users want to create a test paper,he can check up the setting of various parameters,then create test paper and the answers.Users can preview the test paper and amend them,then save them to text file. With the popularization of network, this system is becoming more and more important. (转载自中国科教评价网http://www.nseac.com
keywords:MIS system; Visual Basic;SQL Server2000;the create of automatism

目 录
摘 要 1
前 言 2
1 系统开发环境介绍 4
1.1 运行环境配置 4
1.1.1 硬件要求 4
1.1.2 软件要求 4
1.2  VISUAL BASIC6.0简介 4
1.2.1 早期的BASIC语言 4
1.2.2 可视化BASIC语言――Visual Basic 5
1.2.3  Visual Basic的版本 5
1.2.4  Visual Basic的特点 6
1.3 系统后台数据库介绍 7
1.4 系统后台开发工具(SQL SERVER2000)简介 8
1.4.1  SQL简介 8
1.4.2  SQL Server 特点 8
1.4.3  SQL中的常用语句 9
1.5  ADO数据对象访问技术 9
1.5.1  ADO编程模型简介 9
1.5.2  使用ADO控件 10
2 需求分析 13
2.1 项目背景 13
2.2 任务概述 13
2.2.1 目标 13
2.2.2 运行系统 13
2.3 数据描述 14
2.3.1 数据库描述 14
2.3.2 数据字典 14
2.4 功能需求 14
2.4.1 功能划分 14
2.4.2 功能描述 14
2.5 性能需求 14
2.5.1 数据精确度 14
2.5.2 时间特性 14
2.5.3 适应性 15
2.5.4 故障处理要求 15
2.6 运行需求 15
2.6.1 用户界面 15
2.6.2 支持软件 15
3 概要设计 16
3.1 课题的意义 16
3.2 发展状况 16
3.2.1 传统考试存在的问题 16
3.2.2 考试的改革方向特点 17
3.3 建立试题库的原则 17
3.3.1 保证入库试题的高质量原则 17
3.3.2 保证入库试题数量大以及分布合理的原则 17
3.3.3 保证题库动态的原则 18
3.4 研究方法 18
3.5 研究手段 18
3.6 研究步骤 18
3.7 研究内容 19
4 系统总体设计 20
4.1 设计分析 20
4.1.1 系统设计 20
4.1.2 数据库的设计 21
4.2 具体操作过程 23

(科教范文网 fw.nseac.com编辑发布)

5 详细设计 24
5.1 设计分析 24
5.1.1 系统设计 24
5.1.2 数据库设计 24
5.2 具体设计 27
5.2.1 创建试卷智能生成系统工程 27
5.2.2 设计登陆窗体 28
5.2.3 设计系统主窗体 29
5.2.4 设计单选题管理窗体 30
5.2.5 设计多选题管理窗体 32
5.2.6 设计填空题管理窗体 32
5.2.7 设计判断题管理窗体 33
5.2.8 设计生成试卷窗体 34
5.2.9 设计查看试卷窗体 35
6 结束语 38
参考文献 39
致 谢 40

注:不包括源代码.

    上一篇:图书管理系统设计与实现Delphi+SQL 下一篇:没有了