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

搜索资源列表

  1. suanfa

    0下载:
  2. 算法结构代码,第五章5-15答案,用回溯法解决并行工作分配问题-Algorithm structure code, chapter V 5-15 answers, working in parallel with the backtracking method to deal with the allocation of
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-02
    • 文件大小:1010563
    • 提供者:jc
  1. huisufa0-1beibaowenti

    0下载:
  2. 算法分析与设计中的经典问题,利用回溯法解决背包问题,有详细的代码段。-Algorithm analysis and design of the classic problems, the use of backtracking to solve knapsack problem, there is a detailed code snippet.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:1255
    • 提供者:高宇
  1. beibao

    0下载:
  2. 算法实验C++编程用回溯法解决01背包问题-Experimental C++ programming algorithm with backtracking to solve 01 backpack
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:565
    • 提供者:clq
  1. jumphorse

    0下载:
  2. 解决棋盘的马从第一个位置开始跳经过每个位置,用回溯法解决-To solve the board' s horse began to jump from the first position through each location, using backtracking to solve
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:1036
    • 提供者:nathan
  1. a

    0下载:
  2. 为了方便大家更好的学习算法分析,我上传了一个用回溯法解决的01背包问题-In order to facilitate a better learning algorithm all analysis, I uploaded a backtracking method to deal with the 01 knapsack problem
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:992
    • 提供者:feifei981110
  1. frame

    0下载:
  2. 用回溯法解决不是很麻烦的传教士和野人问题-By backtracking to solve is not very troublesome issue of missionaries and Savage
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:1691
    • 提供者:Pudding
  1. 2222

    0下载:
  2. 旅行商问题 实现方法为回溯法 经acm测试通过-无
  3. 所属分类:source in ebook

    • 发布日期:2017-04-11
    • 文件大小:978
    • 提供者:偶尔淫荡
  1. w

    0下载:
  2. 子集树回溯法 试设计一个用回溯法搜索子集空间树的函数。该函数的参数包括结点可行性判定函数和上界函数等必要的函数,并将此函数用于解装载问题。 装载问题描述如下:有一批共n个集装箱要装上艘载重量为c的轮船,其中集装箱i的重量为wi。找出一种最优装载方案,将轮船尽可能装满,即在装载体积不受限制的情况下,将尽可能重的集装箱装上轮船。-A subset of the trial design of a backtracking tree with backtracking search a subs
  3. 所属分类:MPI

  1. 1

    0下载:
  2. 解数独,采用了回溯法,效率不是很高,但是算法很简洁-Means it alone, using a retrospective method, efficiency is not high, but the algorithm is very simple. . .
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-12
    • 文件大小:991
    • 提供者:Sevan
  1. 01knapsackproblem

    0下载:
  2. 回溯法解决01背包问题,是在标准C++上运行的代码,故在VC++上也能运行良好!-Backtracking to solve 01 knapsack problem is in the standard C++ code to run on, so the VC++ is also able to run well!
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:784
    • 提供者:daisy
  1. n_queens

    0下载:
  2. 图形化N后问题回溯解法,用回溯法求N后问题的所有解并以列表方式给出,某个向量解给出其图形化解布局-After the story goes back a graphical solution of N, N using backtracking after seeking all solutions of the problem and in tabular form are given, a vector graphics to resolve the layout of its soluti
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-08
    • 文件大小:1972339
    • 提供者:陈小泉
  1. Sudoku

    0下载:
  2. 回溯法生成数独-Backtracking generates Sudoku
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1026
    • 提供者:froser
  1. HORSE

    1下载:
  2. 回溯法的马周游问题 回溯法的马周游问题-Backtracking problem horse travel horse travel problems backtracking backtracking horse travel problems
  3. 所属分类:棋牌游戏

    • 发布日期:2012-12-21
    • 文件大小:1884479
    • 提供者:黄飞
  1. mataqipan

    1下载:
  2. 利用回溯法+贪心算法实现马踏棋盘功能。具体描述:有一M*N的棋盘,输入马所在的起始位置,输出马走过的全部路径。(马走过棋盘上每一个点)-The use of backtracking greedy algorithm+ horse riding board features. Specific descr iption: There is an M* N chessboard, enter the horse where the starting position, the output of
  3. 所属分类:其他小程序

    • 发布日期:2012-12-21
    • 文件大小:454284
    • 提供者:chenjian
  1. back

    0下载:
  2. 本程序给出回溯法的具体实现过程,可以帮助读者较好的了解回溯的思想-This program gives concrete realization of the process of backtracking, you can help readers better understand the idea back
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:119174
    • 提供者:zhou
  1. BackTrack_01backpack

    0下载:
  2. 0-1背包问题是一个经典的算法问题,有多种解法,这里用回溯法求解。-0-1 knapsack problem is a classical algorithm for the problem, there are several solution here solved by backtracking.
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:541802
    • 提供者:储大为
  1. NQueens

    0下载:
  2. 经典的N皇后问题的实现,使用的算法是回溯法-Classic implementation of N-Queens problem, using the algorithm is backtracking
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:572451
    • 提供者:fcwindpasss
  1. Computeralgorithmsr

    0下载:
  2. 计算机算法_贪婪算法 计算机算法(贪心算法,遍历搜索,递归,回溯法,分治法,分枝定界) 关于这方面的介绍-计算机算法_贪婪算
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:495369
    • 提供者:linjunying
  1. 0-1hui

    0下载:
  2. 0-1背包问题 关于回溯法的背包问题 回溯法在求问题的所有解时, 要回溯到根结点, 且根结点的所有子树都已被搜索过才结束。-0-1 背包问题
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:7553
    • 提供者:lll
  1. maze

    0下载:
  2. 用回溯法实现一个可以是若干大的迷宫的自动寻线走同-maze
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:2080
    • 提供者:刘永
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 29 »
搜珍网 www.dssz.com