现代化小区车辆管理系统.doc

  
约35页DOC格式手机打开展开

现代化小区车辆管理系统,1万字我自己原创的毕业设计,今年最新的,仅在本站独家提交,大家放心使用摘要 随着社会经济的不断发展,车辆已经成为了人们日常生活必不可少的交通工具,紧接着而来的是愈来愈严峻的停车压力,如何合理地安排停车位成为了管理人员的一大难题。现代化小区车辆信息管理系统是一款利用计算机管理小区车辆信息的软件,它对...
编号:99-481605大小:673.12K
分类: 论文>通信/电子论文

内容介绍

此文档由会员 jiji888 发布

现代化小区车辆管理系统

1万字
我自己原创的毕业设计,今年最新的,仅在本站独家提交,大家放心使用

摘要 随着社会经济的不断发展,车辆已经成为了人们日常生活必不可少的交通工具,紧接着而来的是愈来愈严峻的停车压力,如何合理地安排停车位成为了管理人员的一大难题。
现代化小区车辆信息管理系统是一款利用计算机管理小区车辆信息的软件,它对信息的管理方式是计算机应用技术的一种创新。过去,小区内的管理人员都是通过人工登记信息的方式来管理小区内的车辆信息,这种方式显得既繁琐又容易出错。现在,利用计算机通过编程的方式进行信息化的管理,既帮助小区管理人员更有效地管理小区车辆的进出以及有限的停车位,同时也方便了小区车主及时了解自身车辆信息,迎合了信息化的潮流。
现代化小区车辆管理系统是一款典型的信息管理系统(MIS),它的开发主要包含了后台数据库的建立和维护以及前端应用程序的开发这两个部分。对于前者,为了建立一个数据一致、完整,并且安全性能好的数据库,我使用了Microsoft公司的Access软件。对于后者,为了达到应用程序功能完备,易使用等特点的目标,我采用了Visual Basic开发工具,利用其提供的各种面向对象的开发工具,尤其是数据窗口这一能方便而简洁操作数据库的智能化对象,首先建立起系统原型,然后根据需求对其不断修正改进,最终达到预期的目标,完成一个合格的小区车辆管理系统。
关键词:车辆管理系统 智能化 Visual Basic Access

The System Design of Modern District Vehicle Management
Abstract With the continuous development of social economy, the vehicle has become an essential transportation tool of people’s life, followed by the increasingly severe parking pressure, how to arrange the parking has become a major problem.
The System Design of Modern District Vehicle Management is a software using the computer management , its management is an innovation of computer application technology. In the past, people managed the vehicle information within the cell by manual registration information,which is both tedious and error prone. Now, using the computer as a carrier, intelligent management through the programming way, both to help the community management staff more effective management of vehicles, but also facilitate the small owners to understand their own vehicle information, to cater to the trend of information technology.
The System Design of Modern District Vehicle Management is a typical management information system (MIS), its development mainly includes the backstage database the establishment and the maintenance as well as front end application procedure development two aspects. For the former, in order to build up a data consistency, integrity, and security of a good library, I use the Microsoft company's Access software. For the latter, in order to achieve the application program function complete, easy to use and other characteristics of the target, I use Visual Basic development tool, its use of object-oriented development tools, especially data window can be convenient and simple manipulation of the intelligent object database, the first to establish the system prototype, and then based on the demand for its constantly improved, and finally reached the expected goal, completed a qualified vehicle management system of community.
Key words:Vehicle management ;Intelligent;Visual Basic;Access

目 录
第一章 引言 1
1.1课题开发背景 1
1.2 课题现状分析 2
1.2.1 本领域已开展的研究工作 2
1.2.2 已经取得的研究成果 2
1.3 课题目的及意义 2
第二章 开发工具简介 4
2.1 开发工具的选择 4
2.2 Visual Basic简介 4
2.3 VB的发展史及其特点 4
2.3.1 VB的发展史 4
2.3.2 VB的特点 5
2.4 Access简介 5
2.5 Access的优缺点 6
第三章 系统需求分析及总体设计 8
3.1 系统需要解决的问题 8
3.2 系统应具备的基本功能 8
3.3系统流程图 9
3.4系统功能结构图 10
3.4.1 管理员功能结构图 10
3.4.2 普通用户功能结构图 10
3.5 数据库结构设计 11
3.5.1 车辆信息实体E-R图 11
3.5.2 管理员登录信息E-R图 12
3.5.3 车辆查询方式E-R图 13
第四章 系统应用程序设计 14
4.1 程序登录模块的设计 14
4.1.1 程序登录界面 14
4.1.2登录模块程序介绍 15
4.2 管理员模块的设计 17
4.2.1 管理员模块界面 17
4.2.2 管理员模块程序介绍 20
4.3 普通用户模块设计 22
4.3.1 普通用户模块界面 22
4.3.2 普通用户模块程序简介 25
第五章 总结 28
5.1 系统测试 28
5.2 系统的优点及技术特征 28
5.3 系统的不足及改进方案 29
致 谢 30
参考文献: 31