- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
目 录
摘? 要 1
关键词: 1
Abstract 1
Key words: 1
第一章:绪论 2
1.1 前 言 2
第二章 五子棋的相关基础 2
2.1五子棋解释 2
2.2五子棋基本规则 3
2.3五子棋常用术语 3
第三章 开发工具、环境及其技术 5
3.1 JAVA简介 5
3.2 JAVA 编程环境: 7
第四章 程序具体研究方法 7
4.1程序设计思路 7
4.2程序设计 9
4.3程序的运行结果 17
结 语 18
参考文献 19
致 谢 19摘? 要
五子棋作为一个棋类竞技运动,在民间十分流行,为了熟悉五子棋规则及技巧,以及研究简单的人工智能,决定用Java开发五子棋游戏。主要完成了人机对战和玩家之间联网对战2个功能。网络连接部分为Socket编程应用,客户端和服务器端的交互用Class Message定义,有很好的可扩展性,客户端负责界面维护和收集用户输入的信息,及错误处理。服务器维护在线用户的基本信息和任意两个对战用户的棋盘信息,动态维护用户列表。在人机对弈中通过深度搜索和估值模块,来提高电脑棋手的智能。分析估值模块中的影响精准性的几个要素,以及提出若干提高精准性的办法,以及对它们搜索的节点数进行比较,在这些算法的基础上分析一些提高电脑AI方案,如递归算法、电脑学习等。算法的研究有助于理解程序结构,增强逻辑思维能力,在其他人工智能方面也有很大的参考作用。 深度搜索;估值;电脑AI;五子棋;算法Abstract
As a sport, gobang is very popular in civil, in order to become familiar with gobang rules and techniques, and the study of simple artificial intelligence, I decide to use the Java to develope gobang games and complete the two functions including man-machine war and man-man war. Network Connection is Socket Programming for some applications, client and server interaction is definited by Class Message, which is a very good scalability, Client interface is responsible for the collection and maintenance of user input information, and error handling. Server users maintain online basic information and arbitrary two-time users of the chessboard of information, dynamic maintenance user list. During the man-machine players, it improves intelligence of the computer players through depth search and valuation module. Analyzes Module valuation of the precise elements, as well as a number of increased precision, and compares their search for nodes, which raises some computer AI programs on the basis of analysis, such as recursive algorithm, computer learning. Algorithm of procedures contribute to the understanding of the structure, logical thinking ability, In other areas of artificial intelligence has great references.
Key words: Search depth; Valuation; Computer AI; Gobang ; Algorithm
第一章:绪论
1.1 前 言电脑已经深入到日常工作和生活的方方面面,比如文字处理、信息管理、辅助设计、图形图像处理、教育培训以
您可能关注的文档
- 《毕业设计(论文)-10kw小型光伏发电系统设计》.doc
- 《毕业设计(论文)-10MM板复合冲模设计》.doc
- 《毕业设计(论文)-10m3机械式定量阀的研究与三维造型设计》.doc
- 《毕业设计(论文)-10万吨PVC—氯化氢的盐酸脱吸法工艺合成设计》.doc
- 《毕业设计(论文)-110 10KV变电所设计》.doc
- 《毕业设计(论文)-10立方米挖掘机推压机构设计》.doc
- 《毕业设计(论文)-10型传动链式超长冲程抽油机设计与分析》.doc
- 《毕业设计(论文)-1105型柴油机中的摇臂结合部的气门摇臂轴支座》.doc
- 《毕业设计(论文)-110kV变电站一次部分设计》.doc
- 《毕业设计(论文)-110kV变电所毕业设计说明书》.doc
- 《毕业设计(论文)-JAVA+SQL_学生成绩管理系统的设计与实现》.doc
- 《毕业设计(论文)-Java儿童益智之喜羊羊大战灰太狼游戏设计》.doc
- 《毕业设计(论文)-Java语言上机考试系统的设计与实现》.doc
- 《毕业设计(论文)-JAVA某酒店内部管理系统的开发与应用》.doc
- 《毕业设计(论文)-JAVA网络编程课程资源管理系统的设计与实现》.doc
- 《毕业设计(论文)-JAVA药品管理系统设计》.doc
- 《毕业设计(论文)-java超市进销存管理系统》.doc
- 《毕业设计(论文)-JAVA学生管理系统—成绩管理子系统》.doc
- 《毕业设计(论文)-JDB-225型真空磁力起动器保护装置测试系统设计》.doc
- 《毕业设计(论文)-JPEG标准研究及算法实现》.doc
文档评论(0)