搜索资源列表
chess5botdiscussion
- 近来随着计算机的快速发展,各种棋类游戏被纷纷请进了电脑,使得那些喜爱下棋,又常常苦于没有对手的棋迷们能随时过足棋瘾。而且这类软件个个水平颇高,大有与人脑分庭抗礼之势。其中战胜过国际象棋世界冠军-卡斯帕罗夫的“深蓝”便是最具说服力的代表;其它像围棋的“手淡”、象棋的“将族”等也以其优秀的人工智能深受棋迷喜爱;而我们今天将向大家介绍的是五子棋的算法。 当我们与电脑对战时,您知道这些软件是怎样象人脑一样进行思考的吗?前不久我曾编写过一个五子棋的游戏,在这里就以此为例和大家一起探讨探讨。
五子棋的核心算法
- 五子棋是一种受大众广泛喜爱的游戏,其规则简单,变化多端,非常富有趣味性和消遣性。这里设计和实现了一个人机对下的五子棋程序,采用了博弈树的方法,应用了剪枝和最大最小树原理进行搜索发现最好的下子位置。介绍五子棋程序的数据结构、评分规则、胜负判断方法和搜索算法过程,
intelligencealgorithms
- 五子棋人工智能权重估值算法,对一个重权估值算法五子棋简易人工智能的完整实现,包含人机对战、棋谱存取、双人对战等功能。-Gobang valuation weight of artificial intelligence algorithms, the right to a re-valuation of simple artificial intelligence algorithm Gobang complete implementation, including the man-machin
wuziqi
- 一篇关于五子棋软件制作的PPT。着重介绍了五子棋方面的算法。-A backgammon software on the production of PPT. Highlighted the backgammon in algorithms.
abcde
- 五子棋中使用的算法,是一种较高级的搜索算法。-Algorithm used in backgammon, a more advanced search algorithm.
ComputerbackgammonGameSystemResearchndImplementati
- 计算机五子棋博奕系统的研究与实现,:人工智能;博奕;五子棋;搜索算法;威胁空间搜索-Computer backgammon Game System Research and Implementation,: artificial intelligence Game backgammon search algorithm threat space search
gobangprogramdatastructure
- 介绍五子棋程序的数据结构.评分规则、胜负判断方法和搜索算法过程。-Introduction gobang program data structure. Score rules, methods and search algorithms to judge the outcome of the process.
222
- 并行实现具有学习能力的五子棋AI算法,论文~附有伪代码~-Fivestone game
heibaiqi
- 一个五子棋的毕业设计,包括源代码,算法,设计报告,及心得体会。-A graduation Gobang design, including source code, algorithms, design reports, and experiences.
matlab-wuziqi
- matlab 五子棋算法 基于m语言编写的五子棋游戏 分享一下