公交车信息管理系统设计与开发_第1页
公交车信息管理系统设计与开发_第2页
公交车信息管理系统设计与开发_第3页
公交车信息管理系统设计与开发_第4页
公交车信息管理系统设计与开发_第5页
已阅读5页,还剩111页未读 继续免费阅读

付费下载

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

分类号:TP311 单位代码:10422密 级: 学 号:Z0843048166硕 士 学 位 论 文Shandong University Masters Thesis论文题目:公交车信息管理系统的设计与实现Design and implementation ofWireless buss Management Information system作者姓名 姜义涛 专 业 电子政务 指导教师 张立群 2010 年 4 月 15 日原创性声明和关于论文使用授权的说明原创性声明本人郑重声明:所呈交的学位论文,是本人在导师的指导下,独立进行研究所取得的成果。除文中已经注明引用的内容外,本论文不包含任何其他个人或集体已经发表或撰写过的科研成果。对本文的研究作出重要贡献的个人和集体,均已在文中以明确方式标明。本声明的法律责任由本人承担。论文作者签名: 日期: 关于学位论文使用授权的声明本人完全了解山东大学有关保留、使用学位论文的规定,同意学校保留或向国家有关部门或机构送交论文的复印件和电子版,允许论文被查阅和借阅;本人授权山东大学可以将本学位论文的全部或部分内容编入有关数据库进行检索,可以采用影印、缩印或其他复制手段保存论文和汇编本学位论文。 (保密论文在解密后应遵守此规定)III论文作者签名: 导师签名 : 日期: 山东大学硕士学位论文i目 录摘 要 .IABSTRACT.II第 1 章 绪论 .11.1 系统开发背景 .11.2 现实意义 .21.3 本文的主要工作 .41.4 本文的主要技术 .51.5 本文的组织结构 .7第 2 章 系统需求分析 .82.1 系统概述 .82.1.1 系统的业务模型 .82.1.2 系统的业务流程 .92.1.3 系统的总体要求 .102.2 系统目标 .112.3 系统需求获取 .112.4 系统功能性需求 .122.5 系统非功能性需求 .162.5.1 性能要求 .162.5.2 设计制约 .17第 3 章 系统架构设计 .183.1 系统设计目标和原则 .183.2 系统技术架构设计 .203.2.1 系统总体架构 .203.2.2 系统安全架构 .203.2.3 系统网络架构 .223.2.4 系统逻辑架构 .23山东大学硕士学位论文ii3.2.5 数据架构 .253.2.6 部署架构 .253.3 系统功能架构 .26第 4 章 系统的详细设计 .284.1 系统建模 .284.1.1 系统的静态结构图 .284.1.2 系统的动态结构图 .304.2 数据库详细设计 .32第 5 章 系统的实现 .415.1 系统的总体实现 .415.2 界面实现的例子 .435.2.1 用户登录界面 .435.2.2 用户信息管理界面 .445.2.3 车辆信息界面 .455.2.4 线路信息界面 .455.2.5 站点车辆信息界面 .475.3 代码实现的例子 .475.4 系统运行环境 .51第 6 章 结 论 .53参考文献 .54致 谢 .55山东大学硕士学位论文iiiCONTENTSChinese abstract.IEnglish abstract.IIchapter 1 Introduction.11.1 The development background of the system.11.2 Practical significance .21.3 The purpose of this thesis.41.4 The main technic of in this paper.51.5 The frame and structure of this thesis.7Chapter 2 The analyses on the system requirements.82.1 The general description.82.1.1 The service model of the system .82.1.2 The service process of the system .92.1.3 The general requirements of the system .102.2 The goal of the system.112.3 The acquisition of the demands in the system.112.4 The functional demands of the system.122.5 The non-functional demands of the system.162.5.1 Performance requirements .162.5.2 The conditioning of the designs .17Chapter 3 The design of the system framework.183.1 The goal and principle of the design .183.2 The design of the technical framework .203.2.1 The general structure of the system .203.2.2 The security structure of the system.203.2.3 The network structure of the system .22山东大学硕士学位论文iv3.2.4 The architecture logic of the system .233.2.5 The data structure of the system .253.2.6 The deployment structure of the system .253.3 The design of the functional structure of the system .26Chapter 4 The detailed design of the system.284.1 The system modeling.284.1.1 The static structure of the system .284.1.2 The dynamic structure of the system .304.2 The detailed design of the database.32Chapter 5 The materialization of the system.415.1 The general materialization of the system.415.2 Examples on the materialization of the interface .435.2.1 user login interface.435.2.2 User Interface management.445.2.3 vehicle information interface.455.2.4 line information interface.455.2.5 station vehicle information interface.475.3 Examples on the code implementation .475.4 The operating environment of the system .51Chapter 6 Conclusion and outlook.53Reference.54Acknowledgements.54山东大学硕士学位论文I摘 要本论文设计的公交车报站系统,当汽车进入一定范围后就会根据解码的数据来确定车辆到达的时间,并通过串口通信把接受的数据送到 PC 机上,在报站系统的硬件设计基础上,设计了一个用来处理数据信息与查询信息的公交系统,主要用于管理乘务人员的相关事务,也一定程序上方便了乘客乘车,有效地提高了公交运营公司的服务质量。本公交车数据处理系统是一个利用 Delphi 技术,SQL2000 的平台下开发的数据处理与查询系统,它具有用户登录、路线信息查询、车辆信息查询、站点查询、行驶路线信息查询、用户出站入站登记、时间误差、公交延迟罚款处理等功能。用户登录中,设置了用户权限,而其他功能如路线信息、车辆信息、站点信息等方面都能实现信息的查询、添加、修改等。本系统中,行驶路线信息查询、时间误差与公交延迟罚款功能的实现,是本系统的关键。当汽车进行登记时,行驶路线信息查询可以查阅汽车实际到站与离站时间,并根据算法计算出时间误差,在程序中设计了出几套罚款方案,对于不准时到站的驾驶员进行一定程度的罚款,督促驾驶员规范行车情况。本系统功能比较实用,并符合实际,完善了对公车事业的管理,开发成本不高,具有一定的可行性与发展前景。关键词:公车报站;公车数据处理系统;信息查询;数据信息处理山东大学硕士学位论文IIABSTRACTHave designed the wireless bus stop reporting system of sending and accepting the data module in this thesis, after the automobile enters a certain limit, will confirm the time that the vehicle reach according to the data decoded , and communicate and send the data accepted to the PC through one bunch of mouths, on the hardware design basis of the stop reporting system, have designed a public transit system that is used for dealing with datum information and inquiring about information, used for managing the relevant affairs of riding affair personnel mainly, has helped the passenger go by bus on certain procedure too, have improved the service quality that the public transit runs the company effectively. Bus this data handling system whether one utilize Delphi technology, data processing that develop under the platform of SQL2000 and inquire about system, it has users Registering, information inquiry of the route, vehicle information inquiry , stand inquiry, travel route information inquiry , user set off inbound to register, time error , public transit is it fine function of punishing etc. to delay. In users registering, set up users authority. And the respects such as information of the route, vehicle information, stand information of other functions can all realize the inquiry of information, add, revising etc. Among the system this, travel route information inquiry, time error and public transit delay fining the realization of the function, it is a key to this system. When the automobile arrives, can consult

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论