亚洲国产日韩欧美在线a乱码,国产精品路线1路线2路线,亚洲视频一区,精品国产自,www狠狠,国产情侣激情在线视频免费看,亚洲成年网站在线观看

試卷智能生成系統(tǒng)設(shè)計(jì)vb+SQL

  • 相關(guān)推薦

試卷智能生成系統(tǒng)設(shè)計(jì)vb+SQL

畢業(yè)論文

試卷智能生成系統(tǒng)設(shè)計(jì)

摘要:本系統(tǒng)是基于windows系統(tǒng)的智能試卷生成系統(tǒng),1個(gè)典型的MIS系統(tǒng)。軟件采用Visual Basic 6.0作為系統(tǒng)的開發(fā)工具,采用SQL Server 2000中文版作為后臺(tái)數(shù)據(jù)庫來維護(hù)和管理數(shù)據(jù)庫。本軟件主要針對(duì)各學(xué)校每學(xué)期各種考試,利用計(jì)算機(jī)進(jìn)行試卷的自動(dòng)生成并逐步積累形成有效的試題庫,對(duì)試題和試卷的管理將變得高效而便捷,對(duì)提高工作效率,使試卷管理逐步走向正規(guī)化自動(dòng)化將起到10分重要的作用。該系統(tǒng)具有題庫管理和試卷管理兩大主要功能。題庫管理包括判斷題管理等等各種題型;試卷管理則允許用戶設(shè)置試卷各類題型的分?jǐn)?shù)、小題數(shù)和難度比例,以及試題在各章節(jié)中的分配比例。在用戶要求生成試卷時(shí),可以檢查試卷的各項(xiàng)參數(shù)設(shè)置是否合理,然后生成試卷以及試卷答案。用戶可以預(yù)覽生成的試卷,并進(jìn)行修改,然后將試卷保存到文本文件中。隨著網(wǎng)絡(luò)的逐漸普及,本系統(tǒng)已變得越來越重要。
關(guān)鍵詞:MIS系統(tǒng);Visual Basic;SQL Server2000;自動(dòng)生成

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.
keywords:MIS system; Visual Basic;SQL Server2000;the create of automatism

目 錄
摘 要 1
前 言 2
1 系統(tǒng)開發(fā)環(huán)境介紹 4
1.1 運(yùn)行環(huán)境配置 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的特點(diǎn) 6
1.3 系統(tǒng)后臺(tái)數(shù)據(jù)庫介紹 7
1.4 系統(tǒng)后臺(tái)開發(fā)工具(SQL SERVER2000)簡介 8
1.4.1  SQL簡介 8
1.4.2  SQL Server 特點(diǎn) 8
1.4.3  SQL中的常用語句 9
1.5  ADO數(shù)據(jù)對(duì)象訪問技術(shù) 9
1.5.1  ADO編程模型簡介 9
1.5.2  使用ADO控件 10
2 需求分析 13
2.1 項(xiàng)目背景 13
2.2 任務(wù)概述 13
2.2.1 目標(biāo) 13
2.2.2 運(yùn)行系統(tǒng) 13
2.3 數(shù)據(jù)描述 14
2.3.1 數(shù)據(jù)庫描述 14
2.3.2 數(shù)據(jù)字典 14
2.4 功能需求 14
2.4.1 功能劃分 14
2.4.2 功能描述 14
2.5 性能需求 14
2.5.1 數(shù)據(jù)精確度 14
2.5.2 時(shí)間特性 14
2.5.3 適應(yīng)性 15
2.5.4 故障處理要求 15
2.6 運(yùn)行需求 15
2.6.1 用戶界面 15
2.6.2 支持軟件 15
3 概要設(shè)計(jì) 16
3.1 課題的意義 16
3.2 發(fā)展?fàn)顩r 16
3.2.1 傳統(tǒng)考試存在的問題 16
3.2.2 考試的改革方向特點(diǎn) 17
3.3 建立試題庫的原則 17
3.3.1 保證入庫試題的高質(zhì)量原則 17
3.3.2 保證入庫試題數(shù)量大以及分布合理的原則 17
3.3.3 保證題庫動(dòng)態(tài)的原則 18
3.4 研究方法 18
3.5 研究手段 18
3.6 研究步驟 18
3.7 研究內(nèi)容 19
4 系統(tǒng)總體設(shè)計(jì) 20
4.1 設(shè)計(jì)分析 20
4.1.1 系統(tǒng)設(shè)計(jì) 20
4.1.2 數(shù)據(jù)庫的設(shè)計(jì) 21
4.2 具體操作過程 23
5 詳細(xì)設(shè)計(jì) 24
5.1 設(shè)計(jì)分析 24
5.1.1 系統(tǒng)設(shè)計(jì) 24
5.1.2 數(shù)據(jù)庫設(shè)計(jì) 24
5.2 具體設(shè)計(jì) 27
5.2.1 創(chuàng)建試卷智能生成系統(tǒng)工程 27
5.2.2 設(shè)計(jì)登陸窗體 28
5.2.3 設(shè)計(jì)系統(tǒng)主窗體 29
5.2.4 設(shè)計(jì)單選題管理窗體 30
5.2.5 設(shè)計(jì)多選題管理窗體 32
5.2.6 設(shè)計(jì)填空題管理窗體 32
5.2.7 設(shè)計(jì)判斷題管理窗體 33
5.2.8 設(shè)計(jì)生成試卷窗體 34
5.2.9 設(shè)計(jì)查看試卷窗體 35
6 結(jié)束語 38
參考文獻(xiàn) 39
致 謝 40

注:不包括源代碼.

試卷智能生成系統(tǒng)設(shè)計(jì)vb+SQL

【試卷智能生成系統(tǒng)設(shè)計(jì)vb+SQL】相關(guān)文章:

crm中的決策支持系統(tǒng)與貿(mào)易智能02-23

制造產(chǎn)品智能集成報(bào)價(jià)系統(tǒng)研究08-26

談智能決策支持系統(tǒng)及其在林業(yè)中的應(yīng)用研究08-21

智能型校園教室燈光自動(dòng)控制系統(tǒng)05-11

學(xué)生信息管理系統(tǒng)設(shè)計(jì)開題報(bào)告07-20

智能控制及其在機(jī)電一體化系統(tǒng)中的應(yīng)用(通用5篇)05-23

基于web的異地并行設(shè)計(jì)與制造系統(tǒng)研究06-02

基于PLC的斷路器型式試驗(yàn)系統(tǒng)設(shè)計(jì)03-10

淺談智能移動(dòng)電話與移動(dòng)智能網(wǎng)的發(fā)展08-08

LED農(nóng)業(yè)智能化與光通訊智能化05-01