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

搜索资源列表

  1. fjdjf

    1下载:
  2. 用分支界限法解决的几个问题:包括0-1背包问题,最大团问题,电路布线问题,最大装载问题.作业最优处理问韪.-branch line with the law to solve several problems : including 0-1 knapsack problem, the largest group, circuit wiring problem, the greatest problem loading. Optimal handling operations Q premises
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:59983
    • 提供者:michael
  1. nqueue

    1下载:
  2. 用分支界限法实现的n后问题 vc++ 语言效率很好-branch line with the law to achieve n vc language problem after a good efficiency
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:45538
    • 提供者:郝永生
  1. kchengji1

    0下载:
  2. k乘积问题的分支界限法实现, 并且给出了划分结果 ,很好理解-k branch of the product line Method, and the division is a result, a good understanding
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:49532
    • 提供者:郝永生
  1. huolangdan

    0下载:
  2. 问题:货郎担问题 实现方法:枚举,回溯,动态规划,分支界限法 -: traveling salesman problem Method : Enumeration, backtracking, dynamic programming, branch and bound
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:11867
    • 提供者:韩佳辰
  1. 分支界限法求解货郎担问题

    0下载:
  2. 研究生算法作业分支界限法求解货郎担问题-graduate algorithm operations branch line Traveling Salesman Problem Solving
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:260596
    • 提供者:ayan1228
  1. 分支界限法解决0-1背包问题

    1下载:
  2. 所属分类:数值算法/人工智能

    • 发布日期:2009-05-29
    • 文件大小:1610
    • 提供者:guozi97@163.com
  1. 优先队列分支界限法

    0下载:
  2. 所属分类:数值算法/人工智能

  1. travelingSalespersonProblem.ra

    0下载:
  2. 旅行商问题的实现,用分支界限法实现旅行商问题,The realization of traveling salesman problem, and the Limits of Law branch of the realization of traveling salesman problem
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:196175
    • 提供者:燃烧
  1. TSP

    0下载:
  2. 分支界限法解绝旅行商货郎担问题。
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:4661
    • 提供者:大名
  1. bb_code_by_ipiszhang

    0下载:
  2. 分支界限法的C语言源码 实现了计算两个城市之间一定开销的基础上的最短路径-Broud and Branch C source code for calculating certain expenses between the two cities based on the shortest path
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:7132
    • 提供者:L.Zhang
  1. knapsackproblems

    0下载:
  2. 本程序用MFC实现了背包问题中贪婪法,动态规划法,蛮力法,分支界限法的可视化-This procedure using MFC in a knapsack problem greedy method, dynamic programming method, brute force method, branch visualization limits of the law
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-12
    • 文件大小:2587488
    • 提供者:xuxiangyu
  1. fenzhijiexian

    0下载:
  2. 1.分支界限算法背包问题 2.算法之分支限界法的旅行售货员问题-1. Branch and bound algorithm for knapsack problem 2. Branch and bound algorithm for the traveling salesman problem
  3. 所属分类:Data structs

    • 发布日期:2017-03-22
    • 文件大小:498580
    • 提供者:acidsaber
  1. fenzhijiexianfa

    0下载:
  2. 分支界限法是由“分支”和“界限”策略两个部分组成,其中“分支”策略是对问题空间按照广度优先的策略进行搜索;“限界”策略是为了加速搜索速度而采用启发信息剪枝的策略。 使用分支限界法来解决单源最短路径问题时主要利用结点控制关系剪枝,在一般情况下,如果解空间树中以结点Y为根的子树中所含的解优于以结点X为根的子树中所含的解,则结点Y控制了结点X,以被控制的结点X为根的子树可以剪去。算法实现时,使用邻接矩阵表示图,二维数组存储图的邻接矩阵,使用数组记录源到各顶点的距离和路径上的前驱顶点。 -Br
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:815
    • 提供者:ss
  1. bound

    0下载:
  2. 算法分析与设计 利用分支界限法计算载重问题-Calculate the weight using branch and bound problems
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:916227
    • 提供者:菊子
  1. buxian

    0下载:
  2. 算法分析与设计之分支界限法解决电路布线问题-Algorithm analysis and design of the branch circuit wiring method to solve boundary problems
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:1003
    • 提供者:Dan
  1. five

    0下载:
  2. 利用分支限界法求解旅行商问题 用C++实现用分支界限法解决旅行商问题,-http://www.pudn.com/login.asp
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:2276
    • 提供者:刘小兵
  1. text1

    0下载:
  2. 本程序详细描述了算法的分支界限法的原理,对于初学分支界限算法很好小程序,通俗易懂。-This procedure describes in detail the principle of the algorithm branch and bound method for beginners branch and bound algorithm very good applet, easy to understand.
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:1164665
    • 提供者:liangyingpeng
  1. Computer-algorithm-designanswer-

    0下载:
  2. 计算机算法设计,递归与分治策略,动态规划,贪心算法,回朔法,分支界限法,线性规划与网络流,NP完全问题与近似算法等-Computer algorithms, recursive and the strategy of divide and conquer, dynamic programming, greedy algorithms, backtracking method, branch and bound method, linear programming and network flow
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-24
    • 文件大小:8065186
    • 提供者:李志伟
  1. ZeroOnePack

    0下载:
  2. 分支界限法求解0-1背包问题。有N件物品和一个容量为V的背包,第i件物品的费用是c[i],价值是w[i],求解将哪些物品装入背包可使这些物品的费用总和不超过背包容量,且价值总和最大。-Branch and bound method for solving 0-1 knapsack problem. N items and a capacity V of the backpack, the cost of items i C [i], the value of W [i], the sum of
  3. 所属分类:Data structs

    • 发布日期:2017-12-07
    • 文件大小:1484
    • 提供者:郝既得
  1. The-TSP-problem

    0下载:
  2. The TSP problem - 旅行商问题,回溯,分支界限法解决-The TSP problem- traveling salesman problem, backtracking, branch-and-bound method to solve
  3. 所属分类:Data structs

    • 发布日期:2017-11-15
    • 文件大小:154305
    • 提供者:wqy
« 12 »
搜珍网 www.dssz.com