帐号 注册
密码 登录
只需一步,快速开始
登录或注册新用户,开通自己的个人中心
s364908
资料简介:毕业设计-基于J2ME贪吃蛇手机游戏开发,共27页,8838字,附源程序。摘要:随着通信技术的发展和手机的普及,手机游戏的开发技术越来越为人们所关注。以J2ME为开发平台,利用Java提供强大工具,不但可以在手机上实现静态HTML技术所无法实现的计算处理、数据存储、与服务器的通信等功能,而且能够开发各种手机游戏。本文在介绍J2ME及其体系结构的基础上,以贪吃蛇游戏为实例,描述了借助J2ME的MIDlet类库开发手机游戏的过程。关键词:手机游戏; MIDP应用程序; 永久性数据Develops based on the J2ME handset gameAbstract: Along with communication development and handset popularization, people more and more pay attention to the handset game development technology. Develops the platform take J2ME, provides the powerful tool using Java, not only may realize the handset functions that static HTML technology be unable to realize, such as computation processing, data storage, and communication with server, but also can develop all kinds of handset games. On the basis of the technology and architecture of J2ME being introduced, the gluttonous snake game was taken as a example, the development process of handset game with the aid of the J2ME MIDlet class library is described in this article.Key Words: Handset game; MIDP application pragram; Permanent data 目 录第一章 绪论 11.1 研究背景 11.2 研究内容 1第二章 J2ME及其体系结构概述 22.1 J2ME简介 22.2 J2ME 体系结构 22.3 移动信息设备简表概述 32.3.1 MIDP的目标硬件环境 32.3.2 MIDP应用程序 32.3.3 CLDC和MIDP库中的类 32.4 J2ME API简介 42.4.1 MIDP API概述 42.4.2 MIDlet应用程序 42.4.3 使用定时器 52.4.4 网络 62.4.5 使用Connector 72.4.6 使用HttpConnection 82.4.7 永久性数据(RMS) 92.4.8 存储集(Record Store) 102.4.9 记录 112.4.10 枚举 122.4.11 异常 132.5 用户界面(LCDUI 132.5.1 UI基础 132.5.2 高级UI 142.5.3 低级UI 15第三章 手机游戏开发过程 163.1 贪吃蛇游戏的规则简介以及开发环境 163.1.1 贪吃蛇游戏的规则简介 163.1.2 开发环境 163.2 详细设计 163.2.1 代码设计 17第四章 程序的调试与运行 224.1游戏的调试 224.2 游戏的运行环境 23第五章 总结 24致 谢 25参考文献 25
资料文件预览:共5文件夹,16个文件,文件总大小:332.78KB,压缩后大小:112.99KB