特级做A爰片毛片免费69,永久免费AV无码不卡在线观看,国产精品无码av地址一,久久无码色综合中文字幕

題庫(kù)系統(tǒng)設(shè)計(jì).rar

RAR格式版權(quán)申訴手機(jī)打開(kāi)展開(kāi)

題庫(kù)系統(tǒng)設(shè)計(jì),5.4萬(wàn)字63頁(yè)有設(shè)計(jì)代碼摘要delphi 7.0擁有良好的可視化應(yīng)用程序開(kāi)發(fā)環(huán)境,將可視化界面和面相對(duì)象技術(shù)完美、緊密的結(jié)合起來(lái),并封裝了windows編程的復(fù)雜性。利用delphi 7.0提供的強(qiáng)大的vcl(visual component library,可視化組件庫(kù))進(jìn)行編程,可以快速、高效地開(kāi)發(fā)出基于wind...
編號(hào):78-11685大小:136.10K
分類(lèi): 論文>計(jì)算機(jī)論文

該文檔為壓縮文件,包含的文件列表如下:

內(nèi)容介紹

原文檔由會(huì)員 劉麗 發(fā)布

5.4萬(wàn)字 63頁(yè) 有設(shè)計(jì)代碼
摘 要
Delphi 7.0擁有良好的可視化應(yīng)用程序開(kāi)發(fā)環(huán)境,將可視化界面和面相對(duì)象技術(shù)完美、緊密的結(jié)合起來(lái),并封裝了Windows編程的復(fù)雜性。利用Delphi 7.0提供的強(qiáng)大的VCL(Visual Component Library,可視化組件庫(kù))進(jìn)行編程,可以快速、高效地開(kāi)發(fā)出基于Windows環(huán)境的各類(lèi)應(yīng)用程序,尤其是在數(shù)據(jù)庫(kù)方面。它不但提供了大量的數(shù)據(jù)庫(kù)組件,并配有數(shù)據(jù)庫(kù)引擎BDE,能通過(guò)SQL Links和ODBC等訪問(wèn)數(shù)據(jù)庫(kù)。
本文的題庫(kù)系統(tǒng)利用Delphi(設(shè)計(jì)生成界面及實(shí)現(xiàn)其功能)和SQL(構(gòu)造并管理數(shù)據(jù)庫(kù))兩種工具,通過(guò)結(jié)構(gòu)化方法,按照需求分析、概要設(shè)計(jì)、詳細(xì)設(shè)計(jì)、編寫(xiě)程序、測(cè)試及維護(hù)的步驟進(jìn)行開(kāi)發(fā),其中包括對(duì)整體系統(tǒng)及數(shù)據(jù)庫(kù)的設(shè)計(jì)與制作,應(yīng)用ADO(ActiveX Data Object)進(jìn)行Delphi與數(shù)據(jù)庫(kù)的連接。為了使設(shè)計(jì)的思路更加清晰,易于理解,除了文字的敘述外,文中還繪有部分圖形,如:數(shù)據(jù)流圖、E-R圖、系統(tǒng)流程圖、程序流程圖等,并列舉了制作過(guò)程的部分實(shí)例。制作過(guò)程中通過(guò)參考大量資料,運(yùn)用VBA(Visual Basic for Applications)技術(shù)很好的解決了Microsoft Office Word的接口編程問(wèn)題,使得Delphi與Microsoft Office Word在程序上能夠很好地銜接。
本系統(tǒng)實(shí)現(xiàn)了以下主要功能:1.題目錄入;2.自動(dòng)組卷;3.用戶管理;4.題庫(kù)維護(hù)。

關(guān)鍵詞:題庫(kù)系統(tǒng);題目錄入;自動(dòng)組卷;數(shù)據(jù)庫(kù)


目 錄
引言
1 系統(tǒng)的可行性研究
2 開(kāi)發(fā)的工具及方法
3 系統(tǒng)需求分析
5 系統(tǒng)詳細(xì)設(shè)計(jì)
6 制作過(guò)程簡(jiǎn)述,編碼及主要技術(shù)
7 測(cè)試
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