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

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

    VC++的坦克大戰游戲

     本文ID:LWGSW17619 價格:收費積分/100
    掃一掃 掃一掃
    本站會員可自行下載:下載地址 VC++的坦克大戰游戲 (收費:1000 積分)  

    論文字數:12115,頁數:39

    摘要

     坦克大戰是一款非常經典游戲,風靡全球,經久不衰,是學習面向對象的編程思想的理想實例,F在面向對象的計算機編程語言很多,都可以編程來實現。
    本文的坦克大戰有完整的界面,能夠實現人機大戰. 而且坦克大戰游戲劇情非常簡單,游戲的主角在保護好城堡的前提下,消滅所有的敵人,所以非常容易上手.但劇情簡單并不代表過關簡單.有鑒于以前出現的坦克大戰游戲過于簡單,使玩家有索然無味的感覺.這次在游戲里特別加強了難度,敵人坦克的出生地變成了5個,并且敵人也能夠取得寶物,當在雙人模式下,如玩家坦克被己方坦克打到時,會停在那里一些時間。本文用到了碰撞算法,以及敵人坦克的智能控制。
     不同于網絡上已經出現的坦克大戰,本程序是用VC++編寫的,擁有漂亮的人機交互界面. 本論文從以下二個方面來闡述:1.游戲的背景2.游戲的開發過程
    關鍵詞: 算法 , VC++ , 坦克大戰

    ABSTRACT

     A Battle City is very classic games, swept the globe and lasting, learning object-oriented programming thinking of the ideal example. Now a lot of the object-oriented computer programming language can be actualized. This paper Battle City complete interface to achieve human-machine war. The plot of the Battle City game is very simple. The protagonist in the game to protect the castle, under the premise of eliminating all enemies, it is easier to get started. But the plot does not mean a simple clearance simple. In view of the previous game too simple Battle City alone, the player is dull anyway. This game in particular to strengthen the degree of difficulty, enemy tanks into the birthplace of five, and the enemy could also be achieved in the collection, the double model, Players such as tanks hit by its own tanks, will stop there for some time. This paper uses a collision algorithm, the enemy tanks and intelligent control.
     Different from the network that have appeared Battle City, this procedure is programming by the Visual C + +, having beautiful man-machine interface. This paper from the following two aspects to elaborate : 1. Background  2. Games development process
     Keywords:arithmetic ,VC++ , Battle City
    目錄

    摘要 I
    ABSTRACT II
    第1章 緒論 1
    1.1 背景 1
    1.2 任天堂和Battle City背景介紹 2
    1.3 研究內容 3
    第2章 開發環境及相關技術的介紹 4
    2.1 開發環境 4
    2.2 C++特點 4
    2.3 DirectX的特色 5
    2.4 本章小結 8
    第3章 構建游戲窗口準備 9
    3.1 設置Visual C++應用程序中的頭文件 9
    3.2 建立程序項目 10
    3.3 本章小結 13
    第4章 程序結構思想和相關技術 14
    4.1程序流程 14
    4.2系統框架設計 14
    4.3程序分析和具體實現 15
    4.3.1 游戲進入前的選擇 15
    4.3.2 主游戲邏輯及其涉及到的若干類 16
    4.3.3 寶物的種類 18
    4.3.4 坦克的共同行為 19
    4.3.5 玩家坦克的功能屬性 20
    4.3.6 敵人坦克的功能屬性 22
    4.3.7 子彈的運行和控制 25
    4.3.8 得分與關卡的顯示 27
    4.3.9 DirectInput鍵盤 27
    4.4 本章小結 32
    第5章 結論 33
    5.1 本程序的總結和展望 33
    5.2 經驗和感想 33
    致謝 34
    參考文獻 35


    相關論文
    本論文在計算機論文欄目,由論文格式網整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
    上一篇:網絡協議分析模塊和存儲模塊的設.. 下一篇:基于J2ME平臺的手機游戲
    Tags:坦克 大戰 游戲 【收藏】 【返回頂部】
    最新文章
    熱門文章
    計算機論文
    推薦文章

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

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

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

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

    论文格式网:毕业论文格式范文
  • <th id="6wiwe"></th>
      <tr id="6wiwe"><rt id="6wiwe"></rt></tr>
      <strike id="6wiwe"></strike>