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

搜索资源列表

  1. suanfafenxi

    0下载:
  2. 五个经典的算法分析中的算法及例题,涉及到递归法、回溯法、动态规划法等经典算法-Analysis of the five classical algorithm and the example of the algorithm involves recursive law, retroactive law, such as the classic dynamic programming algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:93685
    • 提供者:
  1. maze

    0下载:
  2. 用c写的迷宫算法,只求出一条路径,用到了回溯法。-Written by c maze algorithm, seeking a way to track, using a retrospective method.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1396
    • 提供者:jfly
  1. vc6.0shorttestpathsearch

    0下载:
  2. 货郎担最短路径生成 最短路径生成的算法不计其数 其中很多用回溯法 回溯法不错 不过很多新手写哦时候掌握不好效率 上传一个效率高的版本-Traveling Salesman generate the shortest path shortest path algorithm to generate many of which used numerous retrospective law retrospective laws, however good a lot of time to maste
  3. 所属分类:Console

    • 发布日期:2017-04-04
    • 文件大小:7954
    • 提供者:杨红尘
  1. recursiveBTKnapsack

    0下载:
  2. 用vc++6编写的程序,采用回溯法,解决背包问题。-Vc++6 with the preparation of the procedures, the use of backtracking to solve knapsack problem.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1098012
    • 提供者:柳春锋
  1. FenziJieding

    0下载:
  2. 分支限界法类似于回溯法,也是一种在问题的解空间树T上搜索问题解的算法-Branch and bound method is similar to retroactive law, is also a solution in the problem search space tree T on the issue of solution algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:762
    • 提供者:shangxiaobing
  1. TASKS

    0下载:
  2. 限界剪枝法语回溯法类似,是一种在问题的状态空间树中搜索解的算法。优先级用优先队列来实现,优先级高即估计函数值越低的结点越靠近队列开头位置。-French back-Bound pruning method similar to the problem is a state-space search tree algorithm solution. Priority queue with priority to the realization of the high priority that i
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:1859
    • 提供者:workfuture
  1. poj2488

    0下载:
  2. 回溯法的模板,关键是回溯的过程,以及在深搜过程中的方向问题-Backtracking template, the key is back process, as well as in the course of the deep question of the direction search
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:962
    • 提供者:李伟
  1. a

    0下载:
  2. 算法分析,此教程介绍一些常用的算法,比如回溯法,-failed to translate
  3. 所属分类:Data structs

    • 发布日期:2017-04-23
    • 文件大小:54259
    • 提供者:dvid
  1. 5-3

    0下载:
  2. 回溯法解usaco 中 1-5-3母牛肋骨问题-Backtracking solution usaco cow ribs in the 1-5-3 problem
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-02
    • 文件大小:716602
    • 提供者:胡卉芪
  1. 4-2

    0下载:
  2. dfs回溯法解usaco 1-4-2时钟问题-dfs backtracking solution usaco 1-4-2 clock problem
  3. 所属分类:Algorithm

    • 发布日期:2017-05-02
    • 文件大小:712039
    • 提供者:胡卉芪
  1. huisufa

    0下载:
  2. 使用回溯法解决01背包问题,适合于算法分析与设计的初学者-Use backtracking to solve 01 knapsack problem, algorithm analysis and design is suitable for beginners
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:196418
    • 提供者:smile
  1. horse

    0下载:
  2. 使用turbo C的图形图像库 编写的马踏棋盘的程序 使用回溯法实现-Using turbo C graphics image library board to prepare a horse riding programs to achieve the use of backtracking
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:3435
    • 提供者:smile
  1. eightqueens

    0下载:
  2. 这是一个有关八皇后的问题,可以输出所有的组合。采用回溯法生成共92种组合。-This is one of the eight queens problem, you can export all of the combinations. Using backtracking generates a total of 92 combinations.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:878458
    • 提供者:王东
  1. suanfa

    0下载:
  2. 常用算法,为初学者服务,简单易懂,常用的算法设计方法: 数值算法:迭代法、递归法、插值法等; 非数值算法:分治法、贪婪法、回溯法等。-Commonly used algorithms, for beginners service, easy to understand, common algorithm design methods: numerical algorithms: iterative method, the recursive method, interpolation m
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:7631
    • 提供者:peiyu
  1. queen

    0下载:
  2. 用回溯法的思想解答 n皇后问题,掌握使用回溯法求解问题的基本思路-The idea with backtracking to answer n queens problem, master the use of backtracking to solve the problem of the basic ideas
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:766
    • 提供者:xiaolu
  1. wu

    0下载:
  2. 掌握使用回溯法求解问题的基本思路,用回朔法做n皇后问题-Use backtracking to solve the problem to master the basic ideas, with the retrospective method to do the n queens problem
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1275164
    • 提供者:xiaolu
  1. nprime

    0下载:
  2. N Prime问题也可以成为N皇后问题,此算法这是回溯法,非递归实现.-N Prime problem can also be N Queens problem, this algorithm is backtracking, non-recursive implementation.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:101696
    • 提供者:han
  1. eightqueens

    0下载:
  2. 回溯法解决八皇后问题,使四个皇后不在同一行,不在同一列,且不在同一对角线上-Backtracking to solve the eight queens problem,Make four Queen s not in the same row, not in the same column, and not in the same diagonal
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1348
    • 提供者:袁丽
  1. queen

    0下载:
  2. 用回溯法解决8皇后问题,用的是vc递归。一个92种解法,希望对大家有用。
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:1680
    • 提供者:
  1. NQueue

    0下载:
  2. 利用回溯法求解N皇后问题及其算法性能分析。-The use of backtracking algorithms for solving N Queens problem and its performance analysis.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1087240
    • 提供者:hehuiling
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 29 »
搜珍网 www.dssz.com