天堂国产午夜亚洲专区-少妇人妻综合久久蜜臀-国产成人户外露出视频在线-国产91传媒一区二区三区

當前位置:主頁 > 科技論文 > 軟件論文 >

實時公交信息查詢系統(tǒng)移動客戶端的設計與實現(xiàn)

發(fā)布時間:2018-11-05 17:23
【摘要】:近年來,城市化進程的推進導致了城市人口迅速膨脹,大城市快節(jié)奏的生活使人們對時間觀念和辦事效率的要求更高。同時,移動通信技術的進步也帶動了城市智能公交系統(tǒng)的飛速發(fā)展,人們對了解公交何時到站的需求日益增大。生活類應用雖不斷增多,但少有一款能夠真正解決市民出行難的應用,實時公交信息的獲取來源也需逐漸從傳統(tǒng)意義上的“公交電子站牌”轉變?yōu)橹С謱崟r公交信息查詢功能的手機應用。實時公交的普及必然能夠在提高市民的出行效率,避免時間浪費等方面起到重要作用。實時公交信息查詢系統(tǒng)的實現(xiàn),需要以LBS和手機地圖等技術為基礎。隨著移動通信的發(fā)展,手機WIFI成為人們上網(wǎng)的重要途徑,并正在公交車上實現(xiàn)普及。利用LBS可以對行駛中的公交車輛精確定位,實現(xiàn)對車輛位置的實時監(jiān)控。利用手機地圖提供的強大的地圖顯示功能,實現(xiàn)在手機上動態(tài)顯示公交車輛的位置。目前百度、高德、騰訊等國內(nèi)互聯(lián)網(wǎng)公司都能夠提供強大的地圖服務,為交通管理系統(tǒng)智能化和動態(tài)車輛跟蹤的實現(xiàn)提供了有力的保證。本系統(tǒng)將LBS技術、Android客戶端開發(fā)技術以及百度地圖技術三大熱點技術相結合,通過用戶主動參與收集公交數(shù)據(jù)并實時上傳分享,實現(xiàn)對公交車輛的實時跟蹤,并通過百度地圖提供的地圖和公交線路數(shù)據(jù),將實時數(shù)據(jù)展示給用戶。考慮到應用前期用戶量比較少所造成數(shù)據(jù)的不完整問題,項目分兩個階段完成:前期通過調(diào)用第三方現(xiàn)有實時公交數(shù)據(jù)接口為用戶展示數(shù)據(jù)并積累用戶量,同時激勵用戶收集公交數(shù)據(jù),為后期開發(fā)提供數(shù)據(jù)支持;后期將會考慮通過用戶上傳公交位置數(shù)據(jù)實現(xiàn)功能完善的實時公交信息查詢系統(tǒng)。論文首先介紹了實時公交系統(tǒng)的發(fā)展現(xiàn)狀,介紹了移動客戶端應用開發(fā)的三個相關技術:MVC設計模式、Android中的SQLite數(shù)據(jù)庫以及百度地圖Android SDK。在對系統(tǒng)的功能性需求分析和非功能需求分析之后,最終確定了系統(tǒng)研究的內(nèi)容。在工程的實現(xiàn)上,已經(jīng)完成了前期的工作,實現(xiàn)了通過調(diào)用第三方實時公交數(shù)據(jù)為用戶提供公交車輛到站信息以及靜態(tài)公交信息的查詢。并在此基礎上,為用戶提供了站點/線路收藏功能以及下車提醒功能,以滿足用戶的個性化需求。同時,完成了公交數(shù)據(jù)的收集和上傳功能,并實現(xiàn)了公交車輛和公交線路的配對,為后期通過用戶主動參與上傳公交位置數(shù)據(jù)實現(xiàn)功能完善的實時公交信息查詢系統(tǒng)打下基礎。論文結尾對全文做出了總結,指出了系統(tǒng)存在的不足以及下一步工作的建議。
[Abstract]:In recent years, the advancement of urbanization has led to the rapid expansion of urban population, and the rapid pace of life in large cities makes people have higher demands on the concept of time and efficiency. At the same time, with the development of mobile communication technology, the rapid development of urban intelligent bus system has been promoted. Although the number of life applications has been increasing, there is not a single application that can really solve the problem of travel by citizens. The source of real-time bus information also needs to be changed from the traditional electronic bus stop board to a mobile phone application which supports the query function of real-time public transport information. The popularization of real-time public transport will play an important role in improving the travel efficiency of citizens and avoiding time waste. The realization of real-time public transportation information query system needs to be based on LBS and mobile phone map technology. With the development of mobile communication, mobile phone WIFI has become an important way for people to access the Internet and is becoming popular on buses. By using LBS, we can accurately locate the public transport vehicles and realize the real-time monitoring of the vehicles. The mobile phone map provides a powerful map display function to dynamically display the location of the bus on the mobile phone. At present, Baidu, Gaode, Tencent and other domestic Internet companies can provide powerful map services, providing a strong guarantee for the realization of intelligent traffic management system and dynamic vehicle tracking. This system combines LBS technology, Android client development technology and Baidu map technology, and realizes real-time tracking of public transport vehicles through the active participation of users in collecting public transport data and uploading and sharing in real time. And through Baidu map to provide map and bus line data, real-time data display to users. Considering the incomplete data caused by the small number of users in the early application, the project is completed in two stages: the data is displayed and the amount of users is accumulated by calling the existing real-time bus data interface of the third party. At the same time, encourage users to collect public transport data to provide data support for later development; In the later stage, we will consider how to upload the bus location data to realize the perfect real-time public transportation information query system. This paper first introduces the development of real-time bus system, and introduces three related technologies of mobile client application development: MVC design pattern, SQLite database in Android and Baidu map Android SDK.. After analyzing the functional requirements and non-functional requirements of the system, the content of the system is determined. In the implementation of the project, has completed the previous work, through the transfer of third-party real-time bus data to provide users with bus arrival information and static bus information query. On this basis, the users are provided with site / line collection function and alighting warning function to meet the personalized needs of users. At the same time, the collection and upload of public transport data is completed, and the matching of public transport vehicles and bus lines is realized, which lays the foundation for the real-time public transportation information query system, which can realize the perfect function through the users' active participation in uploading the bus location data in the later period. At the end of the thesis, the author summarizes the whole paper, and points out the shortcomings of the system and the suggestions for the next work.
【學位授予單位】:北京郵電大學
【學位級別】:碩士
【學位授予年份】:2016
【分類號】:TP311.52

