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

搜索资源列表

  1. wzq

    0下载:
  2. 基于博弈树分析的五子棋对弈软件,可以选择4种算法,调整搜索深度,对搜索耗时和遍历的节点数进行了统计
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:332.87kb
    • 提供者:赵亮
  1. Chess

    2下载:
  2. 用博弈树的实现的五子棋算法的Matlab程序,可以供大家学习交流之用。
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:8.42kb
    • 提供者:lilong
  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
    • 文件大小:5.14kb
    • 提供者:许俊
  1. Renju

    0下载:
  2. 五子棋的的程序,用MFC编写了游戏的运行界面,主要的算法是试用了博弈树和博弈决策!-Gobang of procedures, using MFC prepared to run the game interface, the main algorithm is tested in decision-making game trees and games!
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-05
    • 文件大小:57.29kb
    • 提供者:刘晶晶
  1. the_core_algorithms_of_gobang

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

    • 发布日期:2017-04-03
    • 文件大小:6.94kb
    • 提供者:刘智瑞
  1. FiveQi

    0下载:
  2. 我写的五子棋人机对弈程序,开发环境是Code::Block8.02,是用的Win32 SDK编程,没用任何框架,所以其它开发环境应该把源文件加入工程就OK了,但是我没试过。核心算法参考了Zhong_Zw的程序,特此感谢。本来还想实现博弈树的算法,可是没有调试通过,就放弃了。使用的算法是贪心算法,还有随机算法。-I wrote the man-machine chess backgammon program development environment Code:: Block8.02, is
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-04
    • 文件大小:195.02kb
    • 提供者:自由民
  1. finally

    0下载:
  2. 自己写的五子棋游戏,实现了人机对弈,可以悔棋到任何一步。采用博弈树搜索,核心算法为极大极小值算法。-Write their own backgammon game, chess machine realized, you can undo any step. Game tree search using the core algorithm for the minimax algorithm.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-16
    • 文件大小:4.39mb
    • 提供者:王文江
  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
    • 文件大小:2.45kb
    • 提供者:rong
  1. fivesstone

    0下载:
  2. 五子棋小游戏,基于最优博弈树算法,有不同棋力等级。老少咸宜。-a very funny game, five stone is a game make people clever and clever,enjoy it!
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-18
    • 文件大小:4.43mb
    • 提供者:赵云峰
  1. wuziqi

    0下载:
  2. 智能五子棋,能够完成人机对战,运用了搜索树等搜索算法。-The Gobang intelligent, able to complete the crew war, use of the search tree search algorithm.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-24
    • 文件大小:114.21kb
    • 提供者:王童
  1. Othello

    0下载:
  2. 经典的黑白棋游戏,其中设计并实现了多种黑白棋的人工智能算法,其中使用了BP神经网、决策树、优化启发搜索剪枝等算法。并实现了多种算法对战平台,进行算法间的对弈和比分统计,以供进一步研究黑白棋算法。其中,该系统中的高智能算法已经在同类黑白棋软件的棋力中占上游水平。-Classic black and white chess game, in which artificial intelligence algorithm of many kinds of Othello was proposed an
  3. 所属分类:Chess Poker games

    • 发布日期:2017-11-25
    • 文件大小:5.03mb
    • 提供者:舒愈
  1. Chinese-Chess

    0下载:
  2. 人机博弈程序. 本项目主要采用了博弈树中的极大极小值搜索算法.采用估值的技术让电脑评估当前局面的利弊.选择走法.-Human-computer game program. The project is mainly using the minimax game tree search algorithm using valuation technology allows computers to assess the pros and cons of the current situat
  3. 所属分类:Chess Poker games

    • 发布日期:2017-11-28
    • 文件大小:12.09mb
    • 提供者:GinMadrid
  1. five

    0下载:
  2. 五子棋游戏 java实现 有详解 可运行 剪枝树算法-five chess game java
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-29
    • 文件大小:12.63kb
    • 提供者:薛丹
搜珍网 www.dssz.com