跳到主要內容

臺灣博碩士論文加值系統

(18.97.14.84) 您好!臺灣時間:2025/01/20 10:14
字體大小: 字級放大   字級縮小   預設字形  
回查詢結果 :::

詳目顯示

: 
twitterline
研究生:黃弓凌
研究生(外文):Kung-Ling Huang
論文名稱:Android平台上動態遊程安排系統開發
論文名稱(外文):Dynamic Tour Scheduling System Development on Android Platform
指導教授:李官陵
指導教授(外文):Guan-Ling Lee
學位類別:碩士
校院名稱:國立東華大學
系所名稱:資訊工程學系
學門:工程學門
學類:電資工程學類
論文種類:學術論文
論文出版年:2011
畢業學年度:99
語文別:中文
論文頁數:54
中文關鍵詞:全球定位系統適地性服務旅遊導覽系統
外文關鍵詞:GPSLBSTour scheduling
相關次數:
  • 被引用被引用:0
  • 點閱點閱:562
  • 評分評分:
  • 下載下載:42
  • 收藏至我的研究室書目清單書目收藏:3
近幾年,隨著行動通訊的普及化和無線網路的發達,為我們的生活帶來了莫大的便利性,手機上與全球定位系統(GPS)和適地性服務(LBS)相關的應用程式也相應而生,常見的服務像是旅遊導覽與緊急救援。
政府積極的推動觀光產業,國人也開始注重旅遊休閒,藉由應用程式幫忙安排行程是一件方便的事,但是常會遇到無法自動判別使用者當前狀況來給予不同行程建議。本篇論文利用智慧型手機在上面開發動態觀光遊程導覽系統,使用者可以輕鬆的線上觀看附近的景點和介紹,並選擇完景點自動安排出多種行程提供使用者選擇,並動態給使用者行程更動的建議,還有結合LBS推薦附近的住宿資訊。每位使用者結束遊程,伺服器端會記錄使用者偏好並當做推薦給下一位使用者的參考依據。

In recent years, the popularization of the system for mobile communications and the development of the wireless network have brought us great convenience for our lives. The applications related to GPS and LBS on the mobiles phone had become more and more popular. For examples: the traveling and emergency applications.
The government is active promotion of tourism. People are care about traveling. Using applications is an easy way to arrange schedule, but it’s hard to automatically distinguish the situations from user given different traveling suggestions. This paper using the smartphones developed a dynamic tour scheduling system on Android platform. Users can easily browse the nearby spots and its profile, and then choose the desirous of spots. The system would provide some scheduling results to users, and give dynamic scheduling changing suggestions. The system also combines with LBS technology that it recommended nearby accommodation. After finishing the traveling, the server would record the users’ profiles as recommendations for the next user.
致謝 I
摘要 II
Abstract III
目錄 IV
圖目錄 VI
表目錄 VIII

第一章 導論 1
第二章 背景知識 5
2.1 全球定位系統 (GPS) 5
2.1.1 全球定位系統簡介 5
2.1.2 定位理論 8
2.2 適地性服務 (LBS) 11
2.3 地理資訊系統 (GIS) 12
2.4 Android手機平台介紹 13
2.4.1 Android系統架構 14
第三章 系統架構 17
3.1 系統架構 17
3.2 資料庫設計 19
3.2.1 實體關係模型(Entity-relationship model) 19
3.2.2 資料庫表格 20
3.3系統功能介紹 24
3.3.1 用戶端 24
3.3.2 伺服器端 25
第四章 動態遊程安排 27
4.1 遊程安排 27
4.2 動態更新遊程 29
第五章 動態遊程安排系統實作 31
5.1 系統開發環境 31
5.2 環境設定 32
5.3 遊程系統實作 33
5.3.1 離線狀態 33
5.3.2 線上狀態 34
第六章 結論和未來發展 41
參考資料 43

圖目錄

