當前位置:學問君>學習教育>畢業論文>

基於Delphi的試卷智能生成系統設計Delphi+SQL

學問君 人氣:3.16W
畢業論文

基於Delphi的試卷智能生成系統設計
 
摘要:運用可視化軟件Delphi來開發試卷智能生成系統。是利用其提供的各種面向對象的開發工具來建立系統應用原型,然後進行需求迭代,透過不斷修正和改進,直到形成滿意的可行系統。該系統結構良好、使用方便、題庫數據輸入簡單,系統能夠實現自動抽題和手動選題兩大功能。 開發內容包括後臺數據庫的建立、維護以及前端應用程序的設計兩個方面。該系統有安全的用戶登入模組、易於操作的功能模組以及方便快捷的瀏覽介面。本文的分析基於知識點的試題庫結構基礎上,闡述以知識點難度係數、章節、題型爲主要控制參數的組卷算法的建立與實現方法。該系統的運用不僅提高了教師的工作效率,而且可以實現真正意義上實現了便捷性與智能性。經測試表明本軟件在Windows 2000/XP平臺下程序執行穩定且各項功能執行得都很正確,基本達到了預期的.要求。
關鍵字:題庫系統;試卷管理;試卷生成

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 發展狀況 2
1.3 研究內容 2
1.4 研究方法 3
2 數據庫概述及開發工具 4
2.1 數據庫技術 4
2.1.1 數據庫管理系統 4
2.1.2 數據庫系統設計 6
2.1.3 數據庫設計範式分析 6
2.2 數據庫開發工具 7
2.2.1 Delphi 7.0具體特點 8
2.2.2 主要的控件關係及其屬性簡介 8
2.2.3 數據庫連接方式選擇 11
2.2.4 SQL語言在Delphi中的運用 11
3 可行性及需求分析 14
3.1 可行性分析 14
3.2 需求分析 15
3.2.1 登陸系統 15
3.2.2 系統管理 15
3.2.3 題庫管理 16
3.2.4 試卷管理 16
4 系統設計 18
4.1 系統概要設計 18
4.1.1 數據庫表的設計 18
4.2 系統詳細設計 20
4.2.1 程序流程圖及實體E-R圖 20
4.2.2 窗體功能簡介 22
4.3 開發關鍵技術 35
4.4 算法的實現 36
5 結 束 語 38
參考文獻 39

注:不包括原始碼.

基於Delphi的試卷智能生成系統設計Delphi+SQL