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

搜索资源列表

  1. 20070429_TG15

    0下载:
  2. 一个五子棋游戏,具有记忆功能,但算法一般,采用的是对每个结点分配权值,根据权值的大小来选择落子位置-A Gobang games, with memory function, but the general algorithm used in each node of the distribution of weight, according to the size of weights to select the location of落子
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-11
    • 文件大小:2276191
    • 提供者:sombad
  1. wzq

    0下载:
  2. 五子棋博弈算法+实现 算法采用了极大极小搜索,窗口记忆搜索算法等,开发环境vc++6.0-five seet
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-17
    • 文件大小:4742042
    • 提供者:zhongjingmin
  1. Gobang_the_core_algorithm

    0下载:
  2. 此乃五子棋的核心算法,采用C语言编程,希望可以帮助大家-This is the core of Gobang algorithm, the use of C language programming, I hope you can help
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-14
    • 文件大小:2750
    • 提供者:andy
  1. gobang

    0下载:
  2. 五子棋 带预测 自己写的 内面有具体的算法设计思想 -gobang
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:631436
    • 提供者:
  1. pente

    0下载:
  2. 五子棋程序,采用智能算法,可以实现人机博弈,以及两人对战,以及智能提示,还可以保留残局等-Gobang procedures, the use of intelligent algorithms, human-computer game can be achieved, as well as the two battle, and smart tips, you can retain the mess, etc.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:453471
    • 提供者:tanyi
  1. wuziqi

    0下载:
  2. 这是一个五子棋游戏的源代码,界面精美,带背景音乐,其中的许多算法,如搜索算法,也都值得研究! -This is a backgammon game source code, elegant interface, with background music, in which many algorithms, such as search algorithms, are worthy of study!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:253763
    • 提供者:zhaoyibin
  1. GoBang2

    0下载:
  2. VC的五子棋,主要用于体现alpha_beta算法在博弈上的应用。相对简单,便于移植。-Gobang the VC, the main manifestation of alpha_beta algorithm for application in the game. Relatively simple, easy to transplant.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-12
    • 文件大小:2944897
    • 提供者:梁国欢
  1. wuziqi

    0下载:
  2. 一个算法很强的人机五子棋,可以实现人机对战, 人人对战 具有一定的借鉴价值-A very strong man-machine algorithm Gobang
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-16
    • 文件大小:4390819
    • 提供者:Philipy
  1. wuziqi

    0下载:
  2. 实现一个简单的五子棋游戏。基本算法是让电脑知道该在哪一点下子。-The realization of a simple game of backgammon. Basic algorithm is to allow the computer to know at what point in the Now.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-05
    • 文件大小:98837
    • 提供者:wangyuqi
  1. VbGobang

    0下载:
  2. 很好的五子棋vb程序,简单的算法,对ai的学习可以初步的学习,另外也是课设很好的参考资料。-Vb Gobang good procedure, a simple algorithm, the learning of ai can be the initial study, the other is a very good lesson for reference.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:3291
    • 提供者:liang
  1. wuziqioz

    0下载:
  2. 五子棋游戏,有AI算法的参与,值得研究一下!~-Welcome to play, there is the participation of AI algorithms, it is worth to look! ~
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-17
    • 文件大小:134666
    • 提供者:王刚
  1. Gobang

    0下载:
  2. 由于五子棋比一字棋难,规则多,又有禁手限制,无法采用简单的搜索和加分方式。 为了分清各种情况的轻重缓急,我们采用一次性打分的策略: 对棋盘上的每个空位根据情况的轻重缓急,越重越争分越高,反之越低,然后根据打分找出分值最高的的位置下子。 打分事实根据有:是否赢棋(最高),对方是否要赢棋,是否禁手,可形成四连的个数,和形成三连(包括活三)的个数,对方可可形成四连的个数,和形成三连(包括活三)的个数,等等。 本算法的好处在于,既有攻又有守,而且攻守较严。-Gobang diffi
  3. 所属分类:CSharp

    • 发布日期:2017-04-09
    • 文件大小:1418252
    • 提供者:杨铭
  1. FIR

    0下载:
  2. 特色:面向对象程序设计,基于控制台的C++五子棋程序,包括人机对战和人人对战,添加了禁手、悔棋、存盘功能。AI算法很快。-Features: Object-oriented programming, console-based C++ Gobang procedures, including the man-machine, and man-man Battle, the forbidden hand, undo, archiving function. AI algorithms quickl
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-10
    • 文件大小:1310957
    • 提供者:eyou
  1. TG15

    0下载:
  2. 五子棋游戏,具有记忆功能,但算法一般,采用的是对每个结点分配权值,根据权值的大小来选择落子位置。-Welcome to play, with memory function, but the algorithm is generally used for each node is assigned weights, according to the size of the weights to select the location of Lazi.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-10
    • 文件大小:2241562
    • 提供者:330
  1. Wa

    0下载:
  2. 五子棋对战,包括电脑下棋算法 五子棋对战,包括电脑下棋算法-AIAIAIAIAIAIAIAIAIAIAIAIAI
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-04
    • 文件大小:460351
    • 提供者:lcc
  1. GameGoBang

    0下载:
  2. 关于一个五子棋的算法描述,使用MAX-MIN算法-Gobang algorithm on a descr iption of the use of MAX-MIN algorithm
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-05
    • 文件大小:41763
    • 提供者:dong
  1. ai

    0下载:
  2. 一个简单的五子棋人机对战,入门级的ai算法,但是还是有一定的棋力。-Gobang a simple man-machine Versus the entry-level ai algorithm, but there is a certain Qi Li.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-03
    • 文件大小:2385
    • 提供者:陈毅
  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
    • 文件大小:7107
    • 提供者:刘智瑞
  1. wuzi

    0下载:
  2. 无敌五子棋,和电脑进行对弈,除非你懂得算法,你是下不赢它的。-Invincible Gobang
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:99700
    • 提供者:weifeng
  1. Renju

    0下载:
  2. 本人毕业设计时使用Alpha-Beta搜索算法的五子棋程序,觉得有用的可以参考下。-I graduated from design-time using the Alpha-Beta search algorithm Gobang program, find useful can refer to the next.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:87390
    • 提供者:hexun
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 24 »
搜珍网 www.dssz.com