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

搜索资源列表

  1. 回溯法搜索排列树算法园排列问题

    0下载:
  2. 回溯法搜索排列树算法园排列问题,算法设计与分析课程,作业题-search with backtracking algorithms park with trees, algorithm design and analysis courses, and that operations
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:68466
    • 提供者:老七
  1. 回溯法求迷宫问题

    0下载:
  2. 回溯法求迷宫问题-back Method Maze
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1576
    • 提供者:
  1. 回溯法解皇后问题

    0下载:
  2. 回溯法求解皇后问题-method Queen's back problems
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1006
    • 提供者:张一琳
  1. 用回溯法和栈求解迷宫问题

    0下载:
  2. 用回溯法和栈求解迷宫问题-with retroactive law and stack maze solving problems
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:184543
    • 提供者:方锐
  1. 回溯法N皇后问题

    0下载:
  2. 这是计算机算法中的回溯法中的一个经典的问题--N皇后问题!希望对学计算机算法的同学有用!-This is a computer algorithm, the retroactive law on the issue of a classic -- N Queen! Want to learn how to use computer algorithms useful to the students!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2187
    • 提供者:中国
  1. N皇后问题的回溯法,非递归实现

    0下载:
  2. 这是N皇后问题的回溯法,非递归实现.此算法对初学者有难度,最好去参考书.这个问题也是回溯法的经典例题,推荐自己去实践.还有,我贴的程序在TC3.0下调试通过.-This the Queen's retroactive law, non - recursive. This algorithm is difficult for beginners, to the best reference books. This issue is also back classic example of
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4227
    • 提供者:fzr
  1. 回溯法

    1下载:
  2. 用回溯法求马周游问题,马在棋盘上走字步,从马开始的位置开始周游棋盘,遍历全棋盘后回到起点,是否可行,可行的就输出路径,路径并输入尝试过的路径数,跳过的路径数-law with retrospective travel for Ma, Ma on the chessboard characters step away from the start position Ma started to travel around the chessboard, traverse the whole ches
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:8814
    • 提供者:杨小娜
  1. 小规模的数据用回溯法求最短路径

    0下载:
  2. 本程序给出了小规模的数据,运用回溯法求解最优路径,处理垃圾处理问题
  3. 所属分类:文档资料

    • 发布日期:2009-08-11
    • 文件大小:41142
    • 提供者:yang1987li
  1. 字符串全排列

    0下载:
  2. 用回溯法实现字符串全排列
  3. 所属分类:数据结构常用算法

  1. N后问题(回溯法解决)

    0下载:
  2. n后问题回溯法解决
  3. 所属分类:文档资料

    • 发布日期:2011-04-26
    • 文件大小:1628924
    • 提供者:xiaohu100910
  1. 回溯法求解八皇后问题

    1下载:
  2. 回溯法求解八皇后问题
  3. 所属分类:C#编程

  1. Queen 八皇后的回溯法

    1下载:
  2. 八皇后的回溯法-MFC实现界面,共92种算法,界面漂亮
  3. 所属分类:源码下载

    • 发布日期:2011-06-27
    • 文件大小:10715556
    • 提供者:zjrayw
  1. 回溯法,实现nqueens

    0下载:
  2. 回溯法,实现nqueens
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-05-18
    • 文件大小:2968
    • 提供者:aiqin1104
  1. 采用回溯法编写的骑士周游

    3下载:
  2. 这是一个采用C++编写的、采用回溯法编写的骑士周游(马周游)遍历棋盘(8*8)的程序。本软件采用MFC编写,用户可看到骑士动态遍历棋盘的过程。-This is a written in C++ using backtracking written knight tour (horse travel) through the board (8* 8) program. The software is written using MFC, you can see the board through
  3. 所属分类:Windows编程

    • 发布日期:2012-12-21
    • 文件大小:50397
    • 提供者:xuzekun
  1. 01beibao.rar

    0下载:
  2. 01背包问题,里面有四种算法,分别为动态规划,分支限定发,回溯法和谈新算法!,01 knapsack problem, there are four kinds of algorithms, dynamic programming, respectively, branch limit hair, the new algorithm backtracking peace!
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:248103
    • 提供者:chenchen
  1. subsum.rar

    0下载:
  2. 回溯法求子集和问题, 在回溯过程中利用了剪枝 ,The back track method to solve the sub sum problem
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:995
    • 提供者:syys
  1. CSP

    0下载:
  2. CSP算法java实现,并且有回溯法和mcSearch两种方法实现,结构好,容易懂-CSP algorithm java to achieve, and back and two ways to achieve mcSearch, structure, and easy to understand
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:1179
    • 提供者:王倩
  1. 5th_chapter

    0下载:
  2. ,《算法设计与分析》王晓东编著,第五章回溯法,课本例子代码实现 -, Algorithm Design and Analysis edited by Wang Xiaodong, chap backtracking, textbooks examples of code to achieve
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-15
    • 文件大小:8342
    • 提供者:benson
  1. Loading

    0下载:
  2. 用回溯法求解装载问题,对有解的装载问题,采用的策略可以得到最优装载方案 (1)首先将第一艘轮船尽可能装满; (2)然后将剩余的集装箱装上第二艘轮船-With back problems loading method, loading of the solvability problem, using the optimal strategy can be loaded with the program (1) First of all, the first a ship filled w
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-22
    • 文件大小:961
    • 提供者:waterfly
  1. 回溯法求解0-1背包问题

    0下载:
  2. 文件包括回溯法求解0-1背包问题的C++源程序,包括运行界面(The file includes a backtracking method for the C++ source program for solving 0-1 knapsack problems, including the running interface)
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:43008
    • 提供者:yog206
« 12 3 4 5 6 7 8 9 10 ... 32 »
搜珍网 www.dssz.com