搜索资源列表
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 :)
chess5botdiscussion
- 近来随着计算机的快速发展,各种棋类游戏被纷纷请进了电脑,使得那些喜爱下棋,又常常苦于没有对手的棋迷们能随时过足棋瘾。而且这类软件个个水平颇高,大有与人脑分庭抗礼之势。其中战胜过国际象棋世界冠军-卡斯帕罗夫的“深蓝”便是最具说服力的代表;其它像围棋的“手淡”、象棋的“将族”等也以其优秀的人工智能深受棋迷喜爱;而我们今天将向大家介绍的是五子棋的算法。 当我们与电脑对战时,您知道这些软件是怎样象人脑一样进行思考的吗?前不久我曾编写过一个五子棋的游戏,在这里就以此为例和大家一起探讨探讨。
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
- 近来随着计算机的快速发展,各种棋类游戏被纷纷请进了电脑,使得那些喜爱下棋,又常常苦于没有对手的棋迷们能随时过足棋瘾。而且这类软件个个水平颇高,大有与人脑分庭抗礼之势。其中战胜过国际象棋世界冠军-卡斯帕罗夫的“深蓝”便是最具说服力的代表;其它像围棋的“手淡”、象棋的“将族”等也以其优秀的人工智能深受棋迷喜爱;而我们今天将向大家介绍的是五子棋的算法。 当我们与电脑对战时,您知道这些软件是怎样象人脑一样进行思考的吗?前不久我曾编写过一个五子棋的游戏,在这里就以此为例和大家一起探讨探讨。
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
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.
ComputerbackgammonGameSystemResearchndImplementati
- 计算机五子棋博奕系统的研究与实现,:人工智能;博奕;五子棋;搜索算法;威胁空间搜索-Computer backgammon Game System Research and Implementation,: artificial intelligence Game backgammon search algorithm threat space search
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
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.
five_chess
- 一些介绍五子棋人工智能算法的资料,有兴趣的可以-Some introduction Gobang artificial intelligence algorithm of data, are interested can have a look
五子棋人工智能搜索算法源代码
- 人工智能搜索算法五子棋采用α-β搜索算法,其力强,算法速度快,是目前公开源代码最强的五子棋程序,含VCF算法,编程语言VC。