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

搜索资源列表

  1. rfid修剪枝二进制搜索算法

    0下载:
  2. rfid修剪枝二进制搜索算法,不是很完善,希望大家能更加完善它
  3. 所属分类:RFID编程

    • 发布日期:2014-01-16
    • 文件大小:1.47kb
    • 提供者:nie
  1. 基于MFC界面的人机对战五子棋

    4下载:
  2. 用C++语言编写,界面使用mfc编写,应用α-β剪枝算法实现的人机对战五子棋
  3. 所属分类:人工智能/神经网络/遗传算法

  1. Alpha_Beta剪枝算法

    2下载:
  2. C++实现了Alpha_Beta剪枝算法,对于给定的Alpha_Beta博弈树,使用Alpha_Beta剪枝算法对其进行剪枝,输出剪掉的结点。
  3. 所属分类:数据结构常用算法

  1. tsp的剪枝算法

    0下载:
  2. 通过“剪枝”算法并用数组的方式在O(n)时间内给出结果。 利用叶子数目的单调递减性和巧妙的方式灵活在数组中存储修改信息,用简单快速的方法实现复杂的操作,以数组的形式实现了链表的功能,如快速访问相邻岛等。避免了重复访问,增加效率。
  3. 所属分类:数据结构常用算法

    • 发布日期:2011-05-24
    • 文件大小:731byte
    • 提供者:zzq12321
  1. α-β剪枝

    0下载:
  2. α-β剪枝
  3. 所属分类:源码下载

    • 发布日期:2011-07-21
    • 文件大小:61.5kb
    • 提供者:sunnyxia
  1. FiveChessGame

    0下载:
  2. 用MFC做界面基于α-β剪枝算法的五子棋程序。-To do with the MFC interface α-β pruning algorithm based on the backgammon program.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-03
    • 文件大小:1.1mb
    • 提供者:左手
  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
    • 文件大小:473.1kb
    • 提供者:lss
  1. alpha-beta

    1下载:
  2. 本程序实现人机对弈功能,提供了难度设置,记分等功能。使用Alpha-Beta剪枝算法,使电脑可以搜索到最佳走法。-alpha beta
  3. 所属分类:JSP源码/Java

    • 发布日期:2012-10-31
    • 文件大小:18.13kb
    • 提供者:小吴
  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
    • 文件大小:2.04mb
    • 提供者:朱静
  1. yiziqi

    0下载:
  2. α-β剪枝实现的一字棋,实现算法.α-β剪枝-α-β pruning to achieve the word game, the realization of algorithm. α-β pruning
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-10
    • 文件大小:784.88kb
    • 提供者:lixiongxi
  1. abcut

    0下载:
  2. 完成了α-β剪枝的功能,从文件中读入每个结点的极大极小值以及各个父子结点的关系,然后进行剪枝,输出被剪枝结点的信息-Completion of the α-β pruning function, read from the file of each node as well as the minimax value of each node of the relationship between father and son, and then proceed to cut output by
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-04-05
    • 文件大小:14.27kb
    • 提供者:郑益夫
  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-30
    • 文件大小:474.48kb
    • 提供者:陈利渊
  1. FiveChess1.5

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

    • 发布日期:2017-03-30
    • 文件大小:49.06kb
    • 提供者: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
    • 文件大小:226.92kb
    • 提供者:zhchwl
  1. Decision_making_tree

    0下载:
  2. 机器学习课本中的未剪枝决策树代码实现,可以直接运行,自行根据书中(西瓜书)表进行建表,输出结果为层次遍历。(Machine learning textbooks do not prune decision tree code, you can run directly, according to the book (watermelon book) table built table, the output results for the hierarchical traversal.)
  3. 所属分类:其他

    • 发布日期:2017-12-22
    • 文件大小:12kb
    • 提供者:luyuno_o
  1. 程序

    0下载:
  2. 无模式LINGO优化程序: 小规格优化程序(含剩余材料) 中规格优化程序 大规格优化程序 Matlab程序所有输出模式的程序: 小、中、大规格格的模式生成与输出.(剪枝枚举) 自动实现对三种模式的剪枝枚举 采用组合方式对小规格的所有模式输出。 从710930种模式种选取1/8。 LINGO解的验证与格式输出. 模式化后的LINGO优化程序 小规格有剩余材料的优化程序 小、中、大规格按模式的优化程序(Modeless LINGO optimizer: Small size op
  3. 所属分类:matlab例程

    • 发布日期:2017-12-28
    • 文件大小:17kb
    • 提供者:yxsheng
  1. chess

    0下载:
  2. 利用极大极小算法及 a-b 剪枝策略实现3X3一字棋下棋程序,人工智能课本上的算法实现(This is a simple chess program that use Minimax algorithm and AB Prune strategy .)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-01
    • 文件大小:3kb
    • 提供者:少杰
  1. 奇偶剪枝

    0下载:
  2. 自己整理的关于奇偶剪枝的资料,在DFS或者BFS都非常有用(The data that you have arranged about the odd and even pruning is very useful in DFS or BFS)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:6kb
    • 提供者:
  1. 一字棋

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

    • 发布日期:2018-01-11
    • 文件大小:15kb
    • 提供者:花泽大白菜
  1. Caffe-Python-Tutorial-master

    1下载:
  2. 深度学习下的卷积神经网络 剪枝算法 CNN(Deep learning Prune for CNN Deep learning Prune for CNN)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2019-12-11
    • 文件大小:16kb
    • 提供者:m_12
« 12 3 4 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com