文档详情

基于JAVA的五子棋游戏的设计—免费毕业设计(论文).doc

发布:2018-04-02约2.85万字共38页下载文档
文本预览下载声明
毕业设计(论文) 基于Java的五子棋游戏的设计 论文作者姓名: 申请学位类别: 申请学位类别: 指导教师姓名(职称): 论文提交日期: 基于Java的五子棋游戏的设计 摘 要 五子棋作为一个棋类竞技运动,在民间十分流行,Java开发Socket编程应用,客户端和服务器端的交互用Class Message定义,有很好的可扩展性,客户端负责界面维护和收集用户输入的信息,及错误处理。服务器维护在线用户的基本信息和任意两个对战用户的棋盘信息,动态维护用户列表。在人机对弈中来提高电脑棋手的智能估值模块中的影响精准性的几个要素,以及提出若干提高精准性的办法,以及对它们搜索的节点数进行比较,在这些算法的基础上分析一些提高AI方案,如深度搜索估值AI;五子棋obang Java-based games design 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 目 录 论文总页数:23页 1 引言 1 1.1 课题背景 1 1.2 本课题研究的意义 1 1.3 本课题的研究方法 2 2 课题相关基础 2 2.1 五子棋 2 2.1.1 棋盘和棋子 2 2.1.2 规则及解释 3 2.1.3 五子棋常用术语 4 2.1.4 五子棋攻防 7 3 Java 8 3.1 Java简介 8 3.2 Java开发环境 9 4 课题详细研究方法 10 4.1 程序结构说明 10 4.2 棋盘及棋子的类 11 4.2.1 棋盘 11 4.2.2 棋子 13 4.3 胜负判断条件 13 4.4 网络对战 15 4.5 电脑AI 17 结 论 21 参考文献 21 致 谢 22 声 明 23
显示全部
相似文档