搜索资源列表

  1. short_path

    0下载:
  2. 图遍历找两点最短路径的多中方法:贪心 回朔 分支界限-map traverse the shortest path to find two more of the methods : greed back Schomburg branch Limits
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:15070
    • 提供者:王可
  1. 货郎担问题四种解法

    1下载:
  2. 货郎担问题的回溯,枚举,分支界限,动态规划解法-back the traveling salesman problem, except, branch line, dynamic programming solution
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2970
    • 提供者:贾计伟
  1. fjdjf

    0下载:
  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
  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. travelling_saleman

    0下载:
  2. 经典算法:旅行商算法,采用爬上法和分支界限搜索-classical algorithm : traveling salesman algorithm, used to climb up and branch Boundary Search
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:10358
    • 提供者:王菲
  1. huolangdan

    1下载:
  2. 问题:货郎担问题 实现方法:枚举,回溯,动态规划,分支界限法 -: traveling salesman problem Method : Enumeration, backtracking, dynamic programming, branch and bound
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:11867
    • 提供者:韩佳辰
  1. 017387-01

    0下载:
  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
  3. 所属分类:系统编程

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

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

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

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

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

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

  1. 分支界限旅行商

    0下载:
  2. 1.修改了挑选活节点的条件,发现自己原来没明白为什么要尽量向左走。我上传的上两个程序的挑选会在某种情况下发生不理想的操作:即当左右子树的估值相同时,倾向于选择右子树,这样会导致运行的时间过长,尤其当代价矩阵的值都相同时最不理想。 2.修改了析构函数,调整了FindEdge的位置和入口参数。 3.在按钮最后删除了除根节点外的其它生成节点,并初始化,这样可以进行多次操作。
  3. 所属分类:源码下载

    • 发布日期:2011-06-25
    • 文件大小:191060
    • 提供者:aiaiONS
  1. travelling_saleman

    2下载:
  2. 经典算法:旅行商算法,采用爬上法和分支界限搜索-classical algorithm : traveling salesman algorithm, used to climb up and branch Boundary Search
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-16
    • 文件大小:10240
    • 提供者:王菲
  1. WireRouter

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

    • 发布日期:2024-05-16
    • 文件大小:101376
    • 提供者:张海滨
  1. sd

    0下载:
  2. 大家看看 0-1背包的分支界限程序-We look at the 0-1 Knapsack procedures branch boundaries
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:张新明
  1. duanyuanzuiduan

    0下载:
  2. 单源最短路径问题,分支限界法的优先队列解法,最小堆来存储活结点表,表示活结点优先队列,优先级是结点所对应的当前路长-Single-source shortest path problem, branch and bound method of the priority queue method, the smallest heap to store slipknot points table, said slipknot point p
  3. 所属分类:Windows编程

    • 发布日期:2024-05-16
    • 文件大小:3072
    • 提供者:waterfly
  1. bb_code_by_ipiszhang

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

    • 发布日期:2024-05-16
    • 文件大小:7168
    • 提供者:L.Zhang
  1. theuniquecode

    0下载:
  2. 用分支界限法实现了树的数据结构。本内容提供了完整的算法-tree
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:liu
  1. buxian

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

    • 发布日期:2024-05-16
    • 文件大小:11264
    • 提供者:吕超贻
  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. 所属分类:数据结构常用算法

    • 发布日期:2024-05-16
    • 文件大小:498688
    • 提供者:acidsaber
« 1 23 4 5 »

源码中国 www.ymcn.org