【參考文獻】

相關期刊論文 前4條

1 施連敏;蓋之華;;基于Android的百度地圖應用的搭建[J];技術與市場;2014年12期

2 王生陽;;基于Android系統(tǒng)的手機防火墻的設計與實現(xiàn)[J];職業(yè)技術;2011年04期

3 孫寶軍;;JSON與XML的比較研究[J];內(nèi)蒙古科技與經(jīng)濟;2009年24期

4 李曉慧;;敏捷開發(fā),擁抱變化[J];中國計算機用戶;2008年24期

相關碩士學位論文 前6條

1 任小猛;U公司研發(fā)體系敏捷化研究[D];廣東工業(yè)大學;2014年

2 朱兵;六安職業(yè)技術學院成績管理系統(tǒng)的設計與實現(xiàn)[D];大連理工大學;2013年

3 張甫東;基于J2EE的企業(yè)管理工作平臺設計[D];華北電力大學;2013年

4 孟祥超;云計算環(huán)境下的軟件測試服務研究[D];大連海事大學;2013年

5 唐芳;實時公交信息查詢系統(tǒng)無線移動客戶端的設計與實現(xiàn)[D];北京郵電大學;2012年

6 俞星;基于J2EE和.NET平臺的Web應用開發(fā)的比較與研究[D];浙江大學;2007年

,

本文編號:2312770

資料下載
論文發(fā)表

本文鏈接:http://sikaile.net/kejilunwen/ruanjiangongchenglunwen/2312770.html


Copyright(c)文論論文網(wǎng)All Rights Reserved | 網(wǎng)站地圖 |

版權申明:資料由用戶e3146***提供,本站僅收錄摘要或目錄,作者需要刪除請E-mail郵箱bigeng88@qq.com