高校運(yùn)動(dòng)會(huì)管理系統(tǒng)的開(kāi)發(fā)設(shè)計(jì).doc
約51頁(yè)DOC格式手機(jī)打開(kāi)展開(kāi)
高校運(yùn)動(dòng)會(huì)管理系統(tǒng)的開(kāi)發(fā)設(shè)計(jì),論文完整無(wú)缺,附錄有源代碼。摘 要為給高校田徑運(yùn)動(dòng)會(huì)管理提供有益的借鑒,設(shè)計(jì)開(kāi)發(fā)了一個(gè)基于b/s和c/s混合模式 的高校運(yùn)動(dòng)會(huì)管理系統(tǒng)——信息采集與項(xiàng)目編排。系統(tǒng)通過(guò)用delphi面向?qū)ο蟮木幊汰h(huán)境編寫高校運(yùn)動(dòng)會(huì)管理系統(tǒng)系統(tǒng),利用軟件工程原理,采用生命周期方法學(xué),根據(jù)3nf的關(guān)系模式設(shè)計(jì)數(shù)據(jù)庫(kù)表。系統(tǒng)中系統(tǒng)用戶模塊的實(shí)...
![](http://img.queshao.com/images/pcgzh.gif)
![](http://preview.queshao.com/tobuy/2812.gif)
內(nèi)容介紹
此文檔由會(huì)員 beijing2008 發(fā)布
論文完整無(wú)缺,附錄有源代碼。
摘 要
為給高校田徑運(yùn)動(dòng)會(huì)管理提供有益的借鑒,設(shè)計(jì)開(kāi)發(fā)了一個(gè)基于B/S和C/S混合模式 的高校運(yùn)動(dòng)會(huì)管理系統(tǒng)——信息采集與項(xiàng)目編排。系統(tǒng)通過(guò)用delphi面向?qū)ο蟮木幊汰h(huán)境編寫高校運(yùn)動(dòng)會(huì)管理系統(tǒng)系統(tǒng),利用軟件工程原理,采用生命周期方法學(xué),根據(jù)3NF的關(guān)系模式設(shè)計(jì)數(shù)據(jù)庫(kù)表。系統(tǒng)中系統(tǒng)用戶模塊的實(shí)現(xiàn)過(guò)程在數(shù)據(jù)庫(kù)方面我們采用了Delphi 中的MIDAS(Multi-Tier distributed Application Services Suite多層分布式應(yīng)用服務(wù)器組)技術(shù),提高了系統(tǒng)響應(yīng)的實(shí)時(shí)性。對(duì)數(shù)據(jù)庫(kù)進(jìn)行全面的開(kāi)發(fā)。主要包括后臺(tái)數(shù)據(jù)庫(kù)的建立和維護(hù)以及前端應(yīng)用程序的開(kāi)發(fā)兩個(gè)方面,實(shí)現(xiàn)了運(yùn)動(dòng)員成績(jī)數(shù)據(jù)庫(kù)的創(chuàng)建及運(yùn)動(dòng)員成績(jī)的輸入、瀏覽、維護(hù)和統(tǒng)計(jì),使得系統(tǒng)具有功能強(qiáng)大,界面友好的特點(diǎn)。經(jīng)過(guò)測(cè)試,系統(tǒng)能正常地運(yùn)行,并達(dá)到了預(yù)期效果。
關(guān)鍵字: 運(yùn)動(dòng)會(huì)管理,軟件工程,delphi
Abstract
In order to provide a beneficial model to universities' track and field games management, this design has developed one university game management system based on B/S and C/S pattern ---- information gathering and project arrangement. The system adapts the Delphi object-oriented programming environment to compile the system, using software engineering principle, using the life-cycle methodology, and according to 3NF relational pattern to design the database table. In the system, we has used Delphi MIDAS (Multi-Tier distributed Application Services Suite multi-layer distributional application server group) to realize the technology process, which enhances the system's response timeliness. The comprehensive development to the database mainly includes two aspects: the establishment and the maintenance of the backstage database as well as the development of the front application procedure. It has realized the database foundation, the input, the browsing, the maintenance and the statistics of the athletes' results, so it enables the system to be formidable functioned and friendly faced. After a series of tests, it proves this system could move normally and achieve the anticipated effects.
Key word: The athlete manages, software engineering, delphi
目 錄
摘 要 IV
Abstract V
第一章 緒 論 1
1.1 選題背景 1
1.2設(shè)計(jì)目標(biāo) 1
1.3國(guó)內(nèi)外有關(guān)研究動(dòng)態(tài) 2
1.4 系統(tǒng)可行性分析 2
第二章 平臺(tái)簡(jiǎn)介 4
2.1系統(tǒng)的架構(gòu) 4
2.2系統(tǒng)開(kāi)發(fā)環(huán)境 4
2.3開(kāi)發(fā)工具 5
2.3.1 Delphi的簡(jiǎn)介 5
2.3.2 Delphi 基本概念介紹 7
2.3.3 ADO技術(shù)簡(jiǎn)介 8
2.3.4 ACCESS簡(jiǎn)介 9
第三章 系統(tǒng)分析與設(shè)計(jì)設(shè)計(jì) 10
3.1系統(tǒng)需求分析 10
3.2功能需求 11
3.3 系統(tǒng)流程圖 11
3.3.1 系統(tǒng)數(shù)據(jù)流程圖 12
3.3.2系統(tǒng)層次模塊圖 13
3.4 模塊設(shè)計(jì) 16
第四章 數(shù)據(jù)庫(kù)設(shè)計(jì) 18
4.1數(shù)據(jù)庫(kù)的邏輯設(shè)計(jì) 18
4.2 數(shù)據(jù)庫(kù)概念結(jié)構(gòu)設(shè)計(jì) 18
4.3數(shù)據(jù)庫(kù)的配置 20
第五章 系統(tǒng)設(shè)計(jì) 22
5.1用戶登錄模塊的設(shè)計(jì)與實(shí)現(xiàn) 22
5.2 運(yùn)動(dòng)員基本信息輸入模塊 23
5.3 查詢模塊的設(shè)計(jì)與實(shí)現(xiàn) 24
5.4 比賽成績(jī)錄入模塊的設(shè)計(jì)與實(shí)現(xiàn) 25
5.5 成績(jī)修改模塊的設(shè)計(jì)與實(shí)現(xiàn) 26
第六章 系統(tǒng)維護(hù)和改進(jìn) 28
6.1 運(yùn)行維護(hù) 28
6.2 系統(tǒng)的改進(jìn)與提高 28
結(jié)束語(yǔ) 29
致 謝 30
參考文獻(xiàn) 31
附 錄 32
參考文獻(xiàn)
[1]王晟,萬(wàn)科. DELPHI數(shù)據(jù)庫(kù)開(kāi)發(fā)經(jīng)典案例解析[M].清華大學(xué)出版社. 2005,2
[2]劉斌.李文革.DELPHI數(shù)據(jù)庫(kù)高級(jí)教程[M].清華大學(xué)出版社.2004,3
[3]孟廣均,霍國(guó)慶,羅曼.信息資源管理導(dǎo)論[M].科學(xué)出版社.2003,5
[4]王珊,稱紅.數(shù)據(jù)庫(kù)系統(tǒng)原理教程[M].清華大學(xué)出版社.2004,4
[5]薩師渲,王珊.?dāng)?shù)據(jù)庫(kù)系統(tǒng)概論[M].高等教育出版社.2000
[6]吳衛(wèi)中. Delphi中數(shù)據(jù)文件路徑的管理[J]. 中國(guó)計(jì)算機(jī)報(bào).2000,06(12) :27~34
[7]薛成華.管理信息系統(tǒng)[M].清華大學(xué)出版社.2000
[8]張海藩.軟件工程導(dǎo)論[M].清華大學(xué)出版社.1998
[9] 程念勝,張宜生等.基于Delphi程序及應(yīng)用實(shí)例[J].電腦編程技巧,1999,11:37~ 57
[10]陸惠恩,陸培恩.軟件工程[M].電子工業(yè)出版社.第二版.2000
[11]飛思科技產(chǎn)品研發(fā)中心.Delphi 7.0電子商務(wù)應(yīng)用開(kāi)發(fā)[M].電子工業(yè)出版社.2002
[12]張成華.Delphi 6實(shí)際開(kāi)發(fā)100例[M].清華大學(xué)出版社.2001
[13]吳中福.軟件工程[M].重慶大學(xué)出版社.2003
[14]李堅(jiān).?dāng)?shù)據(jù)倉(cāng)庫(kù)與決策支持[M].第三版.國(guó)防工業(yè)出版社.2003
[15]陳明 . 軟件工程學(xué)教程[M] .科技出版社,2002
[16]飛思科技產(chǎn)品研發(fā)中心 . Delphi6開(kāi)發(fā)者手冊(cè)[M] . 電子工業(yè)出版社, 2002
[17]Delphi程序設(shè)計(jì)導(dǎo)論[J].Delphi雜志.2004,(9):25~55
[18]申旻 . Delphi高手突破[M] . 清華大學(xué)出版社,2002,302
[19]心鈴.Delphi4.0講座第一講[J].軟件報(bào).2000,01:41~51
[20]趙福云. 用Delphi設(shè)計(jì)數(shù)據(jù)庫(kù)應(yīng)用的幾點(diǎn)體會(huì)[J].Delphi 文摘精華.2000.08:18~19
摘 要
為給高校田徑運(yùn)動(dòng)會(huì)管理提供有益的借鑒,設(shè)計(jì)開(kāi)發(fā)了一個(gè)基于B/S和C/S混合模式 的高校運(yùn)動(dòng)會(huì)管理系統(tǒng)——信息采集與項(xiàng)目編排。系統(tǒng)通過(guò)用delphi面向?qū)ο蟮木幊汰h(huán)境編寫高校運(yùn)動(dòng)會(huì)管理系統(tǒng)系統(tǒng),利用軟件工程原理,采用生命周期方法學(xué),根據(jù)3NF的關(guān)系模式設(shè)計(jì)數(shù)據(jù)庫(kù)表。系統(tǒng)中系統(tǒng)用戶模塊的實(shí)現(xiàn)過(guò)程在數(shù)據(jù)庫(kù)方面我們采用了Delphi 中的MIDAS(Multi-Tier distributed Application Services Suite多層分布式應(yīng)用服務(wù)器組)技術(shù),提高了系統(tǒng)響應(yīng)的實(shí)時(shí)性。對(duì)數(shù)據(jù)庫(kù)進(jìn)行全面的開(kāi)發(fā)。主要包括后臺(tái)數(shù)據(jù)庫(kù)的建立和維護(hù)以及前端應(yīng)用程序的開(kāi)發(fā)兩個(gè)方面,實(shí)現(xiàn)了運(yùn)動(dòng)員成績(jī)數(shù)據(jù)庫(kù)的創(chuàng)建及運(yùn)動(dòng)員成績(jī)的輸入、瀏覽、維護(hù)和統(tǒng)計(jì),使得系統(tǒng)具有功能強(qiáng)大,界面友好的特點(diǎn)。經(jīng)過(guò)測(cè)試,系統(tǒng)能正常地運(yùn)行,并達(dá)到了預(yù)期效果。
關(guān)鍵字: 運(yùn)動(dòng)會(huì)管理,軟件工程,delphi
Abstract
In order to provide a beneficial model to universities' track and field games management, this design has developed one university game management system based on B/S and C/S pattern ---- information gathering and project arrangement. The system adapts the Delphi object-oriented programming environment to compile the system, using software engineering principle, using the life-cycle methodology, and according to 3NF relational pattern to design the database table. In the system, we has used Delphi MIDAS (Multi-Tier distributed Application Services Suite multi-layer distributional application server group) to realize the technology process, which enhances the system's response timeliness. The comprehensive development to the database mainly includes two aspects: the establishment and the maintenance of the backstage database as well as the development of the front application procedure. It has realized the database foundation, the input, the browsing, the maintenance and the statistics of the athletes' results, so it enables the system to be formidable functioned and friendly faced. After a series of tests, it proves this system could move normally and achieve the anticipated effects.
Key word: The athlete manages, software engineering, delphi
目 錄
摘 要 IV
Abstract V
第一章 緒 論 1
1.1 選題背景 1
1.2設(shè)計(jì)目標(biāo) 1
1.3國(guó)內(nèi)外有關(guān)研究動(dòng)態(tài) 2
1.4 系統(tǒng)可行性分析 2
第二章 平臺(tái)簡(jiǎn)介 4
2.1系統(tǒng)的架構(gòu) 4
2.2系統(tǒng)開(kāi)發(fā)環(huán)境 4
2.3開(kāi)發(fā)工具 5
2.3.1 Delphi的簡(jiǎn)介 5
2.3.2 Delphi 基本概念介紹 7
2.3.3 ADO技術(shù)簡(jiǎn)介 8
2.3.4 ACCESS簡(jiǎn)介 9
第三章 系統(tǒng)分析與設(shè)計(jì)設(shè)計(jì) 10
3.1系統(tǒng)需求分析 10
3.2功能需求 11
3.3 系統(tǒng)流程圖 11
3.3.1 系統(tǒng)數(shù)據(jù)流程圖 12
3.3.2系統(tǒng)層次模塊圖 13
3.4 模塊設(shè)計(jì) 16
第四章 數(shù)據(jù)庫(kù)設(shè)計(jì) 18
4.1數(shù)據(jù)庫(kù)的邏輯設(shè)計(jì) 18
4.2 數(shù)據(jù)庫(kù)概念結(jié)構(gòu)設(shè)計(jì) 18
4.3數(shù)據(jù)庫(kù)的配置 20
第五章 系統(tǒng)設(shè)計(jì) 22
5.1用戶登錄模塊的設(shè)計(jì)與實(shí)現(xiàn) 22
5.2 運(yùn)動(dòng)員基本信息輸入模塊 23
5.3 查詢模塊的設(shè)計(jì)與實(shí)現(xiàn) 24
5.4 比賽成績(jī)錄入模塊的設(shè)計(jì)與實(shí)現(xiàn) 25
5.5 成績(jī)修改模塊的設(shè)計(jì)與實(shí)現(xiàn) 26
第六章 系統(tǒng)維護(hù)和改進(jìn) 28
6.1 運(yùn)行維護(hù) 28
6.2 系統(tǒng)的改進(jìn)與提高 28
結(jié)束語(yǔ) 29
致 謝 30
參考文獻(xiàn) 31
附 錄 32
參考文獻(xiàn)
[1]王晟,萬(wàn)科. DELPHI數(shù)據(jù)庫(kù)開(kāi)發(fā)經(jīng)典案例解析[M].清華大學(xué)出版社. 2005,2
[2]劉斌.李文革.DELPHI數(shù)據(jù)庫(kù)高級(jí)教程[M].清華大學(xué)出版社.2004,3
[3]孟廣均,霍國(guó)慶,羅曼.信息資源管理導(dǎo)論[M].科學(xué)出版社.2003,5
[4]王珊,稱紅.數(shù)據(jù)庫(kù)系統(tǒng)原理教程[M].清華大學(xué)出版社.2004,4
[5]薩師渲,王珊.?dāng)?shù)據(jù)庫(kù)系統(tǒng)概論[M].高等教育出版社.2000
[6]吳衛(wèi)中. Delphi中數(shù)據(jù)文件路徑的管理[J]. 中國(guó)計(jì)算機(jī)報(bào).2000,06(12) :27~34
[7]薛成華.管理信息系統(tǒng)[M].清華大學(xué)出版社.2000
[8]張海藩.軟件工程導(dǎo)論[M].清華大學(xué)出版社.1998
[9] 程念勝,張宜生等.基于Delphi程序及應(yīng)用實(shí)例[J].電腦編程技巧,1999,11:37~ 57
[10]陸惠恩,陸培恩.軟件工程[M].電子工業(yè)出版社.第二版.2000
[11]飛思科技產(chǎn)品研發(fā)中心.Delphi 7.0電子商務(wù)應(yīng)用開(kāi)發(fā)[M].電子工業(yè)出版社.2002
[12]張成華.Delphi 6實(shí)際開(kāi)發(fā)100例[M].清華大學(xué)出版社.2001
[13]吳中福.軟件工程[M].重慶大學(xué)出版社.2003
[14]李堅(jiān).?dāng)?shù)據(jù)倉(cāng)庫(kù)與決策支持[M].第三版.國(guó)防工業(yè)出版社.2003
[15]陳明 . 軟件工程學(xué)教程[M] .科技出版社,2002
[16]飛思科技產(chǎn)品研發(fā)中心 . Delphi6開(kāi)發(fā)者手冊(cè)[M] . 電子工業(yè)出版社, 2002
[17]Delphi程序設(shè)計(jì)導(dǎo)論[J].Delphi雜志.2004,(9):25~55
[18]申旻 . Delphi高手突破[M] . 清華大學(xué)出版社,2002,302
[19]心鈴.Delphi4.0講座第一講[J].軟件報(bào).2000,01:41~51
[20]趙福云. 用Delphi設(shè)計(jì)數(shù)據(jù)庫(kù)應(yīng)用的幾點(diǎn)體會(huì)[J].Delphi 文摘精華.2000.08:18~19
TA們正在看...
- 教學(xué)工作總結(jié)八年級(jí)數(shù)學(xué)教學(xué)個(gè)人工作總結(jié).doc
- 教學(xué)工作總結(jié)八年級(jí)數(shù)學(xué)教學(xué)的工作總結(jié).doc
- 教學(xué)工作總結(jié)八年級(jí)班主任半學(xué)期工作總結(jié).doc
- 教學(xué)工作總結(jié)八年級(jí)生物教學(xué)總結(jié).doc
- 教學(xué)工作總結(jié)八年級(jí)生物教育教學(xué)工作總結(jié).doc
- 教學(xué)工作總結(jié)八年級(jí)科學(xué)教學(xué)工作總結(jié)范文.doc
- 教學(xué)工作總結(jié)八年級(jí)第一學(xué)期語(yǔ)文教學(xué)工作總結(jié).doc
- 教學(xué)工作總結(jié)八年級(jí)語(yǔ)文教學(xué)工作總結(jié).doc
- 教學(xué)工作總結(jié)八年級(jí)語(yǔ)文個(gè)人教學(xué)工作總結(jié).doc
- 教學(xué)工作總結(jié)八年級(jí)語(yǔ)文教學(xué)工作總結(jié).doc