亚洲一级电影在线观看,九九精品无码专区免费,亚洲AV无码资源在线观看 ,欧美国产高清

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

  • 相關(guān)推薦

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

畢業(yè)論文

基于Delphi的試卷智能生成系統(tǒng)設(shè)計(jì)
 
摘要:運(yùn)用可視化軟件Delphi來(lái)開(kāi)發(fā)試卷智能生成系統(tǒng)。是利用其提供的各種面向?qū)ο蟮拈_(kāi)發(fā)工具來(lái)建立系統(tǒng)應(yīng)用原型,然后進(jìn)行需求迭代,通過(guò)不斷修正和改進(jìn),直到形成滿意的可行系統(tǒng)。該系統(tǒng)結(jié)構(gòu)良好、使用方便、題庫(kù)數(shù)據(jù)輸入簡(jiǎn)單,系統(tǒng)能夠?qū)崿F(xiàn)自動(dòng)抽題和手動(dòng)選題兩大功能。 開(kāi)發(fā)內(nèi)容包括后臺(tái)數(shù)據(jù)庫(kù)的建立、維護(hù)以及前端應(yīng)用程序的設(shè)計(jì)兩個(gè)方面。該系統(tǒng)有安全的用戶登錄模塊、易于操作的功能模塊以及方便快捷的瀏覽界面。本文的分析基于知識(shí)點(diǎn)的試題庫(kù)結(jié)構(gòu)基礎(chǔ)上,闡述以知識(shí)點(diǎn)難度系數(shù)、章節(jié)、題型為主要控制參數(shù)的組卷算法的建立與實(shí)現(xiàn)方法。該系統(tǒng)的運(yùn)用不僅提高了教師的工作效率,而且可以實(shí)現(xiàn)真正意義上實(shí)現(xiàn)了便捷性與智能性。經(jīng)測(cè)試表明本軟件在Windows 2000/XP平臺(tái)下程序運(yùn)行穩(wěn)定且各項(xiàng)功能運(yùn)行得都很正確,基本達(dá)到了預(yù)期的要求。
關(guān)鍵字:題庫(kù)系統(tǒng);試卷管理;試卷生成

Automatic generated paper system based on Delphi
 
Abstract: Use vitrification software of Delphi to empolder an automatic generated paper system, mainly use its various object-oriented application development tools to build a prototype system, and then progress to the demand analysis, through inconstant revision and improvement, until a satisfactory and viable system come into being. The system is well structured and user-friendly, with simplification of data input to the databank, the system has achieved two functions of fully automatic selection of subjects and manual selection of subjects. The development of the background Database includes the establishment, maintenance and front-end application design. The system has a security users download module, user-friendly and convenient functional module browsing interface. The analysis in this paper is based on knowledge of the structural basis of the examination on the knowledge factor is the difficulty, chapters, sections for the main control parameters Zujuan algorithm and the realization of the establishment. The system is used not only to improve the efficiency of the work of teachers, but also achieve a true sense of sexual and convenient wisdom. Testing shows the software platform in Windows 2000/XP stability and operational procedures of the functional operation of a very correctly, the basic met expectations.
Key Words:data bank system ;papers generated; management papers

目    錄
摘  要 1
1 概  述 2
1.1 課題的意義 2
1.2 發(fā)展?fàn)顩r 2
1.3 研究?jī)?nèi)容 2
1.4 研究方法 3
2 數(shù)據(jù)庫(kù)概述及開(kāi)發(fā)工具 4
2.1 數(shù)據(jù)庫(kù)技術(shù) 4
2.1.1 數(shù)據(jù)庫(kù)管理系統(tǒng) 4
2.1.2 數(shù)據(jù)庫(kù)系統(tǒng)設(shè)計(jì) 6
2.1.3 數(shù)據(jù)庫(kù)設(shè)計(jì)范式分析 6
2.2 數(shù)據(jù)庫(kù)開(kāi)發(fā)工具 7
2.2.1 Delphi 7.0具體特點(diǎn) 8
2.2.2 主要的控件關(guān)系及其屬性簡(jiǎn)介 8
2.2.3 數(shù)據(jù)庫(kù)連接方式選擇 11
2.2.4 SQL語(yǔ)言在Delphi中的運(yùn)用 11
3 可行性及需求分析 14
3.1 可行性分析 14
3.2 需求分析 15
3.2.1 登陸系統(tǒng) 15
3.2.2 系統(tǒng)管理 15
3.2.3 題庫(kù)管理 16
3.2.4 試卷管理 16
4 系統(tǒng)設(shè)計(jì) 18
4.1 系統(tǒng)概要設(shè)計(jì) 18
4.1.1 數(shù)據(jù)庫(kù)表的設(shè)計(jì) 18
4.2 系統(tǒng)詳細(xì)設(shè)計(jì) 20
4.2.1 程序流程圖及實(shí)體E-R圖 20
4.2.2 窗體功能簡(jiǎn)介 22
4.3 開(kāi)發(fā)關(guān)鍵技術(shù) 35
4.4 算法的實(shí)現(xiàn) 36
5 結(jié) 束 語(yǔ) 38
參考文獻(xiàn) 39

注:不包括源代碼.

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

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

排課系統(tǒng)的實(shí)現(xiàn)Delphi+SQL11-23

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

家庭理財(cái)系統(tǒng)Delphi+SQL11-23

世界杯投注系統(tǒng)Delphi+SQL03-08

基于DSP的智能座椅系統(tǒng)的設(shè)計(jì)03-07

試卷生成系統(tǒng)03-05

網(wǎng)吧監(jiān)控軟件Delphi+SQL05-15

培養(yǎng)計(jì)劃制訂輔助軟件Delphi+SQL03-08

delphi+sql辦公自動(dòng)化系統(tǒng)(+開(kāi)題報(bào)告源程序+論文正文+外文03-07

主站蜘蛛池模板: 国产精品视频999| 黄色视频免费| 牛牛视频一区二区三区| 免费午夜福利在线观看不卡| 18禁网站免费无遮挡无码中文| 97视频在线精品国自产拍| 国产日韩精品秘 入口| 97se亚洲国产综合在线| 伊人久久大香线蕉av不变影院| 人妻体验按摩到忍不住哀求继续 | 国产精品午夜成人免费观看| 午夜亚洲aⅴ无码高潮片苍井空| 狠狠久久精品中文字幕无码| 民勤县| 中文字幕无码一区二区三区四区| 又爽又大又黄a级毛片在线视频| 国产亚洲精品在天天在线麻豆| 综合色88| 亚洲欧美激情另类| a级毛片一区二区免费视频| 无码中文字幕日韩专区视频 | 99久久精品费精品国产一区二 | 泸溪县| 高级黄区18勿进视频免费| 九九精品热| 亚洲天堂区| 色综合久久久久8天国| 久久久久久久综合日本| 久久久成人毛片无码| 人妻少妇久久中文字幕一区二区| 日日碰狠狠躁久久躁9| 狠狠躁夜夜躁av网站中文字幕| 精品香蕉一区二区三区| 无码国产一区二区三区四区| 成人无遮挡18禁免费视频| 97久久精品人人做人人爽| 汕头市| 原味小视频在线www国产| 成人亚洲欧美久久久久| 久久婷婷五月国产色综合| 凹凸精品熟女在线观看|