CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 游戏 搜索资源 - 剪枝算法

搜索资源列表

  1. 用Alpha-Beta剪枝实现的黑白棋博弈

    0下载:
  2. 提供了Alpha-Beta算法的C语言的实现和基于Alpha-Beta算法的黑白棋博弈。-the Alpha-Beta algorithm C language based on the realization and Alpha-Beta algorithm reversi Game.
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:68730
    • 提供者:李亚成
  1. XOnew

    0下载:
  2. 带AI的井字棋游戏,使用的是阿尔法-百塔剪枝算法-crosswise with the AI game of chess, using the Alpha-100 tower pruning algorithm
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:20965
    • 提供者:刘恩德
  1. whiteandblack

    1下载:
  2. 人工智能,用极大极小剪枝算法实现的黑白棋游戏。-artificial intelligence, with Minimax pruning algorithm of the game reversi.
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:11582
    • 提供者:覃丽萍
  1. vcchess

    0下载:
  2. vc版五子棋,采用alpha-beta剪枝算法,是学习人工智能的绝好资料
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:517530
    • 提供者:阿邦
  1. renju123

    0下载:
  2. 这个程序其中运用了极大极小值搜索算法和剪枝算法、置换表和哈希表等算法,代码易懂。
  3. 所属分类:其他游戏

    • 发布日期:2014-01-17
    • 文件大小:2808163
    • 提供者:370998123
  1. wzqgobang

    0下载:
  2. 这个一个用VC做的五子棋,主要应用搜索算法和剪枝算法实现功能.
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:908112
    • 提供者:370998123
  1. five

    0下载:
  2. c++实现的一个五子棋人机对弈程序 使用了alpha-beta剪枝算法 具有一定的棋力
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:92547
    • 提供者:冯军
  1. FiveChess

    0下载:
  2. 一个很好的五子棋程序代码,采用人工智能中著名的剪枝算法实现,可以手工调节搜索的步长,提高游戏的“智能”,很值得人工智能及博弈爱好者学习研究
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:697344
    • 提供者:张柳新
  1. Gobang

    0下载:
  2. 五子棋游戏,用C++编写,在windows环境下。用有界深度优先的a-b剪枝算法,已经做得可以赢人了。
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:699419
    • 提供者:kk.h
  1. 五子棋的核心算法

    0下载:
  2. 五子棋的核心算法 五子棋是一种受大众广泛喜爱的游戏,其规则简单,变化多端,非常富有趣味性和消遣 性。这里设计和实现了一个人机对下的五子棋程序,采用了博弈树的方法,应用了剪枝 和最大最小树原理进行搜索发现最好的下子位置。介绍五子棋程序的数据结构、评分规 则、胜负判断方法和搜索算法过程。-331 of 331 core algorithm is a widely loved by the public of the game, its rules simple and changeable, ver
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:5265
    • 提供者:许俊
  1. 3D-QUAD

    1下载:
  2. 是一款3D的类似五子棋游戏,主要实现了人机博弈的各种算法,并用鬼火引擎(Irrlicht)渲染3D效果
  3. 所属分类:棋牌游戏

    • 发布日期:2011-01-28
    • 文件大小:6178628
    • 提供者:nankaifl
  1. wuziqi

    0下载:
  2. 同学些的五子棋,采用了alpha-beta剪枝算法,棋力很强-Some of Gobang students, using alpha-beta pruning algorithm, Qi Li a strong
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-09
    • 文件大小:1218212
    • 提供者:汉唐
  1. wzq

    0下载:
  2. 五子棋的游戏,用剪枝来实现,有多种选择搜索的深度和算法-Gobang the game, with pruning to achieve, there are a variety of choices and depth of search algorithms
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-09
    • 文件大小:484454
    • 提供者:lss
  1. alphabeta

    0下载:
  2. 用VC实现的,用C++写的三字棋小游戏,其中采用的是αβ剪枝算法,可以运行。-VC with the implementation, using C++ to write the words chess game, which are used αβ pruning algorithm can run.
  3. 所属分类:Game Program

    • 发布日期:2017-05-10
    • 文件大小:2135225
    • 提供者:朱静
  1. Reversi_Chess

    0下载:
  2. 黑白棋程序:使用alpha-beta剪枝算法实现,效果很不错-Reversi procedures: the use of alpha-beta pruning algorithm implementation, the effect is pretty good
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-11
    • 文件大小:2267747
    • 提供者:LiChuan
  1. Othello_061221006

    0下载:
  2. 一个JAVA的黑白棋实现,拥有较强大的人工智能,实现Alpha,Beta剪枝以及相应的改进算法。-a application of othello with strong AI level ,using the Alpha,Beta algorithm
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-29
    • 文件大小:485863
    • 提供者:陈利渊
  1. BWC001

    0下载:
  2. 黑白棋 程序 采用阿尔法 贝塔 剪枝算法,对初学者来说具有一定的学习意义-Othello program using alpha beta pruning algorithm, for beginners to learn with a certain sense
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-22
    • 文件大小:108845
    • 提供者:胡茂名
  1. jinziqi

    0下载:
  2. 井字棋游戏基于剪枝算法,是博弈树搜索算法的一个重要分支-Pruning algorithm based chess game Tic Tac Toe is game-tree search algorithm is an important branch
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-02
    • 文件大小:2506
    • 提供者:rong
  1. FiveChess1.5

    0下载:
  2. 这是一款智能五子棋游戏,可以用剪枝算法和进行了优化-This is a smart chess game, you can use pruning algorithms and optimized
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-29
    • 文件大小:50240
    • 提供者:liujia
  1. alpha-beta

    0下载:
  2. 五子棋java源码采用alpha—beta剪枝算法具有悔棋,可选择禁手,支持人机对战,人人对战,先手选择等功能-Gobang java source code by alpha- beta pruning algorithm with undo, choose cut hand, support man-machine to war, everyone of warfare, offensive selection function
  3. 所属分类:棋牌游戏

    • 发布日期:2016-07-06
    • 文件大小:232366
    • 提供者:zhchwl
« 12 3 »
搜珍网 www.dssz.com