學(xué)生公寓管理信息系統(tǒng).rar
學(xué)生公寓管理信息系統(tǒng),摘要在各高校擴(kuò)大招生的形勢下,公寓管理的工作變得越來越繁重。采用傳統(tǒng)的人工管理模式,效率低下,不能滿足實(shí)際的需求。本文描述的是基于windows環(huán)境的學(xué)生公寓管理系統(tǒng),對(duì)學(xué)生公寓管理的需求進(jìn)行了分析。本系統(tǒng)的主要功能包括:住宿人員的信息查詢、出入登記、學(xué)生收費(fèi)、以及對(duì)學(xué)生住宿情況的查詢,可以更快地知...
該文檔為壓縮文件,包含的文件列表如下:
內(nèi)容介紹
原文檔由會(huì)員 ljjwl8321 發(fā)布學(xué)生公寓管理信息系統(tǒng)
摘要
在各高校擴(kuò)大招生的形勢下,公寓管理的工作變得越來越繁重。采用傳統(tǒng)的人工管理模式,效率低下,不能滿足實(shí)際的需求。
本文描述的是基于Windows環(huán)境的學(xué)生公寓管理系統(tǒng),對(duì)學(xué)生公寓管理的需求進(jìn)行了分析。本系統(tǒng)的主要功能包括:住宿人員的信息查詢、出入登記、學(xué)生收費(fèi)、以及對(duì)學(xué)生住宿情況的查詢,可以更快地知道每個(gè)學(xué)生的住宿情況,使公寓的管理效率更高。系統(tǒng)的設(shè)計(jì)與開發(fā)采用服務(wù)器/客戶機(jī)的系統(tǒng)結(jié)構(gòu)模式,使用Delphi開發(fā)工具開發(fā),應(yīng)用SQL Server2000數(shù)據(jù)庫管理系統(tǒng),通過ADO連接數(shù)據(jù)庫。
本篇論文以一個(gè)學(xué)生公寓管理系統(tǒng)的分析、設(shè)計(jì)和開發(fā)的全過程為主線,給出了學(xué)生公寓管理系統(tǒng)的設(shè)計(jì)和技術(shù)實(shí)現(xiàn)的過程,特別在細(xì)節(jié)上分析功能和函數(shù)的實(shí)現(xiàn)思想。涉及到學(xué)生公寓管理的基本功能在本論文中都有相應(yīng)的描述。
關(guān)鍵字:Delphi,ADO,SQL Server2000,學(xué)生公寓管理
STUDENT APARTMENT MANAGEMENT
ABSTRACT
In the last few years in company with university institution deepening reformation, in many universities student apartment’s administration work take charge all by logistics group. In university enlarged recruit student’s posture, apartment administration became more and more pettiness. And conventional manual supervising pattern is inefficiency and insatiability for practical wants and needs, connect database through ADO.
The architecture of system is client and server. The Windows based DM system developed by Delphi and SQL server2000 database tools. This thesis analyzes the requirements of organization and configuration. It mainly includes: The lodgings personnel information inquiry, the difference registration, the student’s fee, as well the situation to the student and so on the inquiry, may quickly understand each student’s lodgings situation, causes the apartment the management efficiency high, dose it better.
This thesis fully describes the whole process of system design and application details. All most functions of apartment administration are discussed in the corresponding part of this thesis.
Key words: Delphi, ADO, SQL Server2000, Student Apartment management
目錄
第一章 引言 1
1.1課題背景 1
1.2研究與應(yīng)用現(xiàn)狀 1
1.3本文的主要內(nèi)容 1
第二章 相關(guān)技術(shù)介紹 2
2.1 Delphi 2
2.1.1 Delphi特點(diǎn) 2
2.1.2 Delphi7 2
2.1.3 Delphi與VB 3
2.2 SQL Server 3
2.2.1 SQL Server 2000 3
2.2.2 SQL Server 2000的特點(diǎn) 3
2.3 ADO技術(shù) 4
第三章 需求分析 5
3.1需求分析 5
3.1.1學(xué)生公寓需求簡介 5
3.1.2功能性需求 5
3.1.3 非功能性需求 5
3.2可行性分析 5
3.2.1經(jīng)濟(jì)可行性 5
3.2.2技術(shù)可行性 6
第四章 總體設(shè)計(jì) 7
4.1總體設(shè)計(jì)目標(biāo) 7
4.2功能模塊設(shè)計(jì) 7
4.3數(shù)據(jù)庫設(shè)計(jì) 8
4.3.1數(shù)據(jù)流分析 8
4.3.2數(shù)據(jù)建模 11
4.3.3各實(shí)體關(guān)系模型 11
4.3.4數(shù)據(jù)庫邏輯結(jié)構(gòu)設(shè)計(jì) 13
第五章 系統(tǒng)詳細(xì)設(shè)計(jì) 16
5.1系統(tǒng)工程框架 16
5.1.1學(xué)生公寓管理系統(tǒng)的模塊: 16
5.1.2 Data 數(shù)據(jù)模塊 16
5.1.3 Common 類模塊 16
5.2系統(tǒng)各模塊詳細(xì)設(shè)計(jì) 17
5.2.1登錄窗體與系統(tǒng)主界面設(shè)計(jì) 17
5.2.3樓房管理模塊設(shè)計(jì) 19
5.2.4寢室管理模塊設(shè)計(jì) 22
5.2.5學(xué)生基本信息管理模塊 26
5.2.6來訪登記管理模塊設(shè)計(jì) 27
5.2.7交費(fèi)管理模塊設(shè)計(jì) 30
5.2.8系統(tǒng)管理模塊設(shè)計(jì) 32
第六章 學(xué)生公寓管理系統(tǒng)設(shè)計(jì)總結(jié) 34
6.1系統(tǒng)的優(yōu)點(diǎn) 34
6.2系統(tǒng)的局限性 34
6.3畢業(yè)設(shè)計(jì)心得 34
6.4 畢業(yè)設(shè)計(jì)總結(jié) 35
參考文獻(xiàn) 36
致謝 37
TA們正在看...
- 公益協(xié)會(huì)年終工作總結(jié).doc
- 六年級(jí)科學(xué)實(shí)驗(yàn)教學(xué)工作總結(jié)范文.doc
- 六年級(jí)語文教學(xué)工作總結(jié)范文.doc
- 六年級(jí)班主任工作總結(jié)4篇.doc
- 六年級(jí)語文教學(xué)工作總結(jié).doc
- 六年級(jí)作文教學(xué)工作總結(jié)范文.doc
- 六年級(jí)教師個(gè)人工作總結(jié).doc
- 六年級(jí)教師工作總結(jié)范文.doc
- 六年級(jí)數(shù)學(xué)下冊(cè)教學(xué)工作總結(jié)范文.doc
- 六年級(jí)數(shù)學(xué)教學(xué)工作總結(jié).doc