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

搜索资源列表

  1. Glzy8_6626_1152_ppt

    0下载:
  2. 这是一个关于用回溯法解决TSP问题的实际案例,此案例可以有效的家觉旅行售货员问题(货郎担问题)。-It is a retrospective method used to solve TSP practical cases, this case can be an effective home sleep travel salesman problem (traveling salesman problem).
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:32540
    • 提供者:单雅超
  1. NQueens

    0下载:
  2. N皇后问题的实现,用回溯法实现N皇后问题-N Queen' s problem of the realization method used to achieve N Queen' s back issues
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:198441
    • 提供者:燃烧
  1. hhh

    0下载:
  2. 用回溯法链表求解迷宫问题,并加上完整的人物演示过程-With backtracking maze solving the problem list, with a complete demonstration of the process of character
  3. 所属分类:Console

    • 发布日期:2017-04-03
    • 文件大小:10683
    • 提供者:浮萍
  1. zuijiadiaodusuanfa

    0下载:
  2. 利用回溯法实现机器的最佳调度,实现任务完成时间的最小化。-The use of backtracking to achieve the best machine scheduling, task completion time to achieve the minimization.
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1079
    • 提供者:dengyi
  1. QueensProblem

    0下载:
  2. 八皇后的的一个比较好的经典算法 程序采用回溯法,算法的细节参看程序-QueensProblem
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:1606
    • 提供者:qmet
  1. Backtracking

    0下载:
  2. 回溯法,对于ACM初学者是十分有价值内部资料-Backtracking for beginners ACM is a very valuable internal information
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:19927
    • 提供者:杨静
  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 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 32 »
搜珍网 www.dssz.com