摘要:    课题题目为城市公交换乘方案与设计,主要解决的是在日常出行时,为人们提供合理的交通换乘方案。本论文主要针对该项课题做了一个从分析、设计、实现再到测试的完整记录与讨论。分析中遇到了如何存储站点信息,如何计算换乘路径,如何更直接的显示给用户使用等问题。涉及到数据库处理,最短路径算法以及C#环境的使用。最终通过利用数据库以及简单的循环算法解决了如何快速便捷的给出换乘方案。35480
毕业论文关键词:    换乘方案、最短路径、遍历算法
 Design and implementation of transfer plan for city bus
Abstract:     The problem is the transfer plan and design of city bus, which mainly solves the transfer plan for people to provide a reasonable transfer plan for people. This thesis mainly discusses the complete record and discussion from the analysis, design and realization to the test..How to store the information of the site in the analysis, how to calculate the transfer path, how to display more direct to the user and other issues. Database processing, shortest path algorithm and C# environment. Finally, the transfer scheme is solved by using database and simple cyclic algorithm..
Keywords:    Transfer scheme, the shortest path, traversal algorithm
目录
摘要    i
Abstract    i
目录    ii
1 绪论    1
1.1 选题背景    1
1.2 课题的目的与意义    1
1.3 国内外研究现状    2
1.4 章节安排    3
2 城市公交换乘方案分析    4
2.1 数据分析    4
2.1.1 站点信息的存储    5
2.1.2 线路选择    5
2.1.3 最短路径的实现    5
2.2 需求分析    6
2.2.1 用户功能分析    6
2.2.2 系统功能分析    7
2.2.3 用户界面与运行环境需求    8
2.3 开发环境使用    8
2.3.1 C# .NET简介    8
2.3.2 C#.NET的优势    9
2.4 数据库选择    9
2.4.1 SQL Server简介    9
2.4.2 SQL Server的优势    9
2.5 站点信息的存储    9
3 城市公交换乘方案设计    10
3.1 数据库设计    10
3.1.1 E-R图设计    10
3.1.2 数据字典    11
3.1.3 关系模式    12
3.2 系统总体设计    12
3.2.1 系统总体结构设计    12
3.2.2 系统功能模块    13
3.3 UI界面设计    14
3.3.1 界面风格设计    14
3.3.2 配色设计    15
4 城市公交换乘方案功能实现    16
4.1 数据库连接    16
4.2 系统登录模块    16
4.3 管理员文护模块    17
4.4 公交查询线路模块    17
4.5 公交查询换乘模块    19
5 方案测试    22
5.1 系统基本功能测试    22
5.1.1 登录功能测试    22
5.1.2 页面切换测试    23
5.2 用户功能测试    24
5.2.1 线路查询测试    24
5.2.2 换乘查询测试    25
5.3 管理员功能测试    26
5.4 测试结论    27
6 总结与展望    28
6.1 总结    28
6.2 展望    28
上一篇:C#+sqlserver图书信息管理系统设计
下一篇:Joomla+mysql大学院系网站设计与开发

市场化全球化知识化城市...

电子商务环境下鲜活农产...

电子商务冲击下城市分区...

城市配送和电子商务融合...

互联网时代背景下對以农...

交通运输网路的最短路算法的优劣讨论

交通运输网络的最短路线问题

神经外科重症监护病房患...

中国学术生态细节考察《...

志愿者活动的调查问卷表

国内外图像分割技术研究现状

公寓空调设计任务书

10万元能开儿童乐园吗,我...

医院财务风险因素分析及管理措施【2367字】

AT89C52单片机的超声波测距...

承德市事业单位档案管理...

C#学校科研管理系统的设计