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. 017387-01

    1下载:
  2. 论坛代码 用分支界限法解决的几个问题:包括0-1背包问题,最大团问题,电路布线问题,最大装载问题.作业最优处理问韪-Forum with the branch code boundaries to solve several problems : including 0-1 knapsack problem, the largest group, circuit wiring problem, the greatest problem loading. Optimal operating han
  3. 所属分类:系统编程

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

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

    • 发布日期:2008-10-13
    • 文件大小:260596
    • 提供者:ayan1228
  1. WireRouter

    0下载:
  2. 用队列式分支界限法来求解布线问题. 从起始点a开始将它作为第一个扩展结点,把与该扩展结点相邻的可行的活结点加入到活结点队列,并把这些方格标记为1,表示从起始方格到这些方格的距离为1。接着从活结点队列中取出对列首结点作为下一个扩展结点,并把与当前结点相邻的且未标记的方格标记为2,并存入活结点队列。这个过程一直持续到搜索到目标方格b或活结点队列为空为止
  3. 所属分类:网络编程

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

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

    • 发布日期:2009-05-29
    • 文件大小:1610
    • 提供者:guozi97@163.com
  1. 分支界限法求单源最短路径

    0下载:
  2. 计算机算法与设计第三版,分支限界法单源最短路径程序,换成.cpp就能直接使用。
  3. 所属分类:源码下载

    • 发布日期:2010-09-14
    • 文件大小:7076
    • 提供者:lichen198891
  1. n皇后问题

    1下载:
  2. 这是n皇后的源代码,用分支界限法实现的
  3. 所属分类:Windows编程

  1. 优先队列分支界限法

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

  1. buxian.rar

    0下载:
  2. 算法设计与分析中分支界限法实现布线问题。,Algorithm Design and Analysis of the Limits of Law in the achievement of branch wiring.
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:11571
    • 提供者:吕超贻
  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. BranchAndBound

    1下载:
  2. 本程序是用分支定界法求最短路径的程序,用C++编写。采取的基本思想是:使用最小优先队列分支界限法来构建程序,细节是对于每个节点,包含三个变量:当前走过的路径长度、当前的花费和该节点对应的实际城市的编号。关于确定节点优先级,我们规定首先以“当前走过的路径长度”来确定优先级,当路径长度相等时,以“当前的花费”来确定优先级。同时,我们还定义两个数组dist[i]和pric[i]保存当前求得的从源城市到每个城市的最短距离和花费,用于剪枝时的评判标准。-This procedure is to use b
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:61277
    • 提供者:李贺
  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. 7

    0下载:
  2. 分支界限法的课件,很详细,很强大,很好的学习资料,献给大家了!-Branch and bound courseware, very detailed, very powerful, very good learning materials, dedicated to all of you!
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:66711
    • 提供者:sufei
  1. BAB&TSP

    0下载:
  2. 分支界限 TSP 问题 PPT 对应代码(Branch boundary TSP problem PPT corresponding code)
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:9216
    • 提供者:Vlice
  1. 分支界限法

    1下载:
  2. 分支界限法解决背包问题实验设计代码及结果展示。(Branch boundary method)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-09
    • 文件大小:62464
    • 提供者:RPeclipse
« 12 3 »
搜珍网 www.dssz.com