freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

畢業(yè)論文-基于android系統(tǒng)的手機(jī)寵物游戲技術(shù)研究與實(shí)現(xiàn)(已修改)

2024-11-23 23:17 本頁(yè)面
 

【正文】 Abstract —————————————————————————————————————————————— 基于 Android 手機(jī)的寵物游戲技術(shù)研究與實(shí)現(xiàn) 摘 要 在科技文化高速發(fā)展的今天,人們對(duì)電子游戲娛樂(lè)的需求也日益高漲。從最初的運(yùn)行于掌上游戲機(jī)的“貪吃蛇”和“俄羅斯方塊”到如今風(fēng)靡全世界的網(wǎng)游無(wú)不體現(xiàn)了游戲的魅力。而隨著智能手機(jī)終端的涌現(xiàn),更是為電子游戲提供了高速發(fā)展的平臺(tái)。特別是 iPhone 智能手機(jī)和 Android 智能手機(jī)的面世,為掌上休閑游戲與應(yīng)用提供了更完善的的開發(fā)環(huán)境。 本文基于 Google 公司為廣大智能手機(jī)開發(fā)者提供的 Android 系統(tǒng)環(huán)境,研究并開發(fā)了一款名為“吉祥鳥”的寵物休閑類游戲。該游戲 主要是在研究了Android 系統(tǒng)的 SQLite 數(shù)據(jù)庫(kù)、 AppWidget 框架、 SurfaceView 組件、重力感應(yīng)等的基礎(chǔ)之上構(gòu)建游戲數(shù)據(jù)中心、游戲控制引擎、桌面映射框架、游戲渲染引擎、電子羅盤,并將它們整合開發(fā)出一個(gè)具有良好娛樂(lè)界面和極強(qiáng)的趣味性的休閑游戲。 首先,論文介紹了實(shí)現(xiàn)寵物游戲的相關(guān)理論基礎(chǔ)、運(yùn)行平臺(tái)和實(shí)現(xiàn)技術(shù);其次,論文重點(diǎn)研究了 SQLite 數(shù)據(jù)庫(kù)的技術(shù)特點(diǎn)及游戲數(shù)據(jù)的存取,讓本游戲的大量數(shù)據(jù)更易整合,提高數(shù)據(jù)的存取效率;再次,為了讓游戲具有較強(qiáng)的視覺(jué)和聽覺(jué)沖擊,本論文研究并融入了圖形圖像組件 和音效組件;另外,論文還研究并融入了 Android SDK 的變換矩陣和手勢(shì)操作,使游戲操作更加友好;最后,論文對(duì)游戲的各個(gè)模塊進(jìn)行了功能和性能測(cè)試。 本文及本游戲最大的特色主要有三點(diǎn):其一是在 Android 系統(tǒng)的 AppWidget框架中結(jié)合 SQLite 數(shù)據(jù)庫(kù)及圖形圖像處理等組件構(gòu)建了一款輕松休閑游戲;其二是在游戲中富有創(chuàng)意的融入了極具趣味的寵物預(yù)測(cè)、寵物占卜等娛樂(lè)功能,并附帶萬(wàn)年歷等實(shí)用功能;其三是在重力感應(yīng)的基礎(chǔ)上開發(fā)出了電子羅盤。 關(guān)鍵詞: Android;寵物游戲; SQLite; 重力感應(yīng);游戲渲染 Research and Implementation of pet game based on Android Abstract With the rapid development of science and technology nowadays, the demands of entertainment video games are growing fast. From the first games that run on the handheld39。s Snake and “ Tetris”to the now popular around the world online games reflect all the charm of the games. With the emergence of intelligent mobile terminals, a highspeed video game development platform is provided. Especially when the iPhone and Android phones are available, a better development environment for the applications of handheld casual games is more convenient. Based on the Android system environment of Google that provided for the majority of smartphone developers , this thesis researches and develops a pet casual game which is called lucky bird. The game is mainly based on the study of the Android39。s SQLite database system, AppWidget framework, SurfaceView control and game data center, game control engine, desktop mapping framework, game rendering engine on top of it, with a good view of entertainment interface, and highly interesting. First, the paper introduces the theory of implementation based on pet game, running platform and implementation technology。 Secondly, the paper focuses on the technical characteristics , storage and access to the game data of SQLite database, it makes it easier to integrate the abundant data of this game, more efficiency to improve data storage and access .Again, in order to make the game a strong visual and auditory impact, this paper researches and integrates into the SurfaceView controls and SoundPool controls。 In addition, the thesis also researches and integrates into the Matrix operations and Gesture gestures to make the game more friendly to operate 。 Finally, each module of the game is functional and robustness tested. The most two distinguishing features of this paper and game are: one is that this casual game is bined the SQLite database with the SurfaceView controls in the Android framework with AppWidget。 the other is that it integrates a highly original Fun fortune telling ,divination and other entertainment features into the game, and es with calendar and other useful features. Keywords: Android。Pet game。SQLite。 Gravity sensing。Game render目錄 —————————————————————————————————————————————— 目 錄 摘要 III Abstract 錯(cuò)誤 !未定義書簽。 目 錄 V 第一章 緒論 1 手機(jī)游戲的研究背景 1 國(guó)內(nèi)外手機(jī)游戲的研究現(xiàn)狀 2 論文主要研究?jī)?nèi)容 5 論文組織結(jié)構(gòu) 5 小結(jié) 6 第二章 ANDROID 平臺(tái)研究 7 Android 特性 7 Android 構(gòu)架 7 iPhone 平臺(tái)概述 10 Android 與 iPhone 比較 10 小節(jié) 11 第三章 ANDROID 手機(jī)寵物游戲引擎及相關(guān)技術(shù)研究 13 寵物鸚鵡 手機(jī)游戲概述 13 游戲主題創(chuàng)意 13 游戲運(yùn)行機(jī)制概述 13 游戲控制引擎 14 Activity 15 Intent Receiver 183
點(diǎn)擊復(fù)制文檔內(nèi)容
高考資料相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
公安備案圖鄂ICP備17016276號(hào)-1