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

搜索资源列表

  1. 实用的算法

    0下载:
  2. C++Example实用的算法:包括枚举,递归,回溯,矩阵运算等-C Example practical algorithm include : Enumeration, recursive, back, matrix operations, etc.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:91790
    • 提供者:宋敦江
  1. aglorithm

    0下载:
  2. 问题算法源代码:骑士遍历、万年历、N皇后问题回溯算法、动态计算网络最长最短路线、货郎担分枝限界图形演示、货郎担限界算法、矩阵乘法动态规划、网络最短路径Dijkstra算法-problems algorithm source code : Knight traversal, calendar, N Queens backtracking algorithms, Dynamic computing network longest shortest routes, traveling salesman
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:23699
    • 提供者:安德里周
  1. computerdisign-C

    0下载:
  2. 算法的设计方法(C程序):一、迭代法 二、穷举搜索法三、递推法 四、递归五、回溯法 六、贪婪法 -algorithm design method (C program) : 1, 2 iteration, the exhaustive search method three, four recursive method, recursive 5, backtracking 6, greedy algorithm
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:34671
    • 提供者:xuyan
  1. QueenN

    1下载:
  2. 随机算法与回溯算法结合解N皇后问题.小程序,主要体现算法设计思想.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:6364
    • 提供者:梁辰
  1. GAUSS

    0下载:
  2. 使用C语言实现高斯迭代算法,其中分为高斯算法与高斯回溯算法。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:965
    • 提供者:刘伟
  1. EghitQueue

    0下载:
  2. 八皇后问题的LasVegas与回溯法的混合算法实现,其中代码和文档详细-The eight queens problem LasVegas backtracking hybrid algorithm in detail, including code and documentation
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:45966
    • 提供者:黄华仔
  1. Cpp2

    0下载:
  2. 王晓东 算法第五章课后习题 罗密欧与朱丽叶的回溯算法-Xiaodong algorithm Exercises Chapter V Romeo and Juliet after the backtracking algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:967
    • 提供者:qdsunstar
  1. prime

    0下载:
  2. 素数环: 把从1到10这10个数摆成一个环,要求相邻的两个数的和是一个素数。 〖问题分析〗 这是一道回溯的题目。从1开始,每个空位有9种可能,每种可能加入约束条件即可 1.与前面所有的数不重复 2.与前一个数和为素数(最后一个和第一个也要满足)。 〖算法流程〗 1、数据初始化; 2、递归填数: 判断第J种可能是否合法; A、如果合法:填数;判断是否到达目标(10个已填完): 是,打印结果;不是,递归填下一个; B、如果不合法:选择下一种可能;-Prime Centra
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:55312
    • 提供者:bingo
  1. FenziJieding

    0下载:
  2. 分支限界法类似于回溯法,也是一种在问题的解空间树T上搜索问题解的算法-Branch and bound method is similar to retroactive law, is also a solution in the problem search space tree T on the issue of solution algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:762
    • 提供者:shangxiaobing
  1. Nqueensprobleseekingbackrackingalgorithmusingfromt

    0下载:
  2. 求 N 皇后问题回溯算法,用从C语言编写的。希望对大家有所帮助!-N queens problem seeking backtracking algorithm, using from the C language. We want to help!
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1067
    • 提供者:刘正朝
  1. Nqueensprobleseekingbackrackingalgorith

    0下载:
  2. n皇后问题回溯算法,用C语言编写的!希望对大家有所帮助!-n queens problem backtracking algorithm, written using C language! We want to help!
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:756
    • 提供者:liuzhengchao
  1. Commonalgorithms

    0下载:
  2. 一些常用的算法设计方法和C++环境下的实现方法。主要包括:迭代法、穷举搜、索法、递推法、递归、回溯法、贪婪法、分治法 -Some commonly used algorithm design methods and C environments are implemented. These mainly include: iterative method, exhaustive search, rope method, recursive method, recursion, backtra
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:28446
    • 提供者:wgl
  1. pack_of_four_algorithms

    0下载:
  2. 01背包四种算法实现:动态规划法,分支限定法,回溯法,贪心算法-01 pack of four algorithms: dynamic programming, branch limit method, backtracking, greedy algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:248588
    • 提供者:Lucia
  1. Analysis_and_design_of_he_backtracking_algorithm.r

    0下载:
  2. 算法分析设计之回溯法Analysis and design of the backtracking algorithm-The backtracking algorithm analysis and design Analysis and design of the backtracking algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:294497
    • 提供者:fid
  1. somealgorithm

    0下载:
  2. 描述了分支定界算法,贪婪算法,动态规划算法,分而治之算法,回溯算法,理论性很强-Describe the branch and bound algorithm, greedy algorithms, dynamic programming algorithm, divide and conquer algorithms, backtracking algorithms, highly theoretical
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:133157
    • 提供者:卢正义
  1. eight-queen

    0下载:
  2. 著名的八皇后问题,是回溯算法的典型例题。该问题是19世纪著名的数学家高斯1850年提出:在8*8格的国际象棋上摆放8个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。-The famous Eight Queens problem, backtracking algorithm is a typical example. The problem is the famous 19th century mathematician Gauss 1850: U
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:10798
    • 提供者:毛凯
  1. Knight-traversal

    0下载:
  2. 骑士遍历的几种算法 骑士遍历回逆 使用回溯算法求解骑士游历问题-Knight Rider traverse traverse several algorithms using the backtracking algorithm on the reverse problem of knights traveled
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:6278
    • 提供者:凌寒
  1. algorithm

    0下载:
  2. 熟悉C/C++语言的集成开发环境;通过本实验加深对分治法、贪心算法的理解。掌握贪心算法、动态规划和回溯算法的概念和基本思想,分析并掌握"0-1"背包问题的三种算法,并分析其优缺点。-Master the greedy algorithm, the dynamic programming algorithm and back of the concept and basic thought, analysis and master "0-1" knapsack problem three algo
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:127091
    • 提供者:武楠
  1. setvalue

    0下载:
  2. 举例说明数值计算,集合求职问题,多个数值求和值等于某个值,回溯算法。-Set cover problem, backtracking algorithm.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:361193
    • 提供者:张明
  1. 回溯算法解决8皇后问题

    0下载:
  2. 利用回溯算法计算8皇后问题,计算出最终方案(A backtracking algorithm is used to calculate the 8 Queens, and the final scheme is calculated.)
  3. 所属分类:数学计算

    • 发布日期:2018-04-20
    • 文件大小:2810880
    • 提供者:也都一样
« 12 »
搜珍网 www.dssz.com