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

搜索资源列表

  1. 五子棋核心算法

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

    • 发布日期:2008-10-13
    • 文件大小:2967
    • 提供者:yang
  1. boyi

    0下载:
  2. 一个用C# 程序实现的一字旗博弈游戏游戏。 使用算法为α-β剪枝算法。-a C# program to the flag of the word game game game. Algorithm for the use of Europium-beta pruning algorithm.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:124314
    • 提供者:兰兰
  1. wuziqi1100

    0下载:
  2. 这里设计和实现了一个人机对下的五子棋程序,采用了博弈树的方法,应用了剪枝和最大最小树原理进行搜索发现最好的下子位置。介绍五子棋程序的数据结构、评分规则、胜负判断方法和搜索算法过程。-here Design and Implementation of a crew of 331 under the procedures adopted Game tree, Application of pruning trees and the largest and most principle Search
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3021
    • 提供者:秦露妮
  1. fzxjsf

    0下载:
  2. 1.在选择装入背包的物品时,对每种物品I只有两种选择,即装入背包或不装入背包。不能将物品I装入背包多次,也不能只装入部分的物品I。 2.物品的种数,重量、价值,背包的容量要求输入; 3.算法中加入剪枝函数(对重量已经超过限制重量的子树不搜索);
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:20175
    • 提供者:异元
  1. 1011

    0下载:
  2. 推荐pku_1011上的好题, 经典DFS+剪枝 解题报告 算法思想.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1819
    • 提供者:乃牛
  1. shabis

    0下载:
  2. 人工智能俄罗斯方块,使用多种方法实现的智能类的俄罗斯方块算法,剪枝算法
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2154
    • 提供者:ioz
  1. C_Cross

    0下载:
  2. 井字棋,c实现,基本的text图形表现。-cross chess
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1737
    • 提供者:PainDolor
  1. Nhuanghoujianzhi

    0下载:
  2. N皇后剪枝算法 关键字 回溯,剪枝 ,上界,下界,分支限界-N Queen pruning algorithm for keyword back, pruning, upper bound, lower bound, branch and bound
  3. 所属分类:Console

    • 发布日期:2017-04-03
    • 文件大小:1221
    • 提供者:sanbi
  1. Alpha_Beta

    1下载:
  2. 人工智能算法中的alphabeta剪枝算法,使用c++编程-Artificial intelligence algorithm alphabeta pruning algorithm, the use of c++ programming
  3. 所属分类:Console

    • 发布日期:2017-03-27
    • 文件大小:3144
    • 提供者:流星澈
  1. Game

    0下载:
  2. C++ 井字棋游戏 井字棋游戏-C++ 井字棋游戏
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:548280
    • 提供者:Reload
  1. tic_tac_toe

    0下载:
  2. 这是一个简单的一字棋游戏,采用阿尔法贝塔剪枝算法做成的。-This is a simple word chess game, using Alpha Beta pruning algorithm are made.
  3. 所属分类:CSharp

    • 发布日期:2017-03-25
    • 文件大小:239288
    • 提供者:dashu
  1. DecisionTree-in-cSharp

    0下载:
  2. C sharp描述的决策树代码,α-β剪枝算法等,希望能有帮助。-C sharp code described in the decision tree, α-β pruning algorithm, hoping to help.
  3. 所属分类:CSharp

    • 发布日期:2017-03-21
    • 文件大小:27417
    • 提供者:EMMILY
  1. VSCCP

    0下载:
  2. 这是由越南人开发的简单中国象棋程序,其中用到了alpha beta剪枝算法-This is developed by the Vietnamese simple Chinese chess program, which USES alpha beta pruning algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:264812
    • 提供者:权海
  1. SiziChess

    0下载:
  2. 实现了四子棋的功能,由Java编写,有界面部分,运用了神经网络、进化算法、剪枝算法-To achieve a four-game features, written by Java, there is part of the interface, the use of neural networks, evolutionary algorithms, pruning algorithm
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-17
    • 文件大小:4423416
    • 提供者:梁惠源
  1. bNew

    0下载:
  2. 人工智能里井字棋游戏代码,用剪枝算法实现,有图形显示界面-Tic-tac-toe game in AI code pruning algorithm, a graphic display interface
  3. 所属分类:CSharp

    • 发布日期:2017-04-14
    • 文件大小:3358
    • 提供者:guowanwan
  1. chess

    0下载:
  2. 单人下五子棋,剪枝算法实现计算机下棋,没有图形界面,比较简单,适合初学者学习-Under single backgammon, chess computers pruning algorithm, no graphical interface, relatively simple, suitable for beginners to learn
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:1667066
    • 提供者:程显达
  1. SIZIQI-FRENCH-VER

    0下载:
  2. 法语版四子棋,7*6格式,上下或者对角线有四个棋子相连即为胜利。分为双人对战,人机对战,机机对战三种模式,使用剪枝算法。-60/5000 French version of the four-board, 7* 6 format, up and down or diagonal four pieces connected to the victory. Divided into two pairs of war, man-machine war, machine battle three m
  3. 所属分类:Console

    • 发布日期:2017-05-05
    • 文件大小:5825
    • 提供者:王雪
  1. Othello

    0下载:
  2. 运用博弈树和α-β剪枝算法完成的一个黑白棋游戏小程序(Using game tree and alpha - beta pruning algorithm to complete a small game of black and white chess game)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-31
    • 文件大小:3072
    • 提供者:Ray0218
  1. test1

    0下载:
  2. 简单一字棋,qt实现,alphabeta剪枝算法(Simple word game, QT implementation, alphabeta pruning algorithm)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-02
    • 文件大小:6144
    • 提供者:廖联合
  1. 一字棋

    0下载:
  2. java实现极大极小算法和 -剪枝实现一字棋(Java implementation of minimax algorithm and pruning realization of a word chess)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:15360
    • 提供者:花泽大白菜
« 12 »
搜珍网 www.dssz.com