登录

  • 登录
  • 忘记密码?点击找回

注册

  • 获取手机验证码 60
  • 注册

找回密码

  • 获取手机验证码60
  • 找回
毕业论文网 > 毕业论文 > 电子信息类 > 电子信息工程 > 正文

基于Android平台的武汉市公共交通查询系统设计毕业论文

 2021-03-13 11:03  

摘 要

4G时代的到来,和互联网的普及,改变了我们生活的方方面面,而4G网络及互联网的高速发展,使得智能设备得到普及。而智能设备的主要代表,就是智能手机。2017年,在中国的智能手机市场的份额中,安卓设备占有率高达87%。另一方面,随着环境污染日益严重,整个社会都在倡导绿色出行,而公交成为人们出行的首要选择。

本次设计主要完成的工作,通过学习安卓开发的相关知识,计划实现一个离线版的武汉公交查询系统。首先进行了用户的需求分析,分析了用户使用该公交查询系统时,具体需要哪些功能,经过分析各种影响用户乘坐公交的因素之后,得出用户使用公交查询系统时所需要的功能及要得到的数据。基于该需求,开发公交查询系统,同时界面要简洁,识别度高。先设计整个软件的布局界面,然后再设计每个功能实现的逻辑代码,从而使得整个软件最后能在手机设备上成功运行。最后测试每个功能的查询速度,得出该查询速度符合用户的日常需求。

本次毕业设计完成了Android客户端的武汉公交查询系统,实现了武汉公交的线路查询,一次换成方案的查询,及查询结果的展示。

关键字:Android客户端;绿色出行;公交查询

Abstract

4G era, and the popularity of the Internet, has changed all aspects of our lives, and 4G network and the rapid development of the Internet, making intelligent devices get popular. The main representative of intelligent devices, is the smart phone. In 2017, in China's smart phone market share, Andrews equipment share as high as 87%. On the other hand, with the increasing environmental pollution, the whole community is advocating green travel, and public transport has become the first choice for people travel.

The design of the main completion of the work, through the development of Andrews related knowledge, plans to achieve an offline version of the Wuhan bus query system. First of all, the user needs analysis, analysis of the user to use the bus query system, the specific needs of what function, after analyzing the various factors that affect the user by bus, the user to use the bus query system required functions and to get The data. Based on the needs of the development of public transport query system, while the interface should be simple, high degree of recognition. First design the entire software layout interface, and then design each function to achieve the logic of the code, so that the entire software can finally run on the successful operation of mobile devices. Finally, test the speed of each function query, the query speed to meet the daily needs of users.

The graduation design completed the Android client Wuhan bus inquiry system, to achieve the Wuhan bus line query, a program into the query, and query results show.

Keywords: Android clients, green travel, bus inquiries

目 录

第1章 绪论 1

1.1本文研究的目的及意义 1

1.2国内外研究现状 1

1.3武汉公交查询系统所使用的数据来源比较 3

1.4 论文篇章结构 4

第2章 基于Android的武汉市公交查询系统的需求分析 5

2.1市民选择乘坐公交的行为分析 5

2.2 武汉公交查询系统的功能描述 6

2.3基于用户的业务流程分析 7

2.4 非功能性需求分析 8

2.4.1 武汉公交查询系统的易用性分析 8

2.4.2 武汉公交查询系统的性能分析 9

2.5 本章小结 9

第3章 基于Android的武汉市公交查询系统的设计与实现 10

3.1 基于Android的武汉市公交查询的系统架构 10

3.2 换乘查询模块 10

3.2.1 换乘查询模块流程 10

3.2.2 换乘查询模块展示 12

3.2.3 换乘查询模块实现 13

3.3 线路查询模块 14

3.3.1 线路查询模块流程图 14

3.3.2 线路查询模块展示 15

3.3.3 线路查询模块实现 16

3.4 站点查询模块 17

3.4.1 站点查询模块流程 17

3.4.2 站点查询模块展示 19

3.4.3 站点查询模块实现 20

3.5 本章小结 21

第4章 基于Android的武汉公交查询系统的测试 22

4.1 测试计划 22

4.2测试过程 22

4.3测试结果 23

4.4 本章小结 24

第5章 总结与展望 25

5.1 总结 25

5.2 展望 25

参考文献 27

致 谢 28

第1章 绪论

1.1本文研究的目的及意义

公交系统,是城市中市民出行的首要出行交通工具。“城市中的公交系统是一个城市的命脉,所有的经济活动或者社会活动基本上围绕着公交来发展[1]”。随着我国的经济的快速发展及城市化进程的加速。城市中的人口越来越多。跨城市出行的需求也越来越多。所以随着人们出行的需求的增加,城市公交的发展越来越迅速,公交网络也越来越发达。使得人们很难迅速找到他们所需要的公交信息,尤其是对于跨城市出行的人而言,来到一座陌生的城市,很难快速精准的找到需要的公交信息,这样对于他们的出行是极其不方便的。

就目前而言,绿色出行,市民们出行的主要交通工具还是城市公交,去常去的路线,可能比较熟悉。但是如果要去不常去的地方,可能对于路线的选择,就没那么熟悉了。而对于来武汉出差,工作,或者是谈生意甚至是初来乍到上大学的人而言,对于武汉这座城市还不熟悉,对于公交路线的选择也是一个很大的难题。所以,开发一个供武汉市市民或者是来武汉进行旅游的游客而使用的一个公交查询系统就显得非常的重要了。

您需要先支付 80元 才能查看全部内容!立即支付

企业微信

Copyright © 2010-2022 毕业论文网 站点地图