1 / 43
文档名称:

【毕业设计】基于Android的五子棋游戏设计的开发与实现(整理版).doc

格式:doc   页数:43
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

【毕业设计】基于Android的五子棋游戏设计的开发与实现(整理版).doc

上传人:3099984911 2015/2/28 文件大小:0 KB

下载得到文件列表

【毕业设计】基于Android的五子棋游戏设计的开发与实现(整理版).doc

文档介绍

文档介绍:上海电力学院
本科毕业设计(论文)



题目: 基于Android的
五子棋游戏设计
院系: 计算机与信息工程学院
专业年级: 2008电子科学与技术
学生姓名: 王思超学号: 20082618
指导教师: 金一鸣
2012年06月11日
基于Android的五子棋游戏设计
摘要
移动互联网时代的到来极大的改变了我们的生活,而Android是一种以Linux为基础的开放源码操作系统迅速占领了智能机操作系统,所以在android环境下开发显得尤为必要。本文详细介绍了在Android平台上以Java为语言编写游戏的过程。五子棋游戏的开发不仅是一个简单游戏的编写过程,更重要的是在系统分析和设计阶段所做的工作。本文在设计过程中严格遵循软件工程学的方法,用分阶段的生命周期计划严格管理,并主要讲述了程序的总体设计、详细设计阶段,对程序进行需求迭代,不断修正和改进,利用surface重绘等数据存储功能,、大方,方便的操作与良好的视觉感应共同构成了“基于Android平台的五子棋游戏设计与开发”的设计。
关键词: Android,Java,数据存储,软件工程,五子棋
The five in a row game based on Android
Abstract
Arrival of the mobile era has greatly changed our lives, and Android is a Linux-basedopen source operating system quickly occupied the smartphone operating system, Android developmentis particularly necessary under the circumstances. This paper focus on a "based on the Android platform of Five in a Row game design and development" program design and application system develoment issues as the background, introduces in detail in the Android platform to Java language write games for the development of the Quintet game is not just a progress of programing. What’smore, we need to pay more attention to the work on the period of systematic analysis and program follows the software engineering strictly and narrates the major design and section. Thisprogram maily talk about the period of the system design and the detailed design. And also it will study on the bug fixing and improvements. By using the some fuctiong of datalogging such as the surface, it build a practicable system. The nice and expert interface and good visual introduction form the design which is based on the designing and development of Android platform Five-in-a-row game.

Key words: Android,java, Data Storage,Software Engineering, Five in a Row
目录
5
背景 7
课题来源 7
国内外研究现状 8
论文主要工作 8
2 ANDROID的开发环境 9
操作系统 9
Android开发环境 9
Android开发环境变量配置 10
jdk的配置 10
sdk的配置 11
2