CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - pruning

搜索资源列表

  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. VC界面一字棋

    1下载:
  2. 用人工智能的αβ剪枝算法实现,界面整洁漂亮,人机各为一方,三子连成一线即赢- pruning algorithm, clean interface beautiful, man-machine for the party, three sons and circumstance that is even win
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:94951
    • 提供者:陈陈
  1. fivelink_java_yjg

    0下载:
  2. 无禁手的五子棋带人工智能,采用alpha-beta剪枝的算法,可以以console和web applet和可执行程序的方式运行-no cut-hand with the 331 artificial intelligence, using alpha-beta pruning algorithm can a console and a web applet and executable running the
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:463075
    • 提供者:程序员
  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. prune

    0下载:
  2. alpha and beta pruning 是人工智能方面的很重要的算法,对于理解search有非常重要的作用-alpha and beta pruning artificial intelligence is a very important algorithm, a search for understanding a very important role
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1450
    • 提供者:孙雷
  1. search_optimize

    0下载:
  2. 本文将常见的设计剪枝判断的思路分成可行性剪枝和最优性剪枝两大类,并结合上述三个原则分别以一道竞赛题为例作了说明,最后对剪枝方法作了一些总结。-this paper the design of common pruning judgment ideas into pruning feasibility and optimality pruning two categories, and the combination of these three principles were in a cont
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:49651
    • 提供者:何磊
  1. puzzle_java

    0下载:
  2. 魔方问题是算法设计中一个难点,搜索算法的复杂度很高,在这个例子中将采用并行处理的算法对其中的限界剪枝算法进行搜索。-algorithm for solving the problem is a difficult design, search algorithm is highly complex, In this example will use parallel processing algorithms which limits pruning algorithm for the sear
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:4708
    • 提供者:秦青
  1. whiteandblack

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

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

    0下载:
  2. 棋类游戏走步计算,采用最大化最小化算法,beta剪枝-chess game walk, the maximum and minimum use of algorithms, beta pruning
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:2106
    • 提供者:宋春瑶
  1. skelinationpruning

    0下载:
  2. 一种新的骨架修剪算法,与之前的其他算法相比,在处理复杂图像时,其修剪效果更好。-A new skeleton pruning algorithm, and compared to other algorithms before, in dealing with complex images, the better pruning.
  3. 所属分类:Graph program

    • 发布日期:2017-04-08
    • 文件大小:904546
    • 提供者:王卫国
  1. nnprune

    0下载:
  2. This function applies the Optimal Brain Surgeon (OBS) strategy for % pruning neural network models of dynamic systems. That is networks % trained by NNARX, NNOE, NNARMAX1, NNARMAX2, or their recursive % counterparts.-This function applies the
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:5592
    • 提供者:张镇
  1. 2

    0下载:
  2. 采用极大极小剪枝的博弈算法实现的五子棋游戏,可以工机对弈.人人对弈。-The use of minimax pruning algorithm of the game Gobang games, game machines can work. All game.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-17
    • 文件大小:482893
    • 提供者:zhouprogram
  1. skeletonization

    0下载:
  2. 这是神经网络里面结构优化里面重要的剪枝方法之一,灵敏度剪枝方法。-This is a neural network structure optimization inside one of the methods inside the major pruning, sensitivity pruning method.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:2177
    • 提供者:赵寿玲
  1. Alpha_Beta

    0下载:
  2. 基于VC++的神经网络剪枝算法程序;“剪枝算法”是一种通过简化神经网络结构来避免网络过拟合的有效方法之一。内附程序说明文档,介绍了该算法的主要原理,运行结果说明以及程序流程图。是很好的学习资料-VC++ based on neural network pruning algorithm program " pruning algorithm" is a kind of neural networks by simplifying the network architectur
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:230568
    • 提供者:xinxin
  1. Clearance-pruning-method

    0下载:
  2. 限界剪枝法的VB编程ppt,让你了解该算法。-Clearance pruning method of VB programming ppt, so that you understand the algorithm.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:19108
    • 提供者:zyb
  1. Pruning-the-Volterra-series-for

    0下载:
  2. 基于物理知识的volterra 级数的一种简化方法-Pruning the Volterra series for behavioral modeling of power amplifiers using physical knowledge
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:547736
    • 提供者:hally
  1. main123

    0下载:
  2. Apriori核心算法过程如下: 过单趟扫描数据库D计算出各个1项集的支持度,得到频繁1项集的集合。 连接步:为了生成,预先生成,由2个只有一个项不同的属于的频集做一个(k-2)JOIN运算得到的。 剪枝步:由于是的超集,所以可能有些元素不是频繁的。在潜在k项集的某个子集不是中的成员是,则该潜在频繁项集不可能是频繁的可以从中移去。 通过单趟扫描数据库D,计算中各个项集的支持度,将中不满足支持度的项集去掉形成。-Apriori core algorithm proce
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:1718
    • 提供者:lixiongxi
  1. Pruning-algorithm

    0下载:
  2. 剪枝算法,输入为路径矩阵、代价矩阵,输出为代价不超过upbound的最短路径。包含源码、数据和可执行文件。-Pruning algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-11-12
    • 文件大小:47367
    • 提供者:LiXian
  1. Alpha-Beta-Pruning-on-Surakarta-Game

    0下载:
  2. Alpha Beta Pruning on Surakarta Game
  3. 所属分类:Game Program

    • 发布日期:2017-04-25
    • 文件大小:77647
    • 提供者:Prabu
  1. Image Completion Using Efficient Belief Propagation Via Priority Scheduling and Dynamic Pruning

    1下载:
  2. Image Completion Using Efficient Belief Propagation Via Priority Scheduling and Dynamic Pruning 文章中提出的算法
  3. 所属分类:图形图像处理(光照,映射..)

« 12 3 4 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com