CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 回溯法

搜索资源列表

  1. MIgong

    0下载:
  2. 利用回溯法求解迷宫问题,数据结构使用链表。 这是一次数据结构作业-Use of backtracking maze solving problems, the use of linked list data structure. This is a data structure operation
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:16219
    • 提供者:jinyu
  1. subSetSum

    0下载:
  2. 说明:子集和问题 给定一个n个整数的集合X = {x1, x2, …, xn}和整数Y,找出和等于Y的X的子集subX。 比如说,如果X ={10,20,30,40,50,60} 和 Y = 60 则有三种不同长度的解,它们分别是 subY = {10,20,30},{20,40} 和{60} 使用回溯法实现.开发VS2005工具-Descr iption: a subset of the problem and given a set of n integers X = (
  3. 所属分类:Data structs

    • 发布日期:2017-05-11
    • 文件大小:1978485
    • 提供者:GilBert
  1. Sudu

    0下载:
  2. 使用MFC写的一个解数独的程序,主要使用了类CNineGong及CCell,原理回溯法测试填入的数字是否合理,做了些优化,速度比以前快许多-Use MFC to write a single procedure itself, the main use of the category CNineGong and CCell, the principle of backtracking fill in the number of tests is reasonable, to do some op
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:40190
    • 提供者:protoss
  1. Hamilton

    0下载:
  2. 利用回溯法求解hamilton回路的算法-Use of backtracking algorithms for solving circuit hamilton
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:963
    • 提供者:吕东
  1. perm

    0下载:
  2. 利用回溯法求解背包问题和全排列的算法,用c++实现。-The use of retrospective method knapsack problem and the whole array of algorithms, using c++ realize.
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:1240
    • 提供者:吕东
  1. KnapsackProblem

    0下载:
  2. 0/1背包问题的几种解法,包括回溯法、动态规划法以及穷举法。另外还包括集中方法的一个测试报告。-0/1 knapsack problem several solutions, including backtracking, dynamic programming method and the exhaustive method. It also includes a focus on methods of test reports.
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:157351
    • 提供者:王若
  1. eightqueens

    0下载:
  2. 自己编写的八皇后问题的各种随机算法:包括了随机算法,回溯法,随机+回溯求解八皇后-I have written eight issues of a variety of Queen' s random algorithm: including a random algorithm, backtracking random+ back to solve the eight Queen' s
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:2625
    • 提供者:binbin
  1. huisu

    0下载:
  2. 算法分析中,回溯法经典范例的实现,并有完整的测试数据-Algorithm analysis, the retrospective method of realization of the classic examples, as well as complete test data
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:23781
    • 提供者:fanhenglong
  1. n

    0下载:
  2. 这是n皇后回溯法,可能有点不是很优的,大家拿去多改进-nqueque
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:534
    • 提供者:寺地区性
  1. ThreeColor

    0下载:
  2. 采用回溯法,利用动态搜索树的数据结构来构造一棵解树,实现3着色问题。 本程序使用迭代回溯算法-The use of retrospective law, the use of dynamic search tree data structure to construct a solution tree, the realization of 3 coloring problem. This procedure backtracking algorithm using iterative
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2452
    • 提供者:jay
  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. 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. 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. 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. 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 2 3 4 56 7 8 9 10 ... 16 »
搜珍网 www.dssz.com