搜索资源列表
Flash5 五子棋
- 该游戏用到了人工智能算法,较为复杂。 在计算游戏的智能方面可以有较大提高。-the game uses artificial intelligence algorithm, is more complex. In the calculation of intelligent game can be greatly enhanced.
fiveziqi
- 一个五子棋人工智能算法源码 c语言编程 人工智能-an artificial intelligence algorithm source code 331 c artificial intelligence programming language
AI_wuziqi
- 妙手连珠五子棋人工智能源代码,使用A*算法编的:)-good blend of witty renju artificial intelligence source, the use of A * algorithm series :)
wuziqi_src
- 五子棋程序及源程序 开发工具:VC++6.0 和 MFC 不错的小游戏,具有较好的人工智能算法。
WuZiQi
- 人工智能的一个作业,使用智能算法实现五子棋的AI,且不论界面多独特,单是算法就很牛,只搜索了一层就相当于别人搜索几层的算法,实在是极限优化。!-An artificial intelligence operations, the use of smart Gobang algorithm of AI, and regardless of the unique multi-interface, it is algorithm cattle, only a layer of the search i
five_chess.tar
- qt编写的五子棋游戏,具有一定的人工智能算法!-qt write 331 games, with some artificial intelligence algorithms!
Five_chess
- 五子棋程序,包含源码,考虑到禁手,含有人工智能算法-Gobang procedures, including source code, taking into account the hand-cut, with artificial intelligence algorithms
WZQSource
- Java版本网络五子棋。 可以实现人机对弈,人与人之间对弈。涉及Java网络通信,人工智能算法等。-Java
wzq
- 近来随着计算机的快速发展,各种棋类游戏被纷纷请进了电脑,使得那些喜爱下棋,又常常苦于没有对手的棋迷们能随时过足棋瘾。而且这类软件个个水平颇高,大有与人脑分庭抗礼之势。其中战胜过国际象棋世界冠军-卡斯帕罗夫的“深蓝”便是最具说服力的代表;其它像围棋的“手淡”、象棋的“将族”等也以其优秀的人工智能深受棋迷喜爱;而我们今天将向大家介绍的是五子棋的算法。 当我们与电脑对战时,您知道这些软件是怎样象人脑一样进行思考的吗?前不久我曾编写过一个五子棋的游戏,在这里就以此为例和大家一起探讨探讨。
renju
- 五子棋游戏。利用人工智能算法,基于VC++平台。单机游戏,- The use of artificial intelligence algorithms, based on VC++ platform. Stand-alone game,
five2
- 一个五子棋游戏,采用级别比较高的人工智能算法实现。-A Gobang game, with a relatively high level of artificial intelligence algorithms.
five
- 用C++ 实现了五子棋游戏,使用的部分人工智能算法 -Using C++ implementation of the Five in a Row game, using some artificial intelligence algorithms
wzq
- 一个五子棋游戏的源码,最重要的是采用人工智能算法。很是不错。-Renju game a source, the most important is the use of artificial intelligence algorithms. It is good.
FiveGame6_1
- 具有人工智能的五子棋游戏,采用流行的深度优先算法,外加Alpha-Beta剪枝,再加历史启发优化,可搜索到第4步-Backgammon game with artificial intelligence, using the popular depth-first algorithm, plus Alpha-Beta pruning, combined with historical inspiration optimized search to Step 4
WuZiQi
- 使用Eclipse实现五子棋小程序,应用人工智能算法-Backgammon using Eclipse to achieve a small program, application of artificial intelligence algorithms
PowerEasy_SiteFactory_eShop_1.2.0.0
- 人工智能下的五子棋程序,它实现了五子棋的人机对战,主要采用了人工智能里面的BP神经网络算法。-Backgammon under artificial intelligence program that implements the backgammon play against man-machine, mainly used inside the BP artificial neural network algorithm.
gnobang-0.53
- 一款基于Linux系统下的五子棋游戏。有较强的人工智能算法。-Linux-based system under a backgammon game. Strong artificial intelligence algorithms.
Backgammon
- 五子棋 人工智能作业 可以人机对战 算法思想不是很强,仅供参考。。。。 -Backgammon play against artificial intelligence, machine operation algorithm can be thought not very strong, for reference only. . . .
five_chess
- 一些介绍五子棋人工智能算法的资料,有兴趣的可以-Some introduction Gobang artificial intelligence algorithm of data, are interested can have a look
五子棋人工智能搜索算法源代码
- 人工智能搜索算法五子棋采用α-β搜索算法,其力强,算法速度快,是目前公开源代码最强的五子棋程序,含VCF算法,编程语言VC。