搜索资源列表

  1. Branch and Bound

    0下载:
  2. Branch and Bound 算法实现.用以快速搜索一个区域.-Branch and Bound algorithm. Quick search for a regional.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:27408
    • 提供者:smt
  1. 分枝定界算法

    0下载:
  2. 分枝定界算法描述,文本形式!-branch-and-bound algorithm descr iption, in text form!
  3. 所属分类:文档资料

    • 发布日期:2024-04-29
    • 文件大小:15360
    • 提供者:王林
  1. BRANCH

    0下载:
  2. 分枝定界法,运筹学-branch-and-bound method, and operations
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:
  1. LCbb_TSP

    0下载:
  2. LC分枝限界法解货郎担—代码-LC Branch and Bound Solving traveling salesman- code
  3. 所属分类:其他小程序

    • 发布日期:2024-04-29
    • 文件大小:59392
    • 提供者:张强
  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中编译可运行-graph theory with the use of branch and bound for traveling salesman problem, which directly vc compiler can run
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-04-29
    • 文件大小:2048
    • 提供者:谢继晖
  1. 货郎担分枝限界算法图形

    0下载:
  2. 货郎担 分枝限界算法图形求解货郎担问题的分枝限界算法图形演示-traveling salesman Branch and Bound graphics algorithm to solve the traveling salesman problem Branch and Bound algorithm graphic demonstration
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-04-29
    • 文件大小:4096
    • 提供者:李宏亮
  1. dynamic knapsack

    0下载:
  2. 该程序用动态规划解决经典的背包问题,虽然它的效率与分支定界法比起来,还是有一定的差距,但它的简洁性却是无与伦比的.-the program with dynamic programming solution to the classic knapsack problem, although its efficiency and branch and bound over, there is still a certain gap, bu
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-04-29
    • 文件大小:3072
    • 提供者:唐海浪
  1. mazh

    0下载:
  2. 旅行商问题的算法,采用分枝限界。网上都只有算法描述,没有实现,这里给出了完整实现,并封装成1个类。-TSP algorithm used Branch and Bound. Only online algorithm descr iption, failed to materialize here is the realization of complete, and packaged as a category.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-04-29
    • 文件大小:2048
    • 提供者:赵刚
  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问题,这个例子是用vc编写的-branch and bound method can solve small-scale TSP, this example was prepared by the vc
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-04-29
    • 文件大小:163840
    • 提供者:yy
  1. Branch and Bound

    0下载:
  2. Branch and Bound 算法实现.用以快速搜索一个区域.-Branch and Bound algorithm. Quick search for a regional.
  3. 所属分类:其他小程序

    • 发布日期:2024-04-29
    • 文件大小:27648
    • 提供者:smt
  1. 货郎担分枝限界图形演示

    0下载:
  2. 货郎担分枝限界图形演示 问题描述:某售货员要到若干城市去推销商品,已知各城市之间的路程(或旅费)。他要选定一条从驻地出发,经过每个城市一遍,最后回到驻地的路线,使总的路程(或旅费)最小。-traveling salesman Branch and Bound graphic demonstration Problem descr iption : A salesman to a number of cities to sell co
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-04-29
    • 文件大小:4096
    • 提供者:林周
  1. 01背包问题

    0下载:
  2. 采用分枝限界法解决0/1背包问题! 本人上机实习作业,通过老师验收,合格! 针对部分上机实习的同学可以来下~-used Branch and Bound France 0/1 knapsack problem! I practice on the machine operations, acceptance by the teachers, qualified! In view of the attachment on the
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:张锐
  1. BoundAndBranch

    1下载:
  2. 我的算法作业,求一个在总花费小于1500的条件下从源结点到目的结点的最短路径,源代码Tree.cpp(C++语言编写,VC++6.0 IDE下调试通过),利用的是分支定界算法。可执行文件Tree.exe说明在ReadMeFirst请按照说明使用。-algorithm operations, for a total cost of less than 1,500 from the source node to node purpose o
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-04-29
    • 文件大小:30720
    • 提供者:
  1. MATLABfzkj

    0下载:
  2. matlab解用分支定界法解整数规划的程序。请大家参考-solutions using Matlab branch and bound method for integer programming procedures. Please refer
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:杜香港
  1. BNB20

    0下载:
  2. 利用matlab进行分支定界的算法-using Matlab for branch-and-bound algorithm
  3. 所属分类:文件操作

    • 发布日期:2024-04-29
    • 文件大小:4096
    • 提供者:潘峰
  1. matlog

    0下载:
  2. 物流分析工具包。Facility location: Continuous minisum facility location, alternate location-allocation (ALA) procedure, discrete uncapacitated facility location Vehicle routing: VRP, VRP with time windows, traveling salesman
  3. 所属分类:matlab例程

    • 发布日期:2024-04-29
    • 文件大小:4853760
    • 提供者:陈宝文
  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
    • 提供者:卢起雪
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org