基于Android的图猜成语游戏的设计与实现

 2022-10-29 08:10

论文总字数:22232字

摘 要

成语所承载的人文内涵非常丰富和厚重,大量成语出自传统经典著作,表达着臧否人伦善恶、境界高下的中国价值观。堪称中华文化的“活化石”,是值得大加推广的,中华民族宝贵的文化遗产。与《中国汉字听写大会》相比,《中国成语大会》在保留相似竞赛形式的基础上,融入了更多独特多元的创新构思,并力邀毕淑敏、蒙曼、郦波等多位重量级文化名人担任评判嘉宾,希望能够细致展现中国成语独有的语境之美。

本论文侧重完在网络快速发展,智能手机日益普及的今天,通过网络Android,成语,游戏结合起来,开发一款为成语寓教于乐特制的专属APP手机,使用者只需在自己的手机端,就可玩游戏学成语,开拓大脑。分析目前APP系统的基础之上,对其主要的业务和功能进行分析、设计和实现。具体的研究内容包括:

1)了解成语游戏系统在国内外发展情况,针对目前该系统的主要功能和业务调查,用面向对象的分析方法进行详细的功能需求和性能分析。

2)依据成语游戏系统的运行特点,主要从系统的设计思想、设计原则、设计目标、体系结构、系统平台等进行研究,制定出适合的手机的分析方案和架构原型。

3)对手机成语游戏系统的安全性研究和分析,制定出适合的手机成语游戏系统的安全设计方案。

该系统是基于Android应用程序设计的,能动态、实时地完成信息的传递,且具有高效的交互性,能更有效地处理客户请求,易于维护和更新。

关键字:Android,成语,游戏

The design and implementation of idiom guessing game software based on Android platform

ABSTRACT

Nowadays,The Chinese idiom carry rich and profound cultural connotations. A large number of idioms come from traditional classical works, expressing the Chinese values of harmony between good and evil, and harmony between good and evil. Can be called the Chinese culture "living fossil", is worth promoting, the Chinese nation's precious cultural heritage. Compared with the Chinese character dictation conference, the Chinese idiom conference, on the basis of retaining similar competition forms, incorporates more unique and diversified innovative ideas, and invites many influential cultural celebrities such as bi shumin, meng man and li bo as judges, hoping to show the unique beauty of Chinese idioms in detail.

This paper focuses on the rapid development of the network, smart phones are increasingly popular today, through the network Android, idioms, games together, to develop a special for the idiom education and entertainment exclusive APP mobile phone, the user only in their own mobile terminal, can play games to learn idioms, expand the brain. Based on the analysis of the current APP system, its main business and functions are analyzed, designed and implemented. Specific research contents include:

1) Understand the development situation of idiom game system at home and abroad. According to the current main functions and business investigation of the system, detailed functional requirements and performance analysis are carried out with object-oriented analysis method.

2) According to the operation characteristics of idiom game system, mainly from the system design ideas, design principles, design objectives, architecture, system platform, etc.

3) Research and analyze the security of mobile idiom game system, and work out a suitable security design scheme of mobile idiom game system.

The system is based on the Android application design, can dynamic, real-time completion of information transmission, and has efficient interaction, can more effectively handle customer requests, easy to maintain and update.

KeyWords:Android, Idiom,game

目 录

摘要 II

Abstact II

第一章 绪论 1

1.1. 课题背景 1

1.2. 论文的内容结构 2

1.3. 本章小结 2

第二章 系统开发综述 3

2.1.面向对象的分析和设计 3

2.2.开发工具 3

2.3.本章小结 3

第三章 系统运用技术 4

3.1. 热修复 5

3.2. 单例设计模式 6

3.3. MVP模型开发模式 6

3.4. 本章小结 7

第四章 需求分析 8

4.1. 系统开发背景 8

4.2. 系统业务描述 8

4.3. 系统用户分析 9

4.3.1. 用户需求分析 9

4.3.2. 用户功能分析 9

4.3.3. 系统用例图 9

4.4. 用户其他需求 11

4.5. 系统业务流程分析 12

4.6. 本章小结 14

第五章 系统设计 15

5.1. 系统的总体设计 15

5.2. 类图和交互图 16

5.2.1. 系统类图 16

5.2.2. 系统顺序图 18

5.2.3. 系统状态图 20

5.3. 本章小结 21

第六章 系统实现 22

6.1. 代码结构 22

6.2. 引导页模块 23

6.3. 欢迎界面 25

6.4. 登陆注册模块 26

6.5. 主界面模块 28

6.6. 每日一句模块 29

6.7. 字典模块 30

6.8. 模块详细设计 31

6.9. 本章小结 39

第七章 系统测试与性能分析 40

7.1. 测试的方案 40

7.2. 测试的内容 40

7.3. 系统运行情况 42

7.4. 本章小结 42

第八章 工作总结与展望 43

致 谢 44

参考文献 45

绪论

2005年,andy rubin的android公司被google合并,为android平台的后续发展提供了强有力的技术支持,android逐渐成为“富二代”。在过去的十年里,Android已经成熟,成为一个相对安全可靠的开源操作系统平台。

目前,与iOS、Windows Mobile、Symbian Mobile等移动操作系统相比,三星、华为等主要手机生产商选择Android作为其手机的操作系统。由于Android系统的底层通过最快的C语言来保证效率,而上层使用简单的Java来促进开发人员的快速开发,使它在短时间内变得空前热,并奠定了移动操作系统的里程碑时代。在谷歌公司和众多品牌制造商的维护下,安卓无疑成为市场份额最大的移动终端操作系统。同时,通过使用Linux内核、XML等标准,Android为众多技术爱好者提供了自己的优势,同时也使用了许多免费的开源技术,为他们提供了更好的机会和平台。常多的技术爱好者提供自己的力量,还运用了众多自由的开源技术,提供更好的机会和平台。

课题背景

【国内现状】

剩余内容已隐藏,请支付后下载全文,论文总字数:22232字

您需要先支付 80元 才能查看全部内容!立即支付

该课题毕业论文、开题报告、外文翻译、程序设计、图纸设计等资料可联系客服协助查找;