學(xué)生信息管理系統(tǒng)的設(shè)計(jì)與分析.doc
約35頁(yè)DOC格式手機(jī)打開(kāi)展開(kāi)
學(xué)生信息管理系統(tǒng)的設(shè)計(jì)與分析,全文35頁(yè)約19000字論述翔實(shí)摘要近年來(lái),隨著計(jì)算機(jī)網(wǎng)絡(luò)的迅速普及,計(jì)算機(jī)網(wǎng)絡(luò)管理系統(tǒng)也得到越來(lái)越多的關(guān)注,很多傳統(tǒng)的人工的數(shù)據(jù)管理方式也逐漸的被網(wǎng)絡(luò)管理方式所取代。學(xué)員信息管理系統(tǒng)是一個(gè)教育單位不可缺少的組成部分,它能夠?yàn)橛脩籼峁┏渥愕男畔⒑涂旖莸牟樵兪侄?,也使得學(xué)員信息的管理工作更加容...
內(nèi)容介紹
此文檔由會(huì)員 花季永駐 發(fā)布
學(xué)生信息管理系統(tǒng)的設(shè)計(jì)與分析
全文35頁(yè) 約19000字 論述翔實(shí)
摘 要
近年來(lái),隨著計(jì)算機(jī)網(wǎng)絡(luò)的迅速普及,計(jì)算機(jī)網(wǎng)絡(luò)管理系統(tǒng)也得到越來(lái)越多的關(guān)注,很多傳統(tǒng)的人工的數(shù)據(jù)管理方式也逐漸的被網(wǎng)絡(luò)管理方式所取代。學(xué)員信息管理系統(tǒng)是一個(gè)教育單位不可缺少的組成部分,它能夠?yàn)橛脩籼峁┏渥愕男畔⒑涂旖莸牟樵兪侄?,也使得學(xué)員信息的管理工作更加容易,更加可靠。
學(xué)員信息管理系統(tǒng)是典型的信息管理系統(tǒng),其開(kāi)發(fā)主要包括后臺(tái)數(shù)據(jù)庫(kù)的建立和維護(hù),以及前端應(yīng)用程序的開(kāi)發(fā)兩個(gè)方面。對(duì)于前者,要求建立起數(shù)據(jù)一致性和完整性強(qiáng)、數(shù)據(jù)安全性好的數(shù)據(jù)庫(kù)。而對(duì)于后者,則要求應(yīng)用程序功能完備、易使用等特點(diǎn)。
本文結(jié)合學(xué)員信息管理系統(tǒng),對(duì)InterBase數(shù)據(jù)庫(kù)系統(tǒng)、SQL語(yǔ)言原理、Delphi應(yīng)用程序設(shè)計(jì)、Delphi數(shù)據(jù)庫(kù)技術(shù)、Client/Server編程思想等進(jìn)行了較深入的學(xué)習(xí)和應(yīng)用,主要完成對(duì)學(xué)員信息管理系統(tǒng)的需求分析、功能模塊劃分、數(shù)據(jù)庫(kù)模式分析,并據(jù)此設(shè)計(jì)了數(shù)據(jù)庫(kù)結(jié)構(gòu)和具體的應(yīng)用程序。系統(tǒng)運(yùn)行結(jié)果證明,本文所設(shè)計(jì)的學(xué)員信息管理系統(tǒng)完全可以滿足一般教育單位對(duì)學(xué)員信息進(jìn)行管理的需要。
程序的設(shè)計(jì)充分利用了Delphi 7數(shù)據(jù)庫(kù)技術(shù)的強(qiáng)大力量,靈活運(yùn)用了數(shù)據(jù)庫(kù)組件、數(shù)據(jù)表組件、查詢組件、數(shù)據(jù)導(dǎo)航組件、數(shù)據(jù)感知組件等,提高了編程效率。
關(guān)鍵詞:數(shù)據(jù)庫(kù),InterBase, Client/Server編程,Delph 7,學(xué)員信息管理。
ABSTRACT
In recent years, with the rapid popularity of the computer network, the computer network management system gets more and more solicitudes, and the conventional data management way are also gradually replaced by the network management way. The Student Information Management System is an indispensable composition part of the educational institution, and it can provide user with ample information and speedy means for inquiry, it also makes student information more convenient and reliable.
Student Information Management System is a typical one, and its development includes the establishment of the database of back platform and maintenance, as well as the two aspects of the development of application. For the former, it is required to establish database with data consistency , strong data integrity , and well data safety. And for the latter the application is required to have with complete function and be easily used.
As for making a complete student information management system .I has carried out thorough study of InterBase database systematic, SQL language, Delphi, and Client/Server programming. I have work out the requirement design of student information management system , function partition and database pattern analysis, and have designed database structure and specific application program accordingly. It is proved by system runs result that the Student Information Management System designed by this paper can satisfy the needs of general educational institution for student information.
The design of program has used the powerful strength of Delphi7 database technology to raise programming efficiency.
Keyword: Database, InterBase,, The programming of Client/Server, Delph7, Student Information Management.
目 錄
第一章 緒 論 ……………………………………………………………4
§1.1 數(shù)據(jù)庫(kù)應(yīng)用系統(tǒng)開(kāi)發(fā)簡(jiǎn)介 ………………………………………4
§1.2 學(xué)員信息管理系統(tǒng) ………………………………………………5
第二章 數(shù)據(jù)庫(kù)理論基礎(chǔ) …………………………………………………6
§2.1 數(shù)據(jù)庫(kù)系統(tǒng)設(shè)計(jì)…………………………………………………6
§2.2 SQL 語(yǔ)言簡(jiǎn)單介紹………………………………………………6
§2.3 InterBase數(shù)據(jù)庫(kù)介紹 …………………………………………7
第三章 Delphi 7.0數(shù)據(jù)庫(kù)編程…………………………………………9
§3.1 VCL 組件的體系結(jié)構(gòu) ……………………………………………9
§3.2 數(shù)據(jù)庫(kù)組件介紹…………………………………………………10
§3.3 C/S結(jié)構(gòu)應(yīng)用系統(tǒng)的開(kāi)發(fā) ………………………………………12
§3.3.1 數(shù)據(jù)庫(kù)應(yīng)用體系結(jié)構(gòu)的發(fā)展 …………………………12
§3.3.2 Delphi基于C/S結(jié)構(gòu)應(yīng)用系統(tǒng)的開(kāi)發(fā)………………14
第四章 學(xué)員信息管理系統(tǒng)設(shè)計(jì)分析 …………………………………16
§4.1 應(yīng)用需求分析 …………………………………………………16
§4.2 系統(tǒng)功能模塊劃分 ……………………………………………16
§4.3 系統(tǒng)數(shù)據(jù)庫(kù)設(shè)計(jì) ………………………………………………17
§4.3.1 數(shù)據(jù)需求分析 ………………………………………17
§4.3.2 數(shù)據(jù)庫(kù)概念結(jié)構(gòu)的設(shè)計(jì) ……………………………17
§4.3.3 數(shù)據(jù)庫(kù)邏輯結(jié)構(gòu)的設(shè)計(jì) ……………………………18
第五章 學(xué)員信息管理系統(tǒng)應(yīng)用程序設(shè)計(jì) ……………………………19
§5.1 Server端程序設(shè)計(jì) ……………………………………………19
§5.1.1 創(chuàng)建Delphi的Server工程 ………………………19
§5.1.2 主窗體的設(shè)計(jì)與實(shí)現(xiàn) ………………………………21
§5.1.3 本地?cái)?shù)據(jù)模塊 ………………………………………21
§5.1.4 遠(yuǎn)程數(shù)據(jù)模塊 ………………………………………24
§5.1.5 通訊包處理模塊 ……………………………………25
§5.1.6 小結(jié) …………………………………………………25
§5.2 Client端程序設(shè)計(jì) ……………………………………………25
§5.2.1 創(chuàng)建Client端工程文件以及主窗體………………25
§5.2.2 創(chuàng)建數(shù)據(jù)模塊 ………………………………………27
§5.2.3 創(chuàng)建子窗體 …………………………………………28
§5.2.4 主窗體程序設(shè)計(jì) ……………………………………31
§5.2.5 小結(jié) …………………………………………………33
第六章 結(jié)束語(yǔ) …………………………………………………………34
參考書(shū)目 …………………………………………………………………35
部分參考文獻(xiàn)
[2]《軟件工程》
作者:齊治昌 譚慶平 寧洪 編著
出版社:高等教育出版社
[3]《Delphi程序設(shè)計(jì)基礎(chǔ)》
作者:劉海濤 編著
出版社:清華大學(xué)出版社
[4]《Delphi項(xiàng)目案例導(dǎo)航》
作者:?jiǎn)探ㄐ?陶川編著
出版社:科學(xué)出版社
全文35頁(yè) 約19000字 論述翔實(shí)
摘 要
近年來(lái),隨著計(jì)算機(jī)網(wǎng)絡(luò)的迅速普及,計(jì)算機(jī)網(wǎng)絡(luò)管理系統(tǒng)也得到越來(lái)越多的關(guān)注,很多傳統(tǒng)的人工的數(shù)據(jù)管理方式也逐漸的被網(wǎng)絡(luò)管理方式所取代。學(xué)員信息管理系統(tǒng)是一個(gè)教育單位不可缺少的組成部分,它能夠?yàn)橛脩籼峁┏渥愕男畔⒑涂旖莸牟樵兪侄?,也使得學(xué)員信息的管理工作更加容易,更加可靠。
學(xué)員信息管理系統(tǒng)是典型的信息管理系統(tǒng),其開(kāi)發(fā)主要包括后臺(tái)數(shù)據(jù)庫(kù)的建立和維護(hù),以及前端應(yīng)用程序的開(kāi)發(fā)兩個(gè)方面。對(duì)于前者,要求建立起數(shù)據(jù)一致性和完整性強(qiáng)、數(shù)據(jù)安全性好的數(shù)據(jù)庫(kù)。而對(duì)于后者,則要求應(yīng)用程序功能完備、易使用等特點(diǎn)。
本文結(jié)合學(xué)員信息管理系統(tǒng),對(duì)InterBase數(shù)據(jù)庫(kù)系統(tǒng)、SQL語(yǔ)言原理、Delphi應(yīng)用程序設(shè)計(jì)、Delphi數(shù)據(jù)庫(kù)技術(shù)、Client/Server編程思想等進(jìn)行了較深入的學(xué)習(xí)和應(yīng)用,主要完成對(duì)學(xué)員信息管理系統(tǒng)的需求分析、功能模塊劃分、數(shù)據(jù)庫(kù)模式分析,并據(jù)此設(shè)計(jì)了數(shù)據(jù)庫(kù)結(jié)構(gòu)和具體的應(yīng)用程序。系統(tǒng)運(yùn)行結(jié)果證明,本文所設(shè)計(jì)的學(xué)員信息管理系統(tǒng)完全可以滿足一般教育單位對(duì)學(xué)員信息進(jìn)行管理的需要。
程序的設(shè)計(jì)充分利用了Delphi 7數(shù)據(jù)庫(kù)技術(shù)的強(qiáng)大力量,靈活運(yùn)用了數(shù)據(jù)庫(kù)組件、數(shù)據(jù)表組件、查詢組件、數(shù)據(jù)導(dǎo)航組件、數(shù)據(jù)感知組件等,提高了編程效率。
關(guān)鍵詞:數(shù)據(jù)庫(kù),InterBase, Client/Server編程,Delph 7,學(xué)員信息管理。
ABSTRACT
In recent years, with the rapid popularity of the computer network, the computer network management system gets more and more solicitudes, and the conventional data management way are also gradually replaced by the network management way. The Student Information Management System is an indispensable composition part of the educational institution, and it can provide user with ample information and speedy means for inquiry, it also makes student information more convenient and reliable.
Student Information Management System is a typical one, and its development includes the establishment of the database of back platform and maintenance, as well as the two aspects of the development of application. For the former, it is required to establish database with data consistency , strong data integrity , and well data safety. And for the latter the application is required to have with complete function and be easily used.
As for making a complete student information management system .I has carried out thorough study of InterBase database systematic, SQL language, Delphi, and Client/Server programming. I have work out the requirement design of student information management system , function partition and database pattern analysis, and have designed database structure and specific application program accordingly. It is proved by system runs result that the Student Information Management System designed by this paper can satisfy the needs of general educational institution for student information.
The design of program has used the powerful strength of Delphi7 database technology to raise programming efficiency.
Keyword: Database, InterBase,, The programming of Client/Server, Delph7, Student Information Management.
目 錄
第一章 緒 論 ……………………………………………………………4
§1.1 數(shù)據(jù)庫(kù)應(yīng)用系統(tǒng)開(kāi)發(fā)簡(jiǎn)介 ………………………………………4
§1.2 學(xué)員信息管理系統(tǒng) ………………………………………………5
第二章 數(shù)據(jù)庫(kù)理論基礎(chǔ) …………………………………………………6
§2.1 數(shù)據(jù)庫(kù)系統(tǒng)設(shè)計(jì)…………………………………………………6
§2.2 SQL 語(yǔ)言簡(jiǎn)單介紹………………………………………………6
§2.3 InterBase數(shù)據(jù)庫(kù)介紹 …………………………………………7
第三章 Delphi 7.0數(shù)據(jù)庫(kù)編程…………………………………………9
§3.1 VCL 組件的體系結(jié)構(gòu) ……………………………………………9
§3.2 數(shù)據(jù)庫(kù)組件介紹…………………………………………………10
§3.3 C/S結(jié)構(gòu)應(yīng)用系統(tǒng)的開(kāi)發(fā) ………………………………………12
§3.3.1 數(shù)據(jù)庫(kù)應(yīng)用體系結(jié)構(gòu)的發(fā)展 …………………………12
§3.3.2 Delphi基于C/S結(jié)構(gòu)應(yīng)用系統(tǒng)的開(kāi)發(fā)………………14
第四章 學(xué)員信息管理系統(tǒng)設(shè)計(jì)分析 …………………………………16
§4.1 應(yīng)用需求分析 …………………………………………………16
§4.2 系統(tǒng)功能模塊劃分 ……………………………………………16
§4.3 系統(tǒng)數(shù)據(jù)庫(kù)設(shè)計(jì) ………………………………………………17
§4.3.1 數(shù)據(jù)需求分析 ………………………………………17
§4.3.2 數(shù)據(jù)庫(kù)概念結(jié)構(gòu)的設(shè)計(jì) ……………………………17
§4.3.3 數(shù)據(jù)庫(kù)邏輯結(jié)構(gòu)的設(shè)計(jì) ……………………………18
第五章 學(xué)員信息管理系統(tǒng)應(yīng)用程序設(shè)計(jì) ……………………………19
§5.1 Server端程序設(shè)計(jì) ……………………………………………19
§5.1.1 創(chuàng)建Delphi的Server工程 ………………………19
§5.1.2 主窗體的設(shè)計(jì)與實(shí)現(xiàn) ………………………………21
§5.1.3 本地?cái)?shù)據(jù)模塊 ………………………………………21
§5.1.4 遠(yuǎn)程數(shù)據(jù)模塊 ………………………………………24
§5.1.5 通訊包處理模塊 ……………………………………25
§5.1.6 小結(jié) …………………………………………………25
§5.2 Client端程序設(shè)計(jì) ……………………………………………25
§5.2.1 創(chuàng)建Client端工程文件以及主窗體………………25
§5.2.2 創(chuàng)建數(shù)據(jù)模塊 ………………………………………27
§5.2.3 創(chuàng)建子窗體 …………………………………………28
§5.2.4 主窗體程序設(shè)計(jì) ……………………………………31
§5.2.5 小結(jié) …………………………………………………33
第六章 結(jié)束語(yǔ) …………………………………………………………34
參考書(shū)目 …………………………………………………………………35
部分參考文獻(xiàn)
[2]《軟件工程》
作者:齊治昌 譚慶平 寧洪 編著
出版社:高等教育出版社
[3]《Delphi程序設(shè)計(jì)基礎(chǔ)》
作者:劉海濤 編著
出版社:清華大學(xué)出版社
[4]《Delphi項(xiàng)目案例導(dǎo)航》
作者:?jiǎn)探ㄐ?陶川編著
出版社:科學(xué)出版社
TA們正在看...
- 初級(jí)會(huì)計(jì)師復(fù)習(xí)-考試資料.rar
- 言語(yǔ)必考成語(yǔ)188條.rar
- 常識(shí)必背考點(diǎn)100個(gè).rar
- 淺析全球性金融危機(jī)給廣東出口行業(yè)帶來(lái)的影響.doc
- 美國(guó)重返亞太對(duì)中國(guó)有何影響.doc
- 淺析廣東中小企業(yè)國(guó)際貿(mào)易融資難的問(wèn)題與解決方法.doc
- 林銳《cc++高質(zhì)量編程》.doc
- c程序設(shè)計(jì)ppt教材、參考書(shū)與課時(shí)安排.ppt
- 淺析我國(guó)應(yīng)對(duì)反傾銷的問(wèn)題研究.doc
- 淺談我國(guó)企業(yè)的跨國(guó)經(jīng)營(yíng).doc