公交车调度优化
公交车调度优化 VB程序设计 优化模型论文 毕业设计 毕业论文 课程设计
中国毕业设计网 -> 完整毕业设计 -> 公交车调度优化

公交车调度优化
[380 37页 17279字] [VB+SQL] [编号:200701221648123860]
[源程序+论文,可直接做为毕业设计(/论文)使用]
如何购买本设计
特别说明: 此设计为本公司往年为别的毕业生定做且已经通过答辩的完整毕业设计,质量可靠您购买之后可以直接使用,只需将版权信息改成您自己的即可
购买方式: 请记录下本设计的编号[200701221648123860],然后按本页面内所标明的价格汇款到本公司银行帐户上(银行帐号及汇款指南见本页左边中部),汇款后请立即跟本公司客服人员联系,说明您的汇款金额、所汇银行以及您要购买的设计编号和您的常用邮箱,本公司客服人员确认收到您的汇款后立即将完整作品下载地址通过短信告之或发送到您的邮箱
图片展示
论文缩略

摘    要
公共交通是城市交通的重要组成部分。城市的现代化,尤其是城市功能的完善,离不开城市交通的优化和提高。根据世界各国的经验,优良的公交服务对于减少城市的交通拥挤、环境污染,提高交通资源的配置效益等方面都具有积极的作用。作好公交车的调度对于完善城市交通环境、改进市民出行状况、提高公交公司的经济和社会效益,都具有重要意义。
本设计采用VB技术结合SQL2000数据库进行设计,以如何改善公交线路上的车辆调度问题为题,建立了一个关于公交车调度的优化模型,该模型既考虑了乘客的利益又兼顾了公交公司的利益。在对乘客的利益作考虑时,得出乘客的等待时间的长短是衡量乘客利益大小的合理指标;在对公司的利益作考虑时,得出公司所用车辆的数量是衡量公司利益大小的直接指标。将一工作日分为若干段,在一定的时间段上,各站点的上下车人数服从均匀分布。 通过计算机模拟仿真得到各间隔的参数,而后转化为多目标规划再求解。由此建立起关于发车时间间隔的动态模型,并且根据实际情况,制定出了一个便于操作的全天公交车调度方案,最后求出所选线路的两个起点站所需的最少车辆数。

关键字: Visual Basic 6.0.、SQL2000、 优化模型

Abstract
The public transport is the important component of the city traffic. Modernization of city, especially urban completion of function, leave optimization of the city traffic and improve. According to the experience of the countries all over the world, the fine public transit serves to traffic jam , environmental pollution reducing the city, improving respects such as disposition benefit of traffic resources ,etc. all has positive function. For improve urban traffic environment , improve citizens' activities state , raise common to hand over to the collective economic and social benefit of department deployment to finish bus, it is significant .
Originally design and adopt VB technology to combine SQL2000 database to design, with how vehicle deployment issue to improve public transportation route as question , set up one about bus optimization model of deployment, this model has consider the passenger's interests as well as given consideration to interests of the department of handing over to the collective commonly . When the interests to the passenger are considered, size of waiting time to obtain passenger to weigh passenger interests reasonable index of size; When the interests to the company are considered , obtain company spend quantity of vehicle to weigh company interests size direct indicator. Divide one workday into several, on certain time slot, every website gets on or off the bus the number of people obeys uniform distribution. Receive all alternate parameter through computer simulation emulation , turn into large target planning ask and solve and then. From the time when this is set up about depart dynamic model of time interval , and according to the actual conditions, make one easy a whole day bus deployment scheme that operate , ask , happen , select two inception point of circuit necessary vehicle count at least finally.

Key word: Visual Basic 6.0.  SQL2000  optimizes models
 
目  录
摘    要 
Abstract 
第1章 引  言 
1.1 软件开发背景 
1.1.1 国外发展概况
1.1.1 国内发展情况 
1.2 编写目的 
第2章 相关技术介绍 
2.1 智能调度系统概述 
2.1.1 智能公交调度系统的概念 
2.2.2 现阶段调度方法简介 
2.2 计算机仿真技术 
2.2.1  计算机仿真概述 
2.2.2 时间步长法 
2.3 Visual Basic概述 
2.4 数据库 
第3章 需求及可行性分析 
3.1 需求分析 
3.1.1  汽车、车站和乘客分析 
3.1.2  时段的划分 
3.1.3  目标函数分析 
3.2 开发环境和主要技术 
3.3 可行性分析 
3.3.1 技术可行性
3.3.2 经济可行性 
3.3.3 运行可行性 
3.4 社会因素的可行性 
3.5 结论 
第4章 详细设计 
4.1 模块流程图设计 
4.2 模块设计需求分析 
4.2.1  模块的假设 
4.2.2  车辆调度策略及其仿真 
4.3  模型的求解 
4.3.1  符号说明 
4.3.2  确定目标函数 
4.3.3  如何求载客量 
4.3.4  求最少车辆数算法 
4.4 数据库的设计 
4.4.1 数据库系统需求分析 
4.4.2 数据库的建立 
4.4.3 数据库表格设计 
4.5 模块设计 
4.5.1 系统设置 
4.5.2 线路管理 
4.5.3 站点管理 
4.5.4 调度优化管理 
第5章 模型的测试 
5.1 模型的测试 
5.2 对模型算法的改进之处 
结  论 
致  谢 
参考文献 

 

简单介绍
VB开发的公交车调度优化系统