搜索资源列表

  1. 优先队列式分支限界法园排列问题

    1下载:
  2. 优先队列式分支限界法园排列问题,是一个作业,算法设计与分析-priority queue-branch and bound with France Park, is an operation, algorithm design and analysis
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:17167
    • 提供者:老七
  1. 分支限界法_单源最短路径

    0下载:
  2. 算法设计的分支限界法中的单源最短路径问题的实现,是用VC++编写的-algorithm design of branch and bound method of single source shortest path to the realization of the problem is with VC + + prepared
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2934
    • 提供者:ddd
  1. 分支限界法_批处理作业调度

    1下载:
  2. 算法设计中的分支限界法中的批处理作业调度问题的实现,是用VC++编写的-algorithm design of branch and bound method of batch job scheduling problem is true, VC + + prepared
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:10813
    • 提供者:ddd
  1. 解旅行售货员问题的优先队列式分支限界法

    0下载:
  2. 解决旅行售货员问题的优先队列式分支限界法C++源程序
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2010-09-23
    • 文件大小:2376
    • 提供者:key4lock
  1. 分支定界求解TSP问题

    0下载:
  2. 分支限界法求解TSP问题[15] 分支限界法类又称为剪枝限界法或分支定界法,它类似于回溯法,也是一种在问题的解空间树T上搜索问题解的算法。它与回溯法有两点不同:①回溯法只通过约束条件剪去非可行解,而分支限界法不仅通过约束条件,而且通过目标函数的限界来减少无效搜索,也就是剪掉了某些不包含最优解的可行解。②在解空间树上的搜索方式也不相同。回溯法以深度优先的方式搜索解空间树,而分支限界法则以广度优先或以最小耗费优先的方式搜索解空间树。分支限
  3. 所属分类:编程文档

    • 发布日期:2012-05-15
    • 文件大小:1163094
    • 提供者:paul2204@qq.com
  1. 040320131

    0下载:
  2. 最小圆排列的分支限界法! 用了很好的剪支策略很快的!-smallest circle with a branch and bound method! With a good strategy for cutting sticks soon!
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-04-29
    • 文件大小:2048
    • 提供者:王乐
  1. 分支限界法_单源最短路径

    0下载:
  2. 算法设计的分支限界法中的单源最短路径问题的实现,是用VC++编写的-algorithm design of branch and bound method of single source shortest path to the realization of the problem is with VC++ prepared
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-04-29
    • 文件大小:3072
    • 提供者:ddd
  1. 分支限界法_批处理作业调度

    0下载:
  2. 算法设计中的分支限界法中的批处理作业调度问题的实现,是用VC++编写的-algorithm design of branch and bound method of batch job scheduling problem is true, VC++ prepared
  3. 所属分类:其他小程序

    • 发布日期:2024-04-29
    • 文件大小:10240
    • 提供者:ddd
  1. 分支界限

    0下载:
  2. 用vc编写的解决计算机算法中的分支限界问题,非常经典的代码,请多多指教!-vc prepared with the computer algorithm to solve the branch and bound, very classic code, a great weekend!
  3. 所属分类:其他小程序

    • 发布日期:2024-04-29
    • 文件大小:498688
    • 提供者:徐子正
  1. 分支限界算法求解TSP问题

    0下载:
  2. 本程序用分支界限方法解决TSP问题,即旅行商问题.-the procedures used branch line solution to TSP, the traveling salesman problem.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-04-29
    • 文件大小:23552
    • 提供者:chen
  1. 布线问题(分支限界算法应用)

    0下载:
  2. 六 程序实现: #include <stdio.h> typedef struct { int row int col }Position int FindPath (Position start, Position finish, int &PathLen, Position *&path) { //计算从起始位置start到目标位置finish的最短布线路径,找到返回1,否则,返回0
  3. 所属分类:C#编程

    • 发布日期:2024-04-29
    • 文件大小:11264
    • 提供者:敖斌
  1. 优先队列式分支限界法园排列问题

    0下载:
  2. 优先队列式分支限界法园排列问题,是一个作业,算法设计与分析-priority queue-branch and bound with France Park, is an operation, algorithm design and analysis
  3. 所属分类:其他小程序

    • 发布日期:2024-04-29
    • 文件大小:17408
    • 提供者:老七
  1. lqx10004

    0下载:
  2. 最小重量机器设计问题 设某一机器由n个部件组成,每一种部件都可以从m个不同的供应商处购得。设w(i,j)是从供应商j处购得的部件i的重量,C(i,j)是相应的价格。 设计一个优先列式分支限界法,给出总价格不超过c的最小重量机器设计。-minimum weight machines based design of a machine n components, each component can be 000 m from
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-04-29
    • 文件大小:2048
    • 提供者:卢起雪
  1. HuoLangDanProblem

    0下载:
  2. 分支限界法实现货郎担问题,开发工具eclipse-branch and bound Method traveling salesman problem, development tools eclipse
  3. 所属分类:界面编程

    • 发布日期:2024-04-29
    • 文件大小:16384
    • 提供者:EllenGong
  1. short_path

    0下载:
  2. 四种算法求最短路径的例子,C#,图形演示 分别为贪心发,动态规划发,分支限界法,和回溯法-Four shortest path algorithm for example, C#, Graphical presentations were greedy fat, fat, dynamic programming, branch and bound method, and backtracking
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-04-29
    • 文件大小:24576
    • 提供者:tp
  1. dasdfadfad

    0下载:
  2. 布线问题(分支限界算法应用) -Wiring problems (branch and bound algorithm for the application)
  3. 所属分类:其他小程序

    • 发布日期:2024-04-29
    • 文件大小:11264
    • 提供者:jacky
  1. code12122

    0下载:
  2. 布线问题(分支限界算法应用)-Wiring problems (branch and bound algorithm for the application)
  3. 所属分类:其他小程序

    • 发布日期:2024-04-29
    • 文件大小:3072
    • 提供者:jacky
  1. push

    0下载:
  2. 对于给顶的仓库局,以及仓库管理员在仓库中的位置和箱子的开始位置和目标位置,设计一个解推箱子问题的分支限界法,计算出仓库管理员将箱子从开始位置推到目标位置所需的最少推动次数.-To the top of the warehouse for the Board, as well as the warehouse manager in the warehouse location and the beginning of the box lo
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-04-29
    • 文件大小:2048
    • 提供者:李靖平
  1. stamp

    0下载:
  2. 连续邮资问题,采用分支限界法编写,java实现-Postage consecutive issues, the use of branch and bound method to prepare, java realize
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-04-29
    • 文件大小:3072
    • 提供者:zhanghan
  1. 0-1knapback

    0下载:
  2. 用分支限界法求解背包问题(0/1背包) 1.问题描述:已知有N个物品和一个可以容纳TOT重量的背包,每种物品I的重量为Weight,价值为Value。一个只能全放入或者不放入,求解如何放入物品,可以使背包里的物品的总价值最大。 2.设计思想与分析:对物品的选取与否构成一棵解树,左子树表示装入,右表示不装入,通过检索问题的解树得出最优解,并用结点上界*不符合要求的结点。-Using branch and bound
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:黄勇
« 12 3 4 5 6 7 8 9 10 »

源码中国 www.ymcn.org