題庫系統(tǒng)設(shè)計(jì).rar
題庫系統(tǒng)設(shè)計(jì),5.4萬字63頁有設(shè)計(jì)代碼摘要delphi 7.0擁有良好的可視化應(yīng)用程序開發(fā)環(huán)境,將可視化界面和面相對(duì)象技術(shù)完美、緊密的結(jié)合起來,并封裝了windows編程的復(fù)雜性。利用delphi 7.0提供的強(qiáng)大的vcl(visual component library,可視化組件庫)進(jìn)行編程,可以快速、高效地開發(fā)出基于wind...
該文檔為壓縮文件,包含的文件列表如下:
內(nèi)容介紹
原文檔由會(huì)員 劉麗 發(fā)布
5.4萬字 63頁 有設(shè)計(jì)代碼
摘 要
Delphi 7.0擁有良好的可視化應(yīng)用程序開發(fā)環(huán)境,將可視化界面和面相對(duì)象技術(shù)完美、緊密的結(jié)合起來,并封裝了Windows編程的復(fù)雜性。利用Delphi 7.0提供的強(qiáng)大的VCL(Visual Component Library,可視化組件庫)進(jìn)行編程,可以快速、高效地開發(fā)出基于Windows環(huán)境的各類應(yīng)用程序,尤其是在數(shù)據(jù)庫方面。它不但提供了大量的數(shù)據(jù)庫組件,并配有數(shù)據(jù)庫引擎BDE,能通過SQL Links和ODBC等訪問數(shù)據(jù)庫。
本文的題庫系統(tǒng)利用Delphi(設(shè)計(jì)生成界面及實(shí)現(xiàn)其功能)和SQL(構(gòu)造并管理數(shù)據(jù)庫)兩種工具,通過結(jié)構(gòu)化方法,按照需求分析、概要設(shè)計(jì)、詳細(xì)設(shè)計(jì)、編寫程序、測試及維護(hù)的步驟進(jìn)行開發(fā),其中包括對(duì)整體系統(tǒng)及數(shù)據(jù)庫的設(shè)計(jì)與制作,應(yīng)用ADO(ActiveX Data Object)進(jìn)行Delphi與數(shù)據(jù)庫的連接。為了使設(shè)計(jì)的思路更加清晰,易于理解,除了文字的敘述外,文中還繪有部分圖形,如:數(shù)據(jù)流圖、E-R圖、系統(tǒng)流程圖、程序流程圖等,并列舉了制作過程的部分實(shí)例。制作過程中通過參考大量資料,運(yùn)用VBA(Visual Basic for Applications)技術(shù)很好的解決了Microsoft Office Word的接口編程問題,使得Delphi與Microsoft Office Word在程序上能夠很好地銜接。
本系統(tǒng)實(shí)現(xiàn)了以下主要功能:1.題目錄入;2.自動(dòng)組卷;3.用戶管理;4.題庫維護(hù)。
關(guān)鍵詞:題庫系統(tǒng);題目錄入;自動(dòng)組卷;數(shù)據(jù)庫
目 錄
引言
1 系統(tǒng)的可行性研究
2 開發(fā)的工具及方法
3 系統(tǒng)需求分析
5 系統(tǒng)詳細(xì)設(shè)計(jì)
6 制作過程簡述,編碼及主要技術(shù)
7 測試
8 結(jié)論
謝辭
參考文獻(xiàn)
附錄
Abstract
This system has realized the following main functions: 1.Inputting the test questions; 2.Organizing the test paper automatically; 3.User management; 4.The maintenance of the test questions’ storehouse. Through testing repeatedly, the result indicated that in 98 Windows / 2000 /me/ XP platform cooperate with Office XP/2003 ,the procedure of the system operates steadily and every performance achieves the expected request basically,so it has reached the anticipated request basically.
In the section of the conclusion,it recounts the gain of the design,and this article’s appendix includes a little procedure and the explanation of the use..
Key words: test questions’storehouse system; inputting the test questions;organizing the test paper automatically; database
摘 要
Delphi 7.0擁有良好的可視化應(yīng)用程序開發(fā)環(huán)境,將可視化界面和面相對(duì)象技術(shù)完美、緊密的結(jié)合起來,并封裝了Windows編程的復(fù)雜性。利用Delphi 7.0提供的強(qiáng)大的VCL(Visual Component Library,可視化組件庫)進(jìn)行編程,可以快速、高效地開發(fā)出基于Windows環(huán)境的各類應(yīng)用程序,尤其是在數(shù)據(jù)庫方面。它不但提供了大量的數(shù)據(jù)庫組件,并配有數(shù)據(jù)庫引擎BDE,能通過SQL Links和ODBC等訪問數(shù)據(jù)庫。
本文的題庫系統(tǒng)利用Delphi(設(shè)計(jì)生成界面及實(shí)現(xiàn)其功能)和SQL(構(gòu)造并管理數(shù)據(jù)庫)兩種工具,通過結(jié)構(gòu)化方法,按照需求分析、概要設(shè)計(jì)、詳細(xì)設(shè)計(jì)、編寫程序、測試及維護(hù)的步驟進(jìn)行開發(fā),其中包括對(duì)整體系統(tǒng)及數(shù)據(jù)庫的設(shè)計(jì)與制作,應(yīng)用ADO(ActiveX Data Object)進(jìn)行Delphi與數(shù)據(jù)庫的連接。為了使設(shè)計(jì)的思路更加清晰,易于理解,除了文字的敘述外,文中還繪有部分圖形,如:數(shù)據(jù)流圖、E-R圖、系統(tǒng)流程圖、程序流程圖等,并列舉了制作過程的部分實(shí)例。制作過程中通過參考大量資料,運(yùn)用VBA(Visual Basic for Applications)技術(shù)很好的解決了Microsoft Office Word的接口編程問題,使得Delphi與Microsoft Office Word在程序上能夠很好地銜接。
本系統(tǒng)實(shí)現(xiàn)了以下主要功能:1.題目錄入;2.自動(dòng)組卷;3.用戶管理;4.題庫維護(hù)。
關(guān)鍵詞:題庫系統(tǒng);題目錄入;自動(dòng)組卷;數(shù)據(jù)庫
目 錄
引言
1 系統(tǒng)的可行性研究
2 開發(fā)的工具及方法
3 系統(tǒng)需求分析
5 系統(tǒng)詳細(xì)設(shè)計(jì)
6 制作過程簡述,編碼及主要技術(shù)
7 測試
8 結(jié)論
謝辭
參考文獻(xiàn)
附錄
Abstract
This system has realized the following main functions: 1.Inputting the test questions; 2.Organizing the test paper automatically; 3.User management; 4.The maintenance of the test questions’ storehouse. Through testing repeatedly, the result indicated that in 98 Windows / 2000 /me/ XP platform cooperate with Office XP/2003 ,the procedure of the system operates steadily and every performance achieves the expected request basically,so it has reached the anticipated request basically.
In the section of the conclusion,it recounts the gain of the design,and this article’s appendix includes a little procedure and the explanation of the use..
Key words: test questions’storehouse system; inputting the test questions;organizing the test paper automatically; database
TA們正在看...
- 一堂識(shí)字課有感.doc
- 一堂閱讀課激趣活動(dòng)案例分析與反思.doc
- 一年繭學(xué)識(shí)字教學(xué)之我見.doc
- 一年級(jí)寫字教學(xué)的幾點(diǎn)思考.doc
- 一年級(jí)寫字教學(xué)的幾點(diǎn)想法.doc
- 一年級(jí)學(xué)生書寫習(xí)慣的培養(yǎng).doc
- 一年級(jí)學(xué)生寫好鉛筆字的指導(dǎo)方法.doc
- 一年級(jí)學(xué)生家長怎樣指導(dǎo)孩子學(xué)語文.doc
- 一年級(jí)學(xué)生漢字書寫起步教學(xué).doc
- 一年級(jí)學(xué)生識(shí)字興趣的培養(yǎng).doc