




版權說明:本文檔由用戶提供并上傳,收益歸屬內容提供方,若內容存在侵權,請進行舉報或認領
文檔簡介
1、智能手機論文:基于android平臺的傳感器技術應用研究【中文摘要】隨著智能手機的發展,人們對手機的要求也不再僅 僅局限于傳統的手機功能,而是更求智能手機具備越來越完善良和強 大的娛樂與商務功能,如移動辦公、移動電子商務、移動網絡游戲、 google地圖、移動電影音樂等等都得以快速地發展。傳統計算機上 的應用現在基本上均能在智能手機上實現。而實際上,現在市場上的 智能手機開發商也止是朝著這方面的目標進行技術和產品的研發。目 前,全球各大手機半產商均紛紛推出自己的手機智能系統,比如目前 較流行及運用廣泛的諾基亞公司塞班系統,蘋果公司的iphone手機 系統,以及這兩年正在迅速崛起的google公
2、司推出的基于linux內 核的android手機系統。基于android系統的各種手機開發及應用正 在逐漸成為一種流行趨勢。作為近兩年智能手機系統上的佼佼者之 一,google公司發布android手機系統正在逐漸地走向成熟,并憑 借其自身強大的優勢成為人們在手機系統應用開發和手機娛樂的必 要選擇。本文主要通過介紹一款基于android系統的物理傳感器小游 戲“快樂迷宮”的設計與開發過程,講述了當前較為流行的智能手機 傳感器游戲在android系統中的實現過程及涉及的技術要點。 android平臺提供功了能強大的傳感器接口,如姿態傳感器(orientation sensor)、加速度傳感器(a
3、ccelerometer sensor)、光 傳感器(light sensor)和磁場傳感器(magneticsensor)等,為開發各 種類型手機傳感器應用程序提供了非常大的便利。本文主要利用姿態 傳感器技術設計一款迷宮通關小游戲,玩家通過對手機的左、右、上、 下的擺動,是從初始位置順利移動至目標位置,走出迷宮,完成進入 下一關,直到順利完成所有的關卡,當然這途中會有許多的陷阱阻礙 物,也有寶物獎勵等,增加了游戲的可玩性和刺激性。該游戲中主要 運用到的技術有姿態傳感器應用、碰撞原理、游戲地圖設計、圖層渲 染等技術。【英文摘要】with the development of smart-pho
4、nes, people have mobile phones arc no ionger confined to the requirements of the traditional phone functions, but more and more requires smart-phones has good sound and powerful entertainment and business functions, such as mobile office, mobile commerce, mobile online games, google maps, music, mov
5、ies, etc are able to move quickly to develop traditional computer applications can now basically to achieve in the smart phone in fact, smart-phones company is also moving to the objectives for technical and product development currently, the world? s major handset manufacturers have launched their
6、own mobile intelligent systems, such as the current use of the more popular and widely nokia symbian system, apple' s iphone system, and google? s android mobile phone system that launch of the linux-based variety of handsets based on android system development and applications are becoming a po
7、pular trend. as to be one of leader for smart-phone system in these two years, google company issue android system gradually towards mature, and depend on strong advantage, it becomes an essential choice of cell phone system in application program development and smartphone entertainment the article
8、 will introduce design and development of one small game happy maze” base on the physics sensor of android system, present implementation process and refer to technology main point of current popular smart-phone sensor game in android system .android system provides powerfu1 function in sensor inter
9、face, such as orientation sensor, accelerometer sensor, magnetic sensor, light sensor, etc. it provides convenience in developing all kinds of cell phone sensor application program the article use orientation sensor technology to design one small game called “happy maze" , when game player swin
10、gs the cell phone with “left, right, up, down” , the purpose is successfully let the person arrive to object location from initial location, then go out of the maze, finish and enter the next lever, until finish the five levers of course there will be a lot of traps and obstacles, treasures and rewa
11、rds as well in the maze it increases the playability and excitement main technology of this game is application in orientation sensor, collisiontheory, game map design, render etc.【關鍵詞】智能手機android傳感器 碰撞原理 游戲地圖【備注】索購全文在線加好友金:278421*888同時提供論文發表委托和一對一論文寫作指導服務。【英文關鍵詞】smart-phonesandroidsensorcollision t
12、heorygame map【目錄】基于android平臺的傳感器技術應用研究 摘要5-6 abstract 6 第一章緒論10-131. 1研究意義與背景101.2國內外解能手機游戲研究現狀10-111.3研究目的及項冃背景介紹111.4論文的研究內容和組織安排11-121.4. 1論文內容概述11t21.4.2論文內容安排121.5游戲項目開發技術背景121.6木章小結12-13 第二章基于android的傳感器技術 13-282. 1 android 概述 13-182. 1. 1 android 平臺簡介 132. 1.2 android 開發框架 13-142. 1.3 android
13、 應用程序組件14-172. 1.4 android軟件開發的優點及缺點17- 18 2. 1.5 android開發環境的搭建18 2.2傳感器概念與分類18-192. 2. 1傳感器的概念182. 2.2傳感器的分類18- 192.3傳感器在智能手機中的應用192.4 android平臺傳感器的使用19-232. 4. 1 android平臺傳感器種類19- 21 2. 4.2加速度傳感器21-22 2.4.3姿態傳感器22-232. 5傳感器的使用方法23-252. 5. 1創建sensormanager 對象 232. 5. 2 實現 sensorlistener 接口23242. 5
14、. 3 sensorlistener 的注冊和注銷 24-252. 6sensorsimulator工具的介紹及應用25-262. 7木章小結26-28 第三章 游戲的整體設計28-363. 1游戲的設計思路與功能簡介28-313. 1. 1游戲的設計思路283. 1. 2游戲的功能簡介28-313.2游戲開發環境及準備工作313. 2.1游戲開發環境313.2.2相關材料及素材準備313.3游戲整體框架31-343. 3. 1游戲功能模塊31-333. 3.2游戲中的類設計33-343.4本章小結34-36 第四章游戲的開發36-684. 1mazeactivity 類的開發 36-394.
15、 1. 2 mazeactivity 類的功能與設計36-374. 1.3 mazeactivity類功能的具體實現37-394.2游戲歡迎界面模塊的開發39-424. 2.1 welcome類的設計與實現39-404. 2.2 welcomethread 類的設計與實現 40-414. 2.3we 1 comedrawthread類的設計與實現414. 2. 4游戲歡迎界面用戶交互響應處理過程41-424.3主游戲界面模塊的開發42-464. 3. 1 game 類的設計與實現 42-444. 3. 2 gamethread類的設計與實現444. 3. 3 drawthread類的設計與實現44-454. 3.4游戲彈出菜單的設計與實現45-464.4游戲地圖模塊的設計46-494. 4.1游戲界面背景滾屏的設計464. 4. 2游戲地圖設計46-494.5游戲后臺邏輯模塊的開發49-574. 5. 1 “主人公”移動方
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯系上傳者。文件的所有權益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網頁內容里面會有圖紙預覽,若沒有圖紙預覽就沒有圖紙。
- 4. 未經權益所有人同意不得將文件中的內容挪作商業或盈利用途。
- 5. 人人文庫網僅提供信息存儲空間,僅對用戶上傳內容的表現方式做保護處理,對用戶上傳分享的文檔內容本身不做任何修改或編輯,并不能對任何下載內容負責。
- 6. 下載文件中如有侵權或不適當內容,請與我們聯系,我們立即糾正。
- 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 產品分類銷售月度報告表格
- 火電項目規劃設計方案
- 成長中的挑戰與機遇話題類作文(6篇)
- 信息技術支持農業合作社管理合同
- 基于實踐活動的人工智能能力評價
- 高校聲樂課堂教學改革的國際發展趨勢
- 智能化技術在無障礙環境中的應用與發展趨勢
- 智慧農業人才培養與技術支持體系建設
- 個人成長目標統計表
- 農村農業生產安全管理責任書
- SH3508標準培訓課件
- 2025-2026學年建德市數學三年級第一學期期末試題含解析
- 江蘇省泰州市靖江市2024-2025學年八年級下學期期中地理試題(含答案)
- 2025年吉林長春市軌道交通集團有限公司招聘筆試參考題庫附帶答案詳解
- 2025年人教版小學四年級下冊奧林匹克數學競賽試卷(附參考答案)
- 2025海南省交通投資控股限公司招聘30人易考易錯模擬試題(共500題)試卷后附參考答案
- GB/T 45475.2-2025塑料聚苯醚(PPE)模塑和擠出材料第2部分:試樣制備和性能測定
- 婦產科新入科人員培訓
- 湖北省武漢市2025屆高中畢業生四月調研考試數學試卷及答案(武漢四調)
- 食堂菜品加工規范
- 2025年CSCO胰腺癌診療指南解讀
評論
0/150
提交評論