- 1、本文档共42页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
Android数独游戏论文正文-毕业设计剖析
毕业设计(论文)原创性声明本人郑重声明:所提交的毕业设计(论文),是本人在导师指导下,独立进行研究工作所取得的成果。除文中已注明引用的内容外,本毕业设计(论文)不包含任何其他个人或集体已经发表或撰写过的作品成果。对本研究做出过重要贡献的个人和集体,均已在文中以明确方式标明并表示了谢意。论文作者签名:日期:年月日摘要随着手机行业发展蓬勃迅速,尤其是以Android系统为例,越来越多的手机搭载了Android智能系统,该系统是以Linux为基础的开放源代码操作系统,其开放性、不受运营商限制、丰富的硬件支持、良好的扩展性,受到了外界良好评价与使用支持。Android的系统架构分为三个部分:应用部分,核心部分,底层部分。除了上述划分方式以外,从系统实际的架构模型来看,Android则可以分成以下几个层次:①应用层②框架层③运行时④核心类库⑤硬件抽象层⑥Linux内核。本文主要阐述了以面向对象的程序开发语言Java,以eclipse为开发工具,基于Android系统开发一款数独游戏。数独是一种运用纸、笔进行演算的逻辑游戏。玩家需要根据9×9盘面上的已知数字,推理出所有剩余空格的数字,并满足每一行、每一列、每一个粗线宫内的数字均含1-9,不重复。每一道合格的数独谜题都有且仅有一个唯一答案,推理方法也以此为基础,任何无解或者多解的题目都是不合格的。本程序实现了难度选择功能,计时功能,成绩保存,重来功能等。关键词:Android;手机游戏;数独ABSTRACTWith the development of mobile phone industry booming rapidly, especially in the Android system, for example, a growing number of mobile phone with Android intelligent system, this system is based on the Linux open source operating system, its openness, without being limited by the operators, rich hardware support, good expansibility, good evaluation and use the support by the outside world.Android system architecture is divided into three parts: the part, the core part, the bottom part. In addition to the classified methods, from the point of the architecture of the system model, the Android can be divided into the following several levels: (1) the application layer (2) framework layer (3) the runtime (4) core class libraries (5) hardware abstraction layer (6) Linux kernel.This article mainly elaborated in an object-oriented programming language Java, eclipse as the development tool, developed a sudoku game based on Android system. Sudoku is a kind of use paper and pencil to calculus logic game. Players need to according to 9 x 9 known figures on the disk surface, reasoning out all the rest of the space, and satisfy each row, every column, every house Numbers are thick line with 1-9, dont repeat. Every qualified sudoku puzzle has only one and only one answer, reasoning methods and on this basis, the topic of any kind of solution or solution is n
文档评论(0)