毕业论文-基于Android操作系统的中国象棋手机游戏
-
资源ID:1461736
资源大小:670.50KB
全文页数:37页
- 资源格式: DOC
下载积分:100金币
快捷下载

账号登录下载
三方登录下载:
友情提示
2、PDF文件下载后,可能会被浏览器默认打开,此种情况可以点击浏览器菜单,保存网页到桌面,就可以正常下载了。
3、本站不支持迅雷下载,请使用电脑自带的IE浏览器,或者360浏览器、谷歌浏览器下载即可。
4、本站资源下载后的文档和图纸-无水印,预览文档经过压缩,下载后原文更清晰。
|
毕业论文-基于Android操作系统的中国象棋手机游戏
1、 基于基于 AndroidAndroid 操作系统的中国象棋手机游戏操作系统的中国象棋手机游戏 Chinese Chess Application based on Android Mobile OS 指指 导导 老老 师师 : xxxxxxxxxxx xxxxxxxxxxx 姓姓 名名 : xxxxxxxxxx xxxxxxxxxx 学学 号号 : xxxxxxxxxx xxxxxxxxxx 学学 院院 : 软软 件件 学学 院院 专专 业业 : 软软 件件 工工 程程 摘 要 I 摘摘 要要 cnChess 是运行在 Android 平台上的一款支持双人联网对局、即时聊天、对 弈记录的休闲
2、棋牌类手机游戏。 系统采用面向对象的编程思想进行构思与分析设计; 使用 UML 构建软件模型; 使用 MVC 架构模式实现系统的整体架构及各模块之间的接口设计;在系统的实践 过程中还采用了部分 GoF 的设计模式进行编码与开发。 本文详细系统地阐述了在 Android 平台上,应用 MVC 分层架构模式及面向对 象的软件开发思想对 cnChess 游戏系统的分析、设计及实现过程。在项目的实践 过程中,主要用到了以下技术:手机布局主要使用了 XML 设计,程序及其子模块 的生命周期管理用到了 Activity 流程控制, 数据储存方面使用的是轻量级数据库 SQLite、 网络通讯部分使用的是 X
3、MPP 即时通讯协议进行数据的传输、 对弈的画面 更新使用的是手机的 2D 图形编程。 本论文的前半部分将简要介绍系统相关的行业 信息及基础的技术知识,后半部分将对本人在系统各模块中所使用的关键技术的 实现进行了全面的介绍。 关键词关键词:联网对弈;中国象棋;手机游戏 ;Android 平台 ABSTRACT II ABSTRACT CnChess is a Chinese Chess game that running on the Android platform.It support many of the features such as playing games through t
4、he network, real-time chat, and play chess records of casual mobile games. The CnChess game is object-oriented programming design and analysis of the idea of thinking; build software models using UML; use of MVC architecture patterns to achieve the overall system and the interface between the module designs; in practice the system also uses some of the GoFs design patterns to coding and development. This paper systematically expounded in the An