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

搜索资源列表

  1. 3

    0下载:
  2. 试设计一个用回溯法搜索排列空间树的函数。该函数的参数包括结点可行性判定函数和上界函数等必要的函数,并将此函数用于解圆排列问题。 圆排列问题描述如下:给定n 个大小不等的圆c1 , c2 ,..., cn ,现要将这n 个圆排进一个矩形框中,且要求各圆与矩形框的底边相切。圆排列问题要求从n 个圆的所有排列中找出有最小长度的圆排列。例如,当n=3,且所给的3 个圆的半径分别为1,1,2 时,这3 个圆的最小长度的圆排列是1,2,1,其最小长度为2 + 4*sqr(2)。 编程任务:
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:907
    • 提供者:seratf
  1. Backtracking

    0下载:
  2. 这是算法设计与分析课程实验,回溯算法实验的简单的源代码,包括回溯法背包问题,回溯符号问题。-This is the algorithm design and analysis course experiment, the experiment simple backtracking algorithm source code, including backtracking knapsack problem, the problem back symbol.
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1204
    • 提供者:林达
  1. Queen

    0下载:
  2. 八皇后回溯法的MFC实现,有界面输出结果,共92种算法-8 queens back law, have the interface to realize MFC output, 92 kinds of algorithms
  3. 所属分类:Data structs

    • 发布日期:2017-05-27
    • 文件大小:10715556
    • 提供者:yangyiwei
  1. java_n_queen

    0下载:
  2. 使用java语言, 回溯法实现n后问题和0-1背包问题-java huisu suanfa slove N Queen question
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:4733
    • 提供者:zhilinzhai
  1. bag3

    0下载:
  2. 背包问题是很经典的问题,可以使用多种方法解决,这里使用回溯法解决。-Knapsack problem is a classic problem, you can use a variety of methods to solve, backtracking is used here to solve.
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1044
    • 提供者:yuyangyang
  1. Backtracking

    0下载:
  2. 利用回溯法来求解凸函数的最优值。采用非精确线性搜索,利用最少的迭代次数找到最优值。-backtracking method,change the step size in searching procesure and finally find the optimizaiton points.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:528
    • 提供者:许寒冰
  1. Depth-first-search

    0下载:
  2. 深度优先搜索的搜索过程类似树的先序遍历,也叫回溯法。-Depth-first search of the search process similar to the preorder traversal of the tree, also known as backtracking.
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:45460
    • 提供者:lx
  1. Ai

    0下载:
  2. 包括人工智能n皇后遗传法、回溯法、爬山法;罗马尼亚度假问题宽度优先、深度优先、贪婪算法、A*算法的实习报告。-N queen genetic methods, including artificial intelligence, backtracking, hill-climbing Romania vacation problem breadth-first, depth-first, greedy algorithm, A* algorithm internship report.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:136129
    • 提供者:tian
  1. SUDOKU

    0下载:
  2. 九宫格的数独问题,利用回溯法来求解,C#语言,包括:初始化及填数的步骤-Jiugongge Sudoku problem to solve using backtracking, C# language, including: the number of steps to initialize and fill
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:79248
    • 提供者:gle
  1. Knight-to-travel-around

    0下载:
  2. 骑士周游问题,用回溯法计算~希望对大家有帮助~-Knights tour problem with backtracking method ~
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:981
    • 提供者:
  1. Computer-algorithms

    0下载:
  2. 计算机常用的算法,有 算法概述 分治与递归 动态规划 贪心算法 回溯法 分限界法-Computer algorithm used have an overview of divide and conquer algorithm is recursive dynamic programming, greedy algorithms with backtracking points and bound
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:101454
    • 提供者:张国柱
  1. N-QUENE

    0下载:
  2. 算法在前N/2个位置,利用随机算法求解,得到一个可能的排列之后,利用回溯法求解后面的布局,-Algorithm is the first N/2 positions, using a random algorithm to get a possible arrangement, the use of backtracking to solve the back of the layout,
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:43904
    • 提供者:JLH
  1. Ex4-3

    0下载:
  2. 回溯法实现的青蛙换位问题,具体的问题可以参考网上的讲解。-Backtracking to achieve the frog transposition issues, specific problems can refer to online explanations.
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:205375
    • 提供者:万畅
  1. Waterman

    0下载:
  2. 水人算法,也就是有名的waterman算法,运用回溯法来计算一个二维矩阵的最优路径-Water were algorithm, which is well-known waterman algorithm, using backtracking to calculate the optimal path to a two-dimensional matrix
  3. 所属分类:Data structs

    • 发布日期:2017-05-20
    • 文件大小:5955769
    • 提供者:
  1. Data-structure-course-design

    1下载:
  2. 上学期做的数据结构课程设计,走迷宫游戏,分别用了两种方法来实现: 第一种方法,链栈的存储结构,用递归的dfs来实现 第二种方法,回溯法求出所有通路,穷举求解法-On the data structure of the semester curriculum design, mazes game, respectively for the two methods to realize: The first method, chain stack the storage structur
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:4435
    • 提供者:李国强
  1. CPP0-1bag

    0下载:
  2. 0-1背包问题的回溯法解决方案,使用的语言是c-There is 0-1bag problem.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1208
    • 提供者:王宝盼
  1. huisu

    0下载:
  2. 0-1背包问题的回溯法,如何用回溯(即深度优先搜索方法)来完成0-1背包问题-0-1Knapsacks Problem
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1300
    • 提供者:Susan Wang
  1. beibao3.10

    0下载:
  2. 回溯法解决0-1背包问题 算法分析与设计实验-Backtracking to solve 0-1 knapsack problem
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:751195
    • 提供者:薛佩佩
  1. n_Queen

    0下载:
  2. 该算法为回溯法的经典问题之一,在n*n的棋盘上放置n个皇后。运行后会给出皇后的位置和解的个数-The backtracking algorithm is one of the classic problems in the n* n place n queens on the chessboard. After running the settlement will give the location of the number of Queen s
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:619
    • 提供者:雷智超
  1. 01

    0下载:
  2. 利用回溯法求01背包问题,包含了很多内容-it is good
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4373
    • 提供者:夏末
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 15 16 »
搜珍网 www.dssz.com