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

搜索资源列表

  1. Queen

    0下载:
  2. 这是一个关于八皇后问题用回溯法求解的java解法!-This is the one on the eight queens problem using backtracking method for solving the java solution!
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:702
    • 提供者:窗外寒星
  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. Queen

    0下载:
  2. Queen,用回溯法递归方法实现n皇后问题-Queen, with backtracking recursive method to achieve n queens problem
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1464384
    • 提供者:草人
  1. TSPBack_Tracking

    0下载:
  2. 采用算法设计的基本方法--回溯法解决城市推销员问题-Algorithm design using the basic method- backtracking to City Salesman Problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:228435
    • 提供者:Xu Jingyang
  1. KnapsackBTDP

    0下载:
  2. C#实现动态规划法和回溯法解决01背包问题-C# dynamic programming and backtracking to solve knapsack problem 01
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:259131
    • 提供者:黄强
  1. eightqueen

    0下载:
  2. 八皇后问题 回溯法 每个皇后的横 竖 斜方向不能有其他皇后-Eight queens problem backtracking oblique horizontal and vertical direction of each queen can not have other Queen
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3467
    • 提供者:bajun
  1. Queen8

    0下载:
  2. 八皇后~8*8的棋盘,确定皇后的位置,用的是回溯法,过程很详细-eight Queens~
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:743
    • 提供者:吕子豪
  1. AlgorithmCode

    0下载:
  2. C++版本的各类算法源代码,包括动态规划法、分治法、贪心法、回溯法、分支限界法、概率算法-C++ source code version of the various algorithms, including dynamic programming, divide and conquer, greedy method, backtracking, branch and bound method, probability algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:40013
    • 提供者:江涛
  1. migong

    0下载:
  2. 用回溯法完成迷宫问题,迷宫大小自己设定,用一个矩阵表示一个迷宫,每个位置上位1或者0,如果为0,表示此路不通,为1,表示此路可以走,最后输出走出迷宫的路径或者显示不能走出的信息-Maze problem using backtracking to complete, the size of their maze set, a maze with a matrix, each position of the upper 1 or 0, if 0, that being the case, to 1
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1689
    • 提供者:王波
  1. TSP

    0下载:
  2. 回溯法解决TSP问题,对于任何的无向图,只要存在回路均可找到,无回路也可检测出来!-Backtracking to solve TSP problem, for any undirected graph, loop as long as there can be found, no loop can be detected!
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:5379
    • 提供者:Horace
  1. loading

    0下载:
  2. 装载问题 运用回溯法 解决双船的装载问题-Loading problems backtracking
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:966
    • 提供者:多多洛
  1. zhuosetu

    0下载:
  2. 本程序的功能是对图的着色,该算法主要是基于迭代回溯法,输出多种着色方案;若有n种颜色就输出n种着色方案。本程序有注释,通俗易懂。-The functionality of the program is the graphs, the algorithm is mainly based on iterative backtracking, the output multi-color scheme if n different colors on the output of n kinds of
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:834
    • 提供者:shenjian
  1. DesignMataboard

    0下载:
  2. 算法分析与设计 马踏棋盘的一般回溯法(要求马回到最开始的出发点).-Algorithm Analysis and Design of horse riding board' s general backtracking (required horse back to the starting point).
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:1614
    • 提供者:阿城
  1. pailietree

    0下载:
  2. 采用vc++6.0编程软件用回溯法解决排列树问题
  3. 所属分类:Other systems

    • 发布日期:2017-05-02
    • 文件大小:876569
    • 提供者:产林平
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 32 »
搜珍网 www.dssz.com