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

正文內(nèi)容

基于android平臺的益智游戲的設(shè)計(jì)與現(xiàn)畢業(yè)論文-wenkub

2023-07-10 14:04:49 本頁面
 

【正文】 ing as the main task is the main mobile phone game users , many students addicted to the game and lose interest in learning . Therefore, the development of a mobile phone puzzle game based on the Android mobile platform,allows students pleasure during the game fun to learn, it is very necessary. This paper aims to study how to develop a rich educational mobile puzzle game which bines the classic game to fight rats and the vocabulary software. For vocabulary software in the current market, that many in appearance and functionality has a great advantage but more interesting is missing, this application integrates vocabulary software and play hamster game, and from the perspective of cognitive psychology of memory and optimize the process of memorizing words, allows students to improve by playing puzzle games thinking agility and enhance word memory.因此在Android手機(jī)平臺上開發(fā)出一款寓教于樂的手機(jī)益智游戲,使學(xué)生在愉悅的游戲過程中快樂的學(xué)習(xí)是十分必要的。信息科學(xué)與技術(shù)學(xué)院學(xué)士學(xué)位論文JIU JIANG UNIVERSITY畢 業(yè) 論 文題 目 基于Android平臺的益智類游 戲的設(shè)計(jì)與實(shí)現(xiàn) 英文題目 Design and Implementation of Puzzle Games Based on Android Platform 院 系 信息科學(xué)與技術(shù)學(xué)院 專 業(yè) 信息管理與信息系統(tǒng) 姓 名 盧璐曼琳 班級學(xué)號 A102208 指導(dǎo)教師 王飛鵬 二○一四年五月摘 要現(xiàn)如今,由于日益增長的市場需求、不斷創(chuàng)新的技術(shù)、更為成熟的盈利模式,手機(jī)游戲不斷發(fā)展。本課題旨在研究如何開發(fā)出一款將經(jīng)典游戲“打地鼠”與背單詞結(jié)合的富有教育意義的手機(jī)益智游戲。This article is from the Android mobile game development background and development environment, analyzes the mobile game development environment, introduces the key technologies of mobile game development, design and develop a mobile learning puzzle game which bines the classic game to fight rats and the vocabulary software.Keywords: Android Platform, Puzzle Games, WhacAMole,The Word Memory目 錄摘 要 IAbstract II目 錄 III1 緒論 (1) (1) (2) (2) Android技術(shù)簡介 (3) (5)2 游戲的需求分析 (6) (6) (7) (8)3 游戲的設(shè)計(jì) 游戲的策劃 (10) 游戲的界面設(shè)計(jì) (11) 數(shù)據(jù)庫設(shè)計(jì) (12) 各功能模塊的設(shè)計(jì) (13) 本章小結(jié) (14)4 游戲的實(shí)現(xiàn) (15) 導(dǎo)入文件的實(shí)現(xiàn) (17) 學(xué)習(xí)單詞模塊的實(shí)現(xiàn) (19) 設(shè)置模塊的實(shí)現(xiàn) (20) 錯(cuò)詞本模塊的實(shí)現(xiàn) (21) 檢測單詞模塊的實(shí)現(xiàn) (22) 本章小結(jié) (23)5 游戲的測試 測試環(huán)境 (24) 游戲界面框架測試 (24) 游戲運(yùn)行測試 (25) 本章小結(jié) (28)6 總結(jié)與展望 (29) (29)致 謝 (31)參考文獻(xiàn) (32)V1 緒論目前,由于手機(jī)便攜的特點(diǎn),手機(jī)游戲逐漸成為了一種流行的娛樂方式[14]。在智能手機(jī)操作系統(tǒng)中,一半以上的手機(jī)游戲用戶使用的手機(jī)操作平臺是Android系統(tǒng)。其中益智休閑類游戲最受手機(jī)游戲用戶偏愛,棋牌類游戲次之。比如,一些背單詞軟件只支持自身帶有的詞庫,用戶因此不能隨意安排自己所要學(xué)習(xí)的詞匯;有的軟件為單詞配有漂亮生動而幽默的圖像以輔助記憶,但很多用戶卻反映注意力放在圖片上導(dǎo)致看不到圖片便想不起單詞;再如很多背單詞軟件功能強(qiáng)大,學(xué)習(xí)形式較為現(xiàn)代化,卻對記憶的枯燥沒有適度改善。%JAVA_HOME%\jre\bin。ADT Bundle包是由Google Android 官方提供的集成式IDE,它包含了開發(fā)應(yīng)用所需的Eclipse文件夾內(nèi)是一個(gè)已經(jīng)安裝了ADT插件的Eclipse,sdk文件夾內(nèi)就是SDK。 Android技術(shù)簡介 一個(gè)Android應(yīng)用往往有一個(gè)或多個(gè)基本組件組成,如Activity、Service、BroadcastReceiver、ContentProvider等組件。活動狀態(tài),即當(dāng)前Activity可見,處于前臺并有焦點(diǎn),能夠和用戶的操作動作進(jìn)行交互的狀態(tài);暫停狀態(tài),即當(dāng)前Activity可見并同樣處于前臺,但是失去焦點(diǎn),被其它的活動狀態(tài)的Activity取代處于前臺顯示;停止?fàn)顟B(tài),即該Activity完全不可見且沒有焦點(diǎn);銷毀狀態(tài),即該Activity結(jié)束。View組件是用戶看到的部分,是UI控件與容器控件的基類。 BroadcastReceiver即廣播消息接收器,同Service一樣并不與用戶交互。Android平臺下的每個(gè)應(yīng)用的內(nèi)存空間是獨(dú)立的,如果一個(gè)應(yīng)用要使用其它應(yīng)用的數(shù)據(jù)則需采用ContextProvider對象。IntentFilter用來實(shí)現(xiàn)判斷被調(diào)用的組件是否符合隱示Intent。第四章為游戲的實(shí)現(xiàn)。第六章為總結(jié)與展望。隨著智能手機(jī)的普及,許多學(xué)生用戶開始使用智能手機(jī)并使用記憶單詞的軟件。可行性
點(diǎn)擊復(fù)制文檔內(nèi)容
教學(xué)教案相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖片鄂ICP備17016276號-1