論文格式
          電氣工程 會計論文 金融論文 國際貿易 財務管理 人力資源 輕化工程 德語論文 工程管理 文化產業管理 信息計算科學 電氣自動化 歷史論文
          機械設計 電子通信 英語論文 物流論文 電子商務 法律論文 工商管理 旅游管理 市場營銷 電視制片管理 材料科學工程 漢語言文學 免費獲取
          制藥工程 生物工程 包裝工程 模具設計 測控專業 工業工程 教育管理 行政管理 應用物理 電子信息工程 服裝設計工程 教育技術學 論文降重
          通信工程 電子機電 印刷工程 土木工程 交通工程 食品科學 藝術設計 新聞專業 信息管理 給水排水工程 化學工程工藝 推廣賺積分 付款方式
          • 首頁 |
          • 畢業論文 |
          • 論文格式 |
          • 個人簡歷 |
          • 工作總結 |
          • 入黨申請書 |
          • 求職信 |
          • 入團申請書 |
          • 工作計劃 |
          • 免費論文 |
          • 合作期刊 |
          • 論文同學網 |
          搜索 高級搜索

          當前位置:論文格式網 -> 畢業論文 -> 計算機論文
          畢業論文標題:

          基于J2ME的藍牙象棋游戲

           本文ID:LWGSW17663 價格:收費積分/100
          掃一掃 掃一掃
          本站會員可自行下載:下載地址 基于J2ME的藍牙象棋游戲 (收費:1000 積分)  

          論文字數:17918,頁數:60

          摘要
           J2ME(Java 2 Platform Micro Edition)平臺是SUN公司為嵌入式消費類電子產品推出的一個通用的開發平臺。
           本次畢業設計將通過設計開發一款藍牙象棋游戲來學習和掌握基于J2ME技術的手機游戲軟件開發,本次畢業設計完成以下內容:1.了解和掌握J2ME相關技術,包括J2ME的特點、J2ME平臺上各API的功能、MIDlets應用程序生命周期和具體開發流程,以及J2ME平臺上的藍牙連接技術。2.實現象棋的基本功能,包括棋子和棋盤的創建,選擇棋子和移動棋子、輸贏判斷等。3.實現藍牙連接功能,通過創建服務端建立游戲,使客戶端能搜索到游戲并加入游戲,在游戲中保持服務端和客戶端的通信。4.設計游戲界面,實現功能菜單的調用。

          關鍵詞: J2ME,手機游戲,中國象棋,藍牙

          Abstract
          The J2ME (Java 2 Platform Micro Edition) is a General platform for the inserts type of
          electronic products which promoted by The SUN Company.
           This graduation project will study and grasp the software development on handset game which is based on the J2MEtechnology through the designing and developing a s
          -ection of blue tooth Chinese chess game, and this graduation project will complete the content: 1.understanding and grasping the J2ME correlation Technology ,includeing J2
          -ME`s characteristic, each API function in J2ME platform, the life cycle and concrete d
          -evelopment flow of the MIDlets application procedure, as well as the bluetooth connet
          -ion technology of the J2ME platform. 2.achieving the basic functions of the Chinese c
          -hess, including the foundations of board game piece and the checkerboard , the choise of the board game piece and the motion of the board game piece, thejudgement of victo
          -ry and loss and so on. 3.realizing the function of blue tooth connection, establishing th
          -e game through founding the service end, which enables the customer end to search ga
          -mes and joins the game and maintains the correspondence between the service end and the customer end in the game.  4.designing game interface , realizing the transfering of function menu.
           
          Key Words: J2ME,Mobile game,Chinese chess,Blue tooth


          目錄
          摘要 I
          Abstract II
          第1章 緒論 1
          1.1 手機游戲現狀分析 1
          1.2 手機游戲特征 1
          1.3 手機游戲的類型 2
          1.4 本游戲背景 2
          1.5 本章小結 2
          第2章 開發環境及相關技術介紹 3
          2.1 開發環境 3
          2.2 JAVA語言的特點 3
          2.3 J2ME介紹 6
          2.3.1 J2ME的市場 6
          2.3.2 J2ME平臺的體系結構 6
          2.3.3 MIDlet 生命周期 7
          2.4 WTK介紹 8
          2.5 開發工具介紹及插件集成 9
          2.5.1 Eclipse 介紹 9
          2.5.2 Eclipse ME 介紹 10
          2.6 藍牙技術介紹 10
          2.6.1 藍牙簡介 10
          2.6.2 J2ME中的藍牙API 12
          2.7 本章小結 12
          第3章 整體設計及需求分析 13
          3.1 需求分析 13
          3.2 程序的流程設計 13
          3.3 程序中各個類的運行流程 15
          3.4 本章小結 15
          第4章 程序的各個類的具體實現及調試 16
          4.1 Game類 16
          4.2 GameCanvas類 16
          4.3 Chess類 17
          4.4 GameWorld類 17
          4.4.1 變量的定義 17
          4.4.2 初始化 18
          4.4.3 畫棋盤及棋子 18
          4.4.4 棋子選擇及畫選擇框 18
          4.4.5 輸出棋盤棋子 19
          4.4.6 棋子替換及棋子的行走規則 20
          4.4.7 按鍵處理方法 23
          4.4.8 輸贏判斷及該誰走 24
          4.4.9 接受信息 25
          4.5 Control類 25
          4.6 Connection類 26
          4.7 Server類 28
          4.8 Client類 29
          4.9模擬器上調試運行 29
          4.10 本章小結 33
          第5章 結論 34
          致謝 35
          參考文獻 36
          附錄 部分源代碼 37


          相關論文
          本論文在計算機論文欄目,由論文格式網整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
          上一篇:基于Eclipse的企業人事管理系統 下一篇:基于角色訪問控制的權限管理系統
          Tags:基于 J2ME 藍牙 象棋 游戲 【收藏】 【返回頂部】
          最新文章
          熱門文章
          計算機論文
          推薦文章

          本站部分文章來自網絡,如發現侵犯了您的權益,請聯系指出,本站及時確認刪除 E-mail:349991040@qq.com

          論文格式網(www.donglienglish.cn--論文格式網拼音首字母組合)提供計算機論文畢業論文格式,論文格式范文,畢業論文范文

          Copyright@ 2010-2018 LWGSW.com 論文格式網 版權所有 蜀ICP備09018832號

          感谢您访问我们的网站,您可能还对以下资源感兴趣:

          论文格式网:毕业论文格式范文