搜索资源列表
Flash5 五子棋
- 该游戏用到了人工智能算法,较为复杂。 在计算游戏的智能方面可以有较大提高。-the game uses artificial intelligence algorithm, is more complex. In the calculation of intelligent game can be greatly enhanced.
cellphone_games_5
- 游戏说明,支持人与人,人机,机机 联网对站,有大厅,一个大厅可以容纳24桌同时开战,实时更新大厅和所有玩家信息,支持悔棋,求和,认输,机器人的人工智能分为5挡。本游戏产品代码,供有兴趣入门的朋友参考。里面涉及的五子棋算法,经网上单机程序修改而来。压缩包里包括了本人的所有代码,和设计文挡。建议先看测试文挡说明。 由于有些朋友反映程序无法运行,今天抽空重新编写了一份详细的操作测试文档,且里面有很多截图(包括服务端和客户端)。只要大家按照步骤进行,5分钟搞定。程序也做了一点点的修改,由于是业余爱好,以
gobang
- 这个是一个简单但界面相当美观的人机对战五子棋系统,适合与初学者参考和借鉴,是学习Visual C++编程的绝好例子提供了五子棋对战的单人模式和双人模式。单人模式下运用人工智能的算法,进行人机对弈。同时提供双人模式,鼠标左键下白棋,右键黑棋。
200630690214
- 关于五子棋的人工智能,可以实现五子棋代码对战,算法比较简单,很容易看懂
sdkchess
- 五子棋游戏,单机版,实现人工智能的算法,还有待改进
gobang_v1.0
- 人工智能 五子棋的实现。AI算法比较高,至少我下不过
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
wuziqi
- 人工智能中可以实现智能的五子棋算法,是在vc++环境中实现的-Artificial intelligence can achieve intelligent Gobang algorithm, are in vc++ environment, the implementation
five2
- 一个五子棋游戏,采用级别比较高的人工智能算法实现。-A Gobang game, with a relatively high level of artificial intelligence algorithms.
ChessFive
- 五子棋 游戏 人工智能 智能算法 双人对下 -Artificial intelligence algorithm for double backgammon game to the next
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
five
- 五子棋 算法 智能 人工智能 五子棋智能-Smart Artificial Intelligence backgammon backgammon algorithm
Astar_Chess
- 人工智能导论从课程A星算法实现的五子棋程序C-Artificial Intelligence Introduction A star algorithm from the course to achieve the the Gobang program C++
five_chess
- 一些介绍五子棋人工智能算法的资料,有兴趣的可以-Some introduction Gobang artificial intelligence algorithm of data, are interested can have a look
BoringGobangAI
- 一个Java人工智能五子棋设计。现在还未完善,但是基本的算法已经成型。-A java based artificial intelligence Gobang AI.
CppHomework
- 实现了五子棋的核心算法,博弈论极大极小值算法,阿尔法-贝塔剪枝(Realize the core algorithm of Gobang, game theory, pruning)