停车场管理系统设计与实现[独家原创].doc
约25页DOC格式手机打开展开
停车场管理系统设计与实现[独家原创],停车场管理系统设计与实现9600字自己原创的毕业论文,已经通过校内系统检测,重复率低,仅在本站独家出售,大家放心下载使用摘要 停车场作为交通设施的重要组成部分,随着交通运输的繁忙和不断发展,人们对其管理的要求也不断提高,都希望管理能够达到方便、快捷以及安全的效果。停车场的规模各不相同,对其进行管理的模式也有不同之处,管...
内容介绍
此文档由会员 淘宝大梦 发布
停车场管理系统设计与实现
9600字
自己原创的毕业论文,已经通过校内系统检测,重复率低,仅在本站独家出售,大家放心下载使用
摘要 停车场作为交通设施的重要组成部分,随着交通运输的繁忙和不断发展,人们对其管理的要求也不断提高,都希望管理能够达到方便、快捷以及安全的效果。停车场的规模各不相同,对其进行管理的模式也有不同之处,管理者需要根据自身的条件,选择应用经济、稳定的管理程序,以免选择了高成本的管理系统,因此鉴于各种停车场停车收费管理模式,开发一个可以通用的,使用简单且适用的停车管理系统显得尤为重要。
本论文旨在设计一个简洁、稳定、实用的停车场管理信息系统,希望在容错性、实用性、易操作性等方面具有自己的特色,并且保持一定的通用性,以满足不同停车场的信息管理需求。系统主要在停车模块记录该车进场时间、车牌号,在出车模块根据车辆号在数据库中查找该车信息,并自动计费,管理员收取停车费。系统还完成了职员管理,车位管理,VIP用户管理,停车记录,收费统计等功能。
本系统采用BS架构,对客户端要求较低。因为对客户端没有较高的要求,所以适合各种用户使用。本系统跨平台,在WINDOWS和LINUX等多种操作系统下都可以使用。开发工具使用NETBEANS IDE 7.4,编程语言采用PHP,数据库采用MYSQL。
关键词: 停车场 管理信息系统 MYSQL 服务器 实用性
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项目背景 1
1.2国内外研究现状 1
1.3论文章节构成 1
1.4小结 1
第2章 系统开发环境及相关技术介绍 2
2.1开发环境 2
2.2相关技术 2
2.3小结 3
第3章 系统需求分析,可行性分析及框架设计 4
3.1需求分析 4
3.2可行性分析 5
3.3系统框架 5
3.4小结 5
第4章 数据库设计 6
4.1数据流图及E-R图 6
4.2 数据表的设计 7
4.3 小结 9
第5章 系统详细设计与实现 10
5.1系统流程图 10
5.2管理员登陆界面 10
5.3前台收费 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 收入统计模块 16
5.4.5 VIP管理模块 16
5.5小结 17
第6章 总结与展望 18
6.1 总结 18
6.2 存在的问题 18
6.3 本系统的特点 18
6.4 收获、体会和感想 19
致谢 20
参考文献: 21
9600字
自己原创的毕业论文,已经通过校内系统检测,重复率低,仅在本站独家出售,大家放心下载使用
摘要 停车场作为交通设施的重要组成部分,随着交通运输的繁忙和不断发展,人们对其管理的要求也不断提高,都希望管理能够达到方便、快捷以及安全的效果。停车场的规模各不相同,对其进行管理的模式也有不同之处,管理者需要根据自身的条件,选择应用经济、稳定的管理程序,以免选择了高成本的管理系统,因此鉴于各种停车场停车收费管理模式,开发一个可以通用的,使用简单且适用的停车管理系统显得尤为重要。
本论文旨在设计一个简洁、稳定、实用的停车场管理信息系统,希望在容错性、实用性、易操作性等方面具有自己的特色,并且保持一定的通用性,以满足不同停车场的信息管理需求。系统主要在停车模块记录该车进场时间、车牌号,在出车模块根据车辆号在数据库中查找该车信息,并自动计费,管理员收取停车费。系统还完成了职员管理,车位管理,VIP用户管理,停车记录,收费统计等功能。
本系统采用BS架构,对客户端要求较低。因为对客户端没有较高的要求,所以适合各种用户使用。本系统跨平台,在WINDOWS和LINUX等多种操作系统下都可以使用。开发工具使用NETBEANS IDE 7.4,编程语言采用PHP,数据库采用MYSQL。
关键词: 停车场 管理信息系统 MYSQL 服务器 实用性
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项目背景 1
1.2国内外研究现状 1
1.3论文章节构成 1
1.4小结 1
第2章 系统开发环境及相关技术介绍 2
2.1开发环境 2
2.2相关技术 2
2.3小结 3
第3章 系统需求分析,可行性分析及框架设计 4
3.1需求分析 4
3.2可行性分析 5
3.3系统框架 5
3.4小结 5
第4章 数据库设计 6
4.1数据流图及E-R图 6
4.2 数据表的设计 7
4.3 小结 9
第5章 系统详细设计与实现 10
5.1系统流程图 10
5.2管理员登陆界面 10
5.3前台收费 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 收入统计模块 16
5.4.5 VIP管理模块 16
5.5小结 17
第6章 总结与展望 18
6.1 总结 18
6.2 存在的问题 18
6.3 本系统的特点 18
6.4 收获、体会和感想 19
致谢 20
参考文献: 21