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

搜索资源列表

  1. match(man&women)

    0下载:
  2. 回溯法 解决男女匹配问题 八男八女匹配-Backtracking address gender matching eight men and eight women match
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1273
    • 提供者:邵柏波
  1. hamilton9901

    0下载:
  2. 给定一个n个结点的连通图,用回溯法求出图中含有的所有哈密尔顿环。包含实验报告。 -given a n nodes in a graph, with retrospective method, the map contains all the Hamilton Central. The report contains experiments.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8120
    • 提供者:nanaleer
  1. PackageProblem

    2下载:
  2. 实现背包问题 package problem 1. 问题描述 假设有一个能装入总体积为T的背包和n件体积分别为w1 , w2 , … , wn 的物品,能否从n件物品中挑选若干件恰好装满背包,即使w1 +w2 + … + wn=T,要求找出所有满足上述条件的解。例如:当T=10,各件物品的体积{1,8,4,3,5,2}时,可找到下列4组解: (1,4,3,2)、(1,4,5)、(8,2)、(3,5,2)。 2. 基本要求 读入T、n、w1 , w2 , … , wn
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9296
    • 提供者:李昭明
  1. MagicSquare-huishu

    0下载:
  2. 当年,学turbo c的时候,书上有一个魔方算法;十年后,一个偶然的应用,我编写了这个回溯法的魔方算法。优点:可以计算n阶魔方的所有可能组合。-year, the school turbo c, the book is a Rubik's cube algorithm; Ten years later, an accidental use, I prepared this retroactive law Cube algorithm. Advantages : can calculate
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3112
    • 提供者:双色球
  1. chinahorse

    0下载:
  2. 如果車不動,請設計算法:按馬走日的方法但又不能被車吃掉,用回溯法設計馬的走法,並打印出路程.可以做為軟體設計的參考-If the car does not move, please algorithm design : taking Japan by Ma but the car can not be eaten, Design Retrospective with a horse walk, and print out distance. can be used as a reference
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3023
    • 提供者:張小龍
  1. c++huisu

    0下载:
  2. 背包回溯法,初来乍到如有其他问题还请各位多多指教.-knapsack backtracking, just arrived at that if other issues also invited to the exhibitions.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:5113
    • 提供者:lee
  1. computerdisign-C

    0下载:
  2. 算法的设计方法(C程序):一、迭代法 二、穷举搜索法三、递推法 四、递归五、回溯法 六、贪婪法 -algorithm design method (C program) : 1, 2 iteration, the exhaustive search method three, four recursive method, recursive 5, backtracking 6, greedy algorithm
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:34671
    • 提供者:xuyan
  1. 0-1snap

    0下载:
  2. 算法设计与分析 第五章王晓东版的 回溯法的0-1背包问题 -algorithm design and analysis of the fifth edition of Wang Xiaodong Zhang law retroactively 0-1 knapsack problem
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:316140
    • 提供者:xiaobao89
  1. nqueen_LV

    0下载:
  2. 利用回溯法和随机算法中的拉斯维加斯算法求解n皇后问题。-use of retrospective law and randomized algorithm of Las Vegas algorithm n Queen's problem.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1307
    • 提供者:
  1. 8-queens

    0下载:
  2. 数据结构算法:回溯法编程寻找八皇后问题的所有解,使用语言C/C-algorithm data structure : backtracking programming for the Queen's eight all solutions, the use of language C / C
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6224
    • 提供者:王卫国
  1. TiaoQiprogram

    0下载:
  2. 运用回溯法编写了国际跳棋的程序.并且考虑了对称性快速得出所有答案.-retroactive application of the international law to prepare drafts procedures. Symmetry and considered all the answers come quickly.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:386802
    • 提供者:张新
  1. RaidersotheLostArk

    0下载:
  2. 福建师范大学第三届程序设计比赛中的一道试题.用回溯法解决.-third Fujian Normal University Design Competition of an item. With retroactive law.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:393460
    • 提供者:季永光
  1. short_path

    0下载:
  2. 四种算法求最短路径的例子,C#,图形演示 分别为贪心发,动态规划发,分支限界法,和回溯法
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:25336
    • 提供者:tp
  1. Queen

    0下载:
  2. 八皇后问题全解 有回溯法(函数,for循环) 还有用遗传算法来求解的
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:22164
    • 提供者:张锦
  1. search_method

    0下载:
  2. 搜索算法——包含回溯法、分枝定界和贪心法
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6174
    • 提供者:chen
  1. test

    0下载:
  2. 这是一个运用回溯法解决关于\"最佳切割问题\"的程序.\"最佳切割问题\"是指给定一个宽已知的木板,有众多零件,如何拼接才能最小程度的耗费木板,也就是说使所需木板的高度最小.这一问题在许多实际应用中需要考虑到,是一个值得重视的问题!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2189
    • 提供者:sjj
  1. mazepath

    0下载:
  2. 迷宫问题是一个经典的问题,也是我们数据结构实验中的第二个实验.主要用到的思想是回溯法
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:97212
    • 提供者:tangyi
  1. 8queen

    0下载:
  2. vb平台下用回溯法求解n皇后问题,只输出一种结果
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2422
    • 提供者:qj
  1. jingdiansuanfa

    0下载:
  2. 经典算法+分支限界法+分治法+动态规划+贪心算法+回溯法-Classical branch and bound algorithm+ France+ divide and conquer dynamic programming+++ backtracking greedy algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:280651
    • 提供者:云博
  1. 回溯法

    0下载:
  2. 利用回溯算法和动态规划函数,编写了资源约束下的二维动态规划算法,可用于资源分配方面的问题(Using backtracking algorithm and dynamic programming function, we write a two-dimensional dynamic programming algorithm under resource constraints, which can be used for resource allocation)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-20
    • 文件大小:2048
    • 提供者:trust123
« 1 23 4 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com