公交车管理系统的实现与设计毕业设计(论文)
- 格式:doc
- 大小:839.50 KB
- 文档页数:58
公交车管理系统的实现与设计毕业设计(论文)
毕业设计(论文)
公交车管理系统的设计与实现
公交车管理系统的设计与实现
摘 要
随着经济的日益增长,信息化时代已经到来,生活中各种信息趋向数字化、清晰化。公交车作为现代城市生活中一种重要的交通工具,其数量增多,车型也不再单一,雇用的司机增多,这样使得公交车公司的车辆信息管理复杂化。在这样的背景下,提出了计算机管理的公交车管理系统,辅助公交车运营公司对车辆进行管理,实现公交车、公交线路和司机管理科学化,更合理的利用资源。
该系统主要根据实际的需求,以需求分析、系统的设计目标,并且重点进行系统功能模块的详细设计和实现,采用了Visual Studio .NET 2003开发平台和
SQL Server 2000数据库,实现了车辆信息管理、司机信息管理、线路信息管理和车辆分配线路管理等功能。在针对数据操作方面,主要通过存储过程的方式实现数据的添加、删除和查询等操作。通过系统测试,解决了公交车辆管理系统主要问题。
关键词: 管理系统;数据库;存储过程
The Design and Implementation of Bus Management System
Abstract
Along with economical growing, the information century has already arrived and
each kind of information trends to digitization and clearness in our life. As an
important transportation tool in the modern life, the number of the bus is increasing
and its type is no longer unitary. As well, the bus drivers are also increasing. These
make the information management of the bus companies more complicated. Under
such background, the bus management system controlled by the computers is put
forward. It will help the bus company manage its buses, make the management of the
bus, the bus routine and the driver more scientific and make proper use of the
resources.
The system is based on the practical requirements, and aimed at the demand
analysis and the systematical design. It emphasizes the details of design and
implementation of the systematical function module. It’s development platform are
Visual Studio .NET 2003 and SQL Server 2000 Database and implements many
functions, such as vehicles information management, driver information management,
routine information management, vehicle assignment line management. for database
implementation, it mainly uses the storage procedure to implement the addition,
deletion and inquiry. By the systematical test, it can solve the main problems in the
vehicles management system.
Key words: Management system; Database; Storage procedure
目 录
论文总页数:20页
1 引言 ........................................................................................................................................... 1
1.1 信息管理系统简介 ........................................................................................................... 1
1.2 开发背景和意义 ............................................................................................................... 1
1.3 系统设计目标 ................................................................................................................... 1
2 需求分析 ................................................................................................................................... 1
2.1 系统需求 ........................................................................................................................... 1
2.2 功能需求 ........................................................................................................................... 2
2.3 性能需求 ........................................................................................................................... 2
3 系统开发相关技术 ................................................................................................................... 3
3.1 编程环境的选择 ............................................................................................................... 3
3.2 关系型数据库 ................................................................................................................... 3
4 总体设计 ................................................................................................................................... 4
4.1 设计思想与处理流程 ....................................................................................................... 4
4.2 系统层次模块图 ............................................................................................................... 4
4.3 模块设计 ........................................................................................................................... 4
5 数据库设计 ............................................................................................................................... 5
5.1 综述 .................................................................................................................... 5
5.2 逻辑设计 ........................................................................................................................... 5
5.3 存储过程 ........................................................................................................................... 7
6 详细设计 ................................................................................................................................... 8
6.1 登录模块 ........................................................................................................................... 8