圖2-1 全球定位系統 6
圖2-2 二維空間修正誤差 9
圖2-3地理資訊系統的資料型態 12
圖2-4 空間資料數值化 13
圖2-5 Android系統架構 14
圖3-1 系統架構圖 17
圖3-2 伺服器與使用者間溝通 18
圖3-3 ER-model 19
圖3-4 用戶端系統功能 24
圖3-5 伺服器端系統功能 25
圖4-1 遊程安排演算法 28
圖4-2 動態遊程演算法 29
圖4-3 更新分數演算法 30
圖5-1 「AndroidManifest.xml」中使用權限的設定 32
圖5-2 使用Google圖資 32
圖 5-3 (a)離線登入畫面 (b)景點是否加入行程 33
圖5-4 (a)景點是否加入行程 (b)排程結果列表 34
圖 5-5 (a)登入畫面 (b)登入錯誤訊息 35
圖 5-6 (a)註冊新帳號 (b)註冊成功 35
圖 5-7 (a)錯誤訊息之帳號已註冊 (b)錯誤訊息之資料輸入不完整 36
圖 5-8 (a)目前位置和各景點標記 (b)Google地圖的移動與放大 37
圖 5-9 (a)景點介紹 (b)景點圖片展示 37
圖5-10 (a)選擇景點是否加入行程 (b)成功加入行程提示 38
圖5-11 行程推薦列表 38
圖5-12 住宿列表 39

表目錄

表2-1衛星訊號數量和狀態關係表 8
表3-1 實體間的關係 20
表3-2 使用者資料表 21
表3-3 景點資料表 21
表3-4 旅館資料表 22
表3-5 行程資料表 22
表3-6 搜尋資料表 23
表5-1 伺服器端配備規格 31
表5-2 用戶端端配備規格 31
[1] G.D. Abowd, C.G. Atkeson, J. Hong, S. Long, R. Kooper, M.Pinkerton. Cyberguide: A mobile context-aware tour guide. ACM Wireless Networks, 1997.

[2] S. Barbeau, M.A. Labrador, A. Perez, P. Winters, N. Georggi, D. Aguilar, R.Perez. Dynamic Management of Real-Time Location Dataon GPS-Enabled Mobile Phones. The UBICOMM, 2008.

[3] R. Broida, How to Do Everything with your GPS, McGrawHil/Osborne, 2004

[4] Ying Cai, Kien A. Hua. An adaptive query management technique for real-time monitoring of spatial regions in mobile database systems. PCC, 2002.

[5] K. Cheverst, N. Davies, K. Mitchell, A. Friday. Experiences of developing and deploying a context-aware tourist guide: the GUIDE project. ACM Mobicom, 2000.

[6] Ryan Hill, Janet Wesson, A-POInter: An Adaptive Mobile Tourist Guide. ACM, 2010.

[7] Sandeep Kumar, Mohammed Abdul Qadeer, Archana Gupta. Location Based Services using Android. IMSAA, 2009.

[8] H. Lee, I. Park, K. Hong. Design and Implementation of a Mobile Devices-based Real-time Location Tracking. The UBICOMM, 2008.

[9] D. Park, S. Hwang, A. Kim and B. Chang, A Context-Aware Smart Tourist Guide Application for an Old Palace, ICCIT, 2007.

[10] Mika Raento, Antti Oulasvirta, Renaud Petit, Hannu Toivonen. ContextPhone: a prototyping platform for context-aware mobile applications. IEEE Journals, 2005.

[11] Weizheng Ren, Zhongliang Deng, Lianming Xu, Yujia Zhu. Research of architecture for digital campus LBS in Pervasive Computing Environment, ICPCA, 2008.

[12] Dr. Wolfgang Rob, Manfred Griesser, Andreas Gereke. A Realization of an Emergency Call System on an Healthcare Real-time Location Application Platform. IPIN, 2010.

[13] Xiaoyu Shi, Ting Sun, Yanming Shen, Keqiu Li, Wenyu Qu. Tour-Guide: Providing Location-Based Tourist Information on Mobile Phones. CIT, 2010.

[14] S. Steiniger, M. Moritz, A. Edwardes. Foundation of Location Based Services, Lecture Notes on LBS, 2004.

[15] Android. http://developer.android.com

[16] Cheers. http://www.cheers.com.tw/doc/page.jspx?id=402881e8134e403a01134e47a0200779

[17] Gartner. http://www.gartner.com/it/page.jsp?id=1059812

[18] Location Tracking Technology. http://www.kowoma.de/en/gps/positioning.htm

[19] IMD. http://www.imd.org/research/publications/working-papers.cfm
連結至畢業學校之論文網頁點我開啟連結
註: 此連結為研究生畢業學校所提供,不一定有電子全文可供下載,若連結有誤,請點選上方之〝勘誤回報〞功能,我們會盡快修正,謝謝!
QRCODE
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                               
第一頁 上一頁 下一頁 最後一頁 top
無相關期刊