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

      當(dāng)前位置:論文格式網(wǎng) -> 畢業(yè)論文 -> 計(jì)算機(jī)論文
      畢業(yè)論文標(biāo)題:

      五子棋手機(jī)網(wǎng)絡(luò)對(duì)戰(zhàn)游戲的設(shè)計(jì)與實(shí)現(xiàn)

       本文ID:LWGSW13821 價(jià)格:收費(fèi)積分/100
      掃一掃 掃一掃
      本站會(huì)員可自行下載:下載地址 五子棋手機(jī)網(wǎng)絡(luò)對(duì)戰(zhàn)游戲的設(shè)計(jì)與實(shí)現(xiàn) (收費(fèi):1000 積分)  

      論文字?jǐn)?shù):11262,頁數(shù):29

      摘     要
      在現(xiàn)代社會(huì)中,手機(jī)及其它無線設(shè)備越來越多的走進(jìn)普通老百姓的工作和生活。隨著3G技術(shù)的普及與應(yīng)用,基于Java開發(fā)的軟件在手機(jī)上的使用非常的廣泛,手機(jī)增值服務(wù)的內(nèi)容也是越來越多,對(duì)豐富人們的生活內(nèi)容、提供快捷的資訊起著不可忽視的作用。
      本文基于J2ME技術(shù),以計(jì)算機(jī)網(wǎng)絡(luò)游戲的運(yùn)行流程為基礎(chǔ),分模塊開發(fā)一款網(wǎng)絡(luò)五子棋游戲軟件。
      本文對(duì)以下幾點(diǎn)內(nèi)容做了重點(diǎn)研究和探討:
      系統(tǒng)整體結(jié)構(gòu),根據(jù)設(shè)計(jì)目標(biāo),結(jié)合普通網(wǎng)絡(luò)游戲的運(yùn)行流程,給出了系統(tǒng)總體設(shè)計(jì)方案,并探討了系統(tǒng)設(shè)計(jì)時(shí)需要用到的關(guān)鍵技術(shù)。
      手機(jī)MIDP客戶端的實(shí)現(xiàn),MIDP客戶端是游戲的唯一客戶端,主要功能包括連接服務(wù)器進(jìn)行身份驗(yàn)證、進(jìn)行游戲并不斷的與服務(wù)器交換數(shù)據(jù)。
      后臺(tái)系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn),后臺(tái)用來處理與數(shù)據(jù)庫的互聯(lián)來驗(yàn)證用戶身份、處理由客戶端發(fā)送過來的數(shù)據(jù)。
      由于受到客觀條件的限制,本系統(tǒng)的測(cè)試是在三星手機(jī)模擬器上完成的,但它仍不失具一定的實(shí)用價(jià)值。
      關(guān)鍵詞:J2ME;手機(jī)游戲;Servlet
      The Design and Implementation of The Gobang War Game on Cell Phone Network
      Abstract
      In modern society, more and more cell phones and other wireless devices come into the work and life of ordinary people. With the popularization and application of the 3rd Generation of Digital communication  technology,the development of Java-based software in the use of mobile phones is very broad, mobile value-added services are more and more. It plays an import role to enrich people's lives and provide easier access to information.
      This paper is based on J2ME technology, it expounds how to take the running flow of computer network as basis, introduce a kind of gobang game on network by the sub-module method. .
      The main points of this paper go as follows:
      (1) The overall system structure. According to the design goals, with the general operation of the network game flow, gives the system design, and explores the key technology, which is used by the design of this system.
      (2) The implementation of the phone MIDP client. MIDP client is the only game client, the main functions include connecting the server to check the status, playing games and keeping the exchange of data with the server. 
      (3) The implementation and design of background system. Background is to deal with the Internet database to verify the identity of users, processing the data, which is sent by the clients.
       Due to the restrictions of objective conditions, the system's test completed in the Samsung handset simulator. But it does have some advantages.
      Key words: J2ME; Handset game; Servlet

      目       錄

      1引言 1
      2系統(tǒng)綜述 1
      3手機(jī)游戲的現(xiàn)狀和關(guān)鍵技術(shù)介紹 2
      3.1軟件現(xiàn)狀 2
      3.2 J2ME概況 2
      3.2.1 J2ME的由來 2
      3.2.2 J2ME的3層體系結(jié)構(gòu)及MIDP簡(jiǎn)介 3
      3.3 tomcat服務(wù)器介紹 4
      3.4 servlet技術(shù)介紹 5
      4 開發(fā)環(huán)境介紹 7
      4.1開發(fā)環(huán)境 7
      4.2 關(guān)于SAMSUNG Wireless Tool Kit 7
      5 客戶端模塊的開發(fā) 7
      5.1 綜述 7
      5.2 程序的類結(jié)構(gòu) 7
      5.3 游戲的功能流程圖 8
      5.4 游戲的實(shí)現(xiàn) 9
      5.4.1 主類Omok的實(shí)現(xiàn) 9
      5.4.2 游戲登錄界面以及操作說明界面的實(shí)現(xiàn) 10
      5.4.3游戲畫布類的實(shí)現(xiàn) 12
      5.4.4網(wǎng)絡(luò)連接類的實(shí)現(xiàn) 14
      5.4.5五子棋獲勝算法 15
      6服務(wù)器端程序的開發(fā) 17
      6.1數(shù)據(jù)庫的設(shè)計(jì)與實(shí)現(xiàn) 17
      6.2 servlet程序的編寫 17
      7改進(jìn)建議和措施 20
      7.1關(guān)于圖片問題 20
      7.2軟件測(cè)試 20
      7.2.1測(cè)試前的準(zhǔn)備工作 20
      7.2.2進(jìn)行測(cè)試 21
      7.2.3有待添加和完善的功能 22
      結(jié)    論 22
      參考文獻(xiàn) 22
      致    謝 23
      聲    明 24


      相關(guān)論文
      本論文在計(jì)算機(jī)論文欄目,由論文格式網(wǎng)整理,轉(zhuǎn)載請(qǐng)注明來源www.donglienglish.cn,更多論文,請(qǐng)點(diǎn)論文格式范文查看
      上一篇:機(jī)主留言功能在“全時(shí)通”系統(tǒng)上.. 下一篇:泡泡堂網(wǎng)絡(luò)游戲的設(shè)計(jì)與實(shí)現(xiàn)
      Tags:五子棋手機(jī) 網(wǎng)絡(luò) 游戲 設(shè)計(jì) 實(shí)現(xiàn) 【收藏】 【返回頂部】
      最新文章
      熱門文章
      計(jì)算機(jī)論文
      推薦文章

      本站部分文章來自網(wǎng)絡(luò),如發(fā)現(xiàn)侵犯了您的權(quán)益,請(qǐng)聯(lián)系指出,本站及時(shí)確認(rèn)刪除 E-mail:349991040@qq.com

      論文格式網(wǎng)(www.donglienglish.cn--論文格式網(wǎng)拼音首字母組合)提供計(jì)算機(jī)論文畢業(yè)論文格式,論文格式范文,畢業(yè)論文范文

      Copyright@ 2010-2018 LWGSW.com 論文格式網(wǎng) 版權(quán)所有 蜀ICP備09018832號(hào)

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

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