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

搜索资源列表

  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. 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. 11

    0下载:
  2. 算法设计报告,有5种算法,动态规划,贪心法,回溯法,递归,分支界限法
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:59607
    • 提供者:yuan he ying
  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 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 32 »
搜珍网 www.dssz.com