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

正文內(nèi)容

智能移動(dòng)終端應(yīng)用開發(fā)設(shè)計(jì)報(bào)告基于android系統(tǒng)的貪吃蛇游戲開發(fā)畢業(yè)論文(存儲(chǔ)版)

  

【正文】 考文獻(xiàn) [1] Google Android Developer Document. [2] 張弈平 Google Android SDK 開發(fā)范例大全 . 電子工業(yè)出版社 [3] 王偉 Android 中文開發(fā)文檔 [4] [美 ]Ed Burte. Android 基礎(chǔ)教程 (第三版 ).人民郵電出版社, 2020 [5] 楊豐盛 .Android 應(yīng)用開發(fā)揭秘 .機(jī)械工業(yè)出版社, 2020 [6] 李寧 .Android 開發(fā)權(quán) 威指南 .人民郵電出版社, 2020 8 小組分工說(shuō)明 查閱整合相關(guān)資料, 編寫 、測(cè)試 游戲程序 代碼 ,完成課程報(bào)告 。 } 5 項(xiàng)目演示 16 程序運(yùn)行效果圖如下: 圖 3 進(jìn)入 Snake應(yīng)用程序 圖 4 游戲主界面 17 圖 5 游戲運(yùn)行界面 圖 6 游戲結(jié)束界面 18 6 總結(jié) 總的來(lái)說(shuō),這次參與設(shè)計(jì)貪吃蛇游戲收獲很大,達(dá)到了實(shí)習(xí)鍛 煉的目的。 } } 游戲說(shuō)明界面設(shè)計(jì):此界面包括一個(gè) TextView、一個(gè) button,其 文檔15 如下: ?xml version= encoding=utf8? ScrollView xmlns:android= android:layout_x=0dip android:id=+id/scrollView1 android:background=drawable/background2 android:layout_height=wrap_content android:layout_width=wrap_content android:layout_y=4dip AbsoluteLayout android:layout_width=wrap_content android:layout_height=wrap_content Button android:layout_width=wrap_content android:text=返回 android:visibility=visible android:layout_height=wrap_content android:id=+id/Button6 android:layout_x=272dip android:layout_y=244dip/Button TextView android:textSize=34dip android:visibility=visible android:layout_width=wrap_content android:scrollbars=vertical android:text=游戲中按鍵盤 UP鍵蛇向上 按 DOWN鍵向下 按 LEFT鍵向左 按 RIGHT鍵向右 android:layout_height=wrap_content android:id=+id/text android:layout_x=1dip android:layout_y=50dip/TextView /AbsoluteLayout /ScrollView 相對(duì)應(yīng)的 文件如下: public class Help extends Activity{ Override public void onCreate(Bundle savedInstanceState) { (savedInstanceState)。 } } 作者信息界面設(shè)計(jì):此界面包括一個(gè) TextView、一個(gè) button,其 文檔如下: ?xml version= encoding=utf8? 14 ScrollView xmlns:android= android:layout_x=0dip android:id=+id/scrollView1 android:background=drawable/background1 android:layout_height=wrap_content android:layout_width=wrap_content android:layout_y=4dip AbsoluteLayout android:layout_width=wrap_content android:layout_height=wrap_content TextView // android:id=+id/text // android:text=姓名 : 性別: 學(xué)院: android:visibility=visible android:layout_width=wrap_content android:layout_height=wrap_content android:scrollbars=vertical android:textSize=34dip/ Button android:layout_width=wrap_content android:text=返回 android:visibility=visible android:layout_height=wrap_content android:id=+id/Button2 android:layout_x=269dip android:layout_y=322dip/Button /AbsoluteLayout /ScrollView 相對(duì)應(yīng)的 : public class AuthorView extends Activity{ Override public void onCreate(Bundle savedInstanceState) { (savedInstanceState)。 } //設(shè)置鍵盤監(jiān)聽事件,若按下 UP鍵則開始游戲 public boolean onKeyDown(int keyCode, KeyEvent msg) { if (keyCode == ) { if (mMode == READY | mMode == LOSE) { ()。 } else { Bundle bundle = (ICICLE_KEY)。 Override public void onCreate(Bundle savedInstanceState) { (savedInstanceState)。 } })。//跳轉(zhuǎn)到作者信息界面 ()。 ( ,)。 Button button1 = (Button)()。 loadTile(GREEN_STAR, ())。 //設(shè)置焦點(diǎn),由于存在 文字界面 和 游戲界面的跳轉(zhuǎn)。 } //定時(shí)發(fā)送消息給 UI線程,以此達(dá)到更新效果 public void sleep(long delayMillis) { (0)。 y++) { if (mTileGrid[x][y] 0) { bmp = mTileArray[mTileGrid[x][y]]。 (canvas)。 } //清空?qǐng)D形顯示 public void clearTiles() { (tag, )。
點(diǎn)擊復(fù)制文檔內(nèi)容
畢業(yè)設(shè)計(jì)相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1