搜索资源列表
aRes_5Q
- 本人上学期写的一个五子棋单机版程序(界面借用别人的),AI实现还不错。本来想完善一下的,因为一些事情耽搁,估计不会再做修改。我比较了一下网上其它相关的程序,就程序效能来讲,本程序还是值得...呵呵,根本不使用搜索算法,一切基于逻辑,电脑漏棋相当少。-Last semester I wrote a stand-alone 331 (interface borrow the work of others), AI to achieve good. Perfect originally wanted
用搜索实现的五子棋
- 网上用搜索算法做的五子棋不多,这个程序是用搜索算法做的,可以搜索五层,在10秒以内。当然不算好程序,目前一直在改进中,但是个人觉得可以作为学习搜索算法的同学一个参考。-online search algorithm used to do 331 small, the procedure is done using search algorithm that can search five, in less than 10 seconds. Certainly not a good procedu
zwm
- 象棋搜索引擎,实现了一些博弈搜索算法,非常好的编程风格-chess search engine, has done something Game search algorithm, very good programming style
chess1
- 用A*搜索算法实现的跳棋游戏演示,可视化界面,清晰明了!-with A * search algorithm to achieve the checkers game demonstration, visual interface, clarity!
五子棋搜索算法
- 很好的一个游戏源代码-a good game source code
five_w
- 一个使用权值判断算法的五子棋程序。由于没有使用深度搜索算法,计算速度很快。程序的智能主要由权值表决定,你可以很容易的修改它(或者使用神经网络自动修改)-a right to use the algorithm to judge the value of 331 procedures. As the depth of no use search algorithms, computing speed quickly. Intelligent procedures primarily by the
FiveChessldh
- 添加了搜索算法的人机对战的五子棋, 还有很多源代码将陆续上传,联系:qq:36201365-added search algorithm of the plane's 331 players, there are a lot of source code will continue to upload, contact : qq : 36201365
五子棋的核心算法
- 五子棋核心算法,介绍五子棋程序的数据结构、评分规则、胜负判断方法和搜索算法过程-331 core algorithm, introduced 331 procedures of the structure, score rules, methods and judgment of the outcome search algorithm process
五子棋的核心算法
- 五子棋的核心算法 五子棋是一种受大众广泛喜爱的游戏,其规则简单,变化多端,非常富有趣味性和消遣 性。这里设计和实现了一个人机对下的五子棋程序,采用了博弈树的方法,应用了剪枝 和最大最小树原理进行搜索发现最好的下子位置。介绍五子棋程序的数据结构、评分规 则、胜负判断方法和搜索算法过程。-331 of 331 core algorithm is a widely loved by the public of the game, its rules simple and changeable, ver
434362533
- 这是一个五子棋游戏的源代码,界面精美,带背景音乐,其中的许多算法,如搜索算法,也都值得研究! 这是一个五子棋游戏的源代码,界面精美,带背景音乐,其中的许多算法,如搜索算法,也都值得研究!-This is a 331 game's source code, interface beautifully with the background music, which in many algorithms, such as search algorithm, is worthy of stud
chess.rar
- 中国象棋源码,VC,本人机对弈程序采用了多种搜索算法,Chinese chess source, VC, my machine using a variety of game procedures search algorithm
SourceCode
- 中国象棋 本人机对弈程序采用了多种搜索算法.以下是本程序主要的类说明: 1.CEveluation类:估值类,对给定的棋盘进行估值. 2.CMoveGenerator类:走法产生器,对给定的棋盘局面搜索出所有可能的走法. 3.CSearchEngine类:搜索引擎基类. 4.CNegaMaxEngine类:负极大值法搜索引擎. 5.CAlphaBetaEngine类:采用了Alpha-Beta剪枝技术的搜索引擎. 6.CFAlphaBetaEn
Gobang-alpha-beta
- 五子棋win32程序 采用α-β剪枝搜索 对学习搜索算法很有帮助-Gobang win32 program using α-β pruning ,which is helpful for learning searching algorithm
five_chess_source_code
- 五子棋游戏,采用alpha-beta剪枝优化搜索算法,深度可达6步。-five-chess game, with alpha-beta optimal search algorithm, the depth is up to 6 steps
bw
- 黑白棋游戏软件,VC++6.0开发,简单计算算法,人机和人人交互,希望对初学者有帮助-Reversi game software, VC++ 6.0 development, simple calculation algorithm, and all human-computer interaction, and they hope to help beginners
xiangqi
- 中国象棋的游戏源码,使用了人工智能的Alpha-Beta搜索算法-Chinese chess game source code, the use of artificial intelligence Alpha-Beta Search Algorithm
pente
- 五子棋核心算法,介绍五子棋程序的数据结构、评分规则、胜负判断方法和搜索算法过程-Gobang the core algorithm, introduce the data structure Gobang procedures, scoring rules, the outcome of the methods and search algorithms to determine the course of
wuziqi
- 五子棋这是一个五子棋游戏的源代码,界面精美,带背景音乐,其中的许多算法,如搜索算法,也都值得研究!-Gobang Gobang Games This is a source code, interface beautifully with the background music, one of many algorithms, such as search algorithms, are worthy of study!
bw
- 用vc实现的黑白棋游戏程序,用到搜索算法-Vc achieved with Reversi game procedures, use the search algorithm
五子棋人工智能搜索算法源代码
- 人工智能搜索算法五子棋采用α-β搜索算法,其力强,算法速度快,是目前公开源代码最强的五子棋程序,含VCF算法,编程语言VC。