停車場管理系統(tǒng)設(shè)計(jì)與實(shí)現(xiàn)[獨(dú)家原創(chuàng)].doc
約25頁DOC格式手機(jī)打開展開
停車場管理系統(tǒng)設(shè)計(jì)與實(shí)現(xiàn)[獨(dú)家原創(chuàng)],停車場管理系統(tǒng)設(shè)計(jì)與實(shí)現(xiàn)9600字自己原創(chuàng)的畢業(yè)論文,已經(jīng)通過校內(nèi)系統(tǒng)檢測,重復(fù)率低,僅在本站獨(dú)家出售,大家放心下載使用摘要 停車場作為交通設(shè)施的重要組成部分,隨著交通運(yùn)輸?shù)姆泵筒粩喟l(fā)展,人們對其管理的要求也不斷提高,都希望管理能夠達(dá)到方便、快捷以及安全的效果。停車場的規(guī)模各不相同,對其進(jìn)行管理的模式也有不同之處,管...
內(nèi)容介紹
此文檔由會員 淘寶大夢 發(fā)布
停車場管理系統(tǒng)設(shè)計(jì)與實(shí)現(xiàn)
9600字
自己原創(chuàng)的畢業(yè)論文,已經(jīng)通過校內(nèi)系統(tǒng)檢測,重復(fù)率低,僅在本站獨(dú)家出售,大家放心下載使用
摘要 停車場作為交通設(shè)施的重要組成部分,隨著交通運(yùn)輸?shù)姆泵筒粩喟l(fā)展,人們對其管理的要求也不斷提高,都希望管理能夠達(dá)到方便、快捷以及安全的效果。停車場的規(guī)模各不相同,對其進(jìn)行管理的模式也有不同之處,管理者需要根據(jù)自身的條件,選擇應(yīng)用經(jīng)濟(jì)、穩(wěn)定的管理程序,以免選擇了高成本的管理系統(tǒng),因此鑒于各種停車場停車收費(fèi)管理模式,開發(fā)一個可以通用的,使用簡單且適用的停車管理系統(tǒng)顯得尤為重要。
本論文旨在設(shè)計(jì)一個簡潔、穩(wěn)定、實(shí)用的停車場管理信息系統(tǒng),希望在容錯性、實(shí)用性、易操作性等方面具有自己的特色,并且保持一定的通用性,以滿足不同停車場的信息管理需求。系統(tǒng)主要在停車模塊記錄該車進(jìn)場時間、車牌號,在出車模塊根據(jù)車輛號在數(shù)據(jù)庫中查找該車信息,并自動計(jì)費(fèi),管理員收取停車費(fèi)。系統(tǒng)還完成了職員管理,車位管理,VIP用戶管理,停車記錄,收費(fèi)統(tǒng)計(jì)等功能。
本系統(tǒng)采用BS架構(gòu),對客戶端要求較低。因?yàn)閷蛻舳藳]有較高的要求,所以適合各種用戶使用。本系統(tǒng)跨平臺,在WINDOWS和LINUX等多種操作系統(tǒng)下都可以使用。開發(fā)工具使用NETBEANS IDE 7.4,編程語言采用PHP,數(shù)據(jù)庫采用MYSQL。
關(guān)鍵詞: 停車場 管理信息系統(tǒng) MYSQL 服務(wù)器 實(shí)用性
Design and Implementation of Parking Management System
Abstract Parking is an important part of transport facilities , a busy and growing transport people to their management requirements also rising , want to manage to reach a convenient, fast and safe results. Parking is not the same scale , its management model also has differences, managers need according to their own conditions, choose the application of economic stable management program , so choose a high-cost management system, so in view of the various parking field parking management, can develop a common , easy to use and apply the parking management system is very important.
This paper aims to design a simple, stable and practical parking management information system , hope has its own characteristics in a fault-tolerant , practicality , ease , etc., and to maintain a certain versatility to meet different parking information management needs. The main approach time recording system car , license plate number in the parking block , looking out of the bus module in the number of vehicles in the database, according to car information, and automatic billing , charge parking fees . And completed the staff management, parking management , VIP user management , parking records, statistics and other functions fees .
The system uses a BS architecture,client requirements are lower.Because the client does not have high requirements, so for a variety ofusers. The system iscross-platform, can beused in a variety of WINDOWS andLINUX operating systems.Development tools used NETBEANS IDE 7.4,the programming language used PHP,database using MYSQL.
Keywords: Parking Management Information Systems MYSQL Server Practicality
目 錄
第1章 緒 論 1
1.1項(xiàng)目背景 1
1.2國內(nèi)外研究現(xiàn)狀 1
1.3論文章節(jié)構(gòu)成 1
1.4小結(jié) 1
第2章 系統(tǒng)開發(fā)環(huán)境及相關(guān)技術(shù)介紹 2
2.1開發(fā)環(huán)境 2
2.2相關(guān)技術(shù) 2
2.3小結(jié) 3
第3章 系統(tǒng)需求分析,可行性分析及框架設(shè)計(jì) 4
3.1需求分析 4
3.2可行性分析 5
3.3系統(tǒng)框架 5
3.4小結(jié) 5
第4章 數(shù)據(jù)庫設(shè)計(jì) 6
4.1數(shù)據(jù)流圖及E-R圖 6
4.2 數(shù)據(jù)表的設(shè)計(jì) 7
4.3 小結(jié) 9
第5章 系統(tǒng)詳細(xì)設(shè)計(jì)與實(shí)現(xiàn) 10
5.1系統(tǒng)流程圖 10
5.2管理員登陸界面 10
5.3前臺收費(fèi) 11
5.3.1 停車模塊 12
5.3.2 出車模塊 12
5.4 后臺管理 13
5.4.1 人事管理模塊 14
5.4.2 車位管理模塊 14
5.4.3 停車記錄模塊 14
5.4.4 收入統(tǒng)計(jì)模塊 16
5.4.5 VIP管理模塊 16
5.5小結(jié) 17
第6章 總結(jié)與展望 18
6.1 總結(jié) 18
6.2 存在的問題 18
6.3 本系統(tǒng)的特點(diǎn) 18
6.4 收獲、體會和感想 19
致謝 20
參考文獻(xiàn): 21
9600字
自己原創(chuàng)的畢業(yè)論文,已經(jīng)通過校內(nèi)系統(tǒng)檢測,重復(fù)率低,僅在本站獨(dú)家出售,大家放心下載使用
摘要 停車場作為交通設(shè)施的重要組成部分,隨著交通運(yùn)輸?shù)姆泵筒粩喟l(fā)展,人們對其管理的要求也不斷提高,都希望管理能夠達(dá)到方便、快捷以及安全的效果。停車場的規(guī)模各不相同,對其進(jìn)行管理的模式也有不同之處,管理者需要根據(jù)自身的條件,選擇應(yīng)用經(jīng)濟(jì)、穩(wěn)定的管理程序,以免選擇了高成本的管理系統(tǒng),因此鑒于各種停車場停車收費(fèi)管理模式,開發(fā)一個可以通用的,使用簡單且適用的停車管理系統(tǒng)顯得尤為重要。
本論文旨在設(shè)計(jì)一個簡潔、穩(wěn)定、實(shí)用的停車場管理信息系統(tǒng),希望在容錯性、實(shí)用性、易操作性等方面具有自己的特色,并且保持一定的通用性,以滿足不同停車場的信息管理需求。系統(tǒng)主要在停車模塊記錄該車進(jìn)場時間、車牌號,在出車模塊根據(jù)車輛號在數(shù)據(jù)庫中查找該車信息,并自動計(jì)費(fèi),管理員收取停車費(fèi)。系統(tǒng)還完成了職員管理,車位管理,VIP用戶管理,停車記錄,收費(fèi)統(tǒng)計(jì)等功能。
本系統(tǒng)采用BS架構(gòu),對客戶端要求較低。因?yàn)閷蛻舳藳]有較高的要求,所以適合各種用戶使用。本系統(tǒng)跨平臺,在WINDOWS和LINUX等多種操作系統(tǒng)下都可以使用。開發(fā)工具使用NETBEANS IDE 7.4,編程語言采用PHP,數(shù)據(jù)庫采用MYSQL。
關(guān)鍵詞: 停車場 管理信息系統(tǒng) MYSQL 服務(wù)器 實(shí)用性
Design and Implementation of Parking Management System
Abstract Parking is an important part of transport facilities , a busy and growing transport people to their management requirements also rising , want to manage to reach a convenient, fast and safe results. Parking is not the same scale , its management model also has differences, managers need according to their own conditions, choose the application of economic stable management program , so choose a high-cost management system, so in view of the various parking field parking management, can develop a common , easy to use and apply the parking management system is very important.
This paper aims to design a simple, stable and practical parking management information system , hope has its own characteristics in a fault-tolerant , practicality , ease , etc., and to maintain a certain versatility to meet different parking information management needs. The main approach time recording system car , license plate number in the parking block , looking out of the bus module in the number of vehicles in the database, according to car information, and automatic billing , charge parking fees . And completed the staff management, parking management , VIP user management , parking records, statistics and other functions fees .
The system uses a BS architecture,client requirements are lower.Because the client does not have high requirements, so for a variety ofusers. The system iscross-platform, can beused in a variety of WINDOWS andLINUX operating systems.Development tools used NETBEANS IDE 7.4,the programming language used PHP,database using MYSQL.
Keywords: Parking Management Information Systems MYSQL Server Practicality
目 錄
第1章 緒 論 1
1.1項(xiàng)目背景 1
1.2國內(nèi)外研究現(xiàn)狀 1
1.3論文章節(jié)構(gòu)成 1
1.4小結(jié) 1
第2章 系統(tǒng)開發(fā)環(huán)境及相關(guān)技術(shù)介紹 2
2.1開發(fā)環(huán)境 2
2.2相關(guān)技術(shù) 2
2.3小結(jié) 3
第3章 系統(tǒng)需求分析,可行性分析及框架設(shè)計(jì) 4
3.1需求分析 4
3.2可行性分析 5
3.3系統(tǒng)框架 5
3.4小結(jié) 5
第4章 數(shù)據(jù)庫設(shè)計(jì) 6
4.1數(shù)據(jù)流圖及E-R圖 6
4.2 數(shù)據(jù)表的設(shè)計(jì) 7
4.3 小結(jié) 9
第5章 系統(tǒng)詳細(xì)設(shè)計(jì)與實(shí)現(xiàn) 10
5.1系統(tǒng)流程圖 10
5.2管理員登陸界面 10
5.3前臺收費(fèi) 11
5.3.1 停車模塊 12
5.3.2 出車模塊 12
5.4 后臺管理 13
5.4.1 人事管理模塊 14
5.4.2 車位管理模塊 14
5.4.3 停車記錄模塊 14
5.4.4 收入統(tǒng)計(jì)模塊 16
5.4.5 VIP管理模塊 16
5.5小結(jié) 17
第6章 總結(jié)與展望 18
6.1 總結(jié) 18
6.2 存在的問題 18
6.3 本系統(tǒng)的特點(diǎn) 18
6.4 收獲、體會和感想 19
致謝 20
參考文獻(xiàn): 21