CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - branch and bound

搜索资源列表

  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
  1. intprog

    0下载:
  2. 通过分支定界法计算线性规划、整数规划,效果较好。-To calculate integer programming, branch and bound method is better.
  3. 所属分类:Other systems

    • 发布日期:2017-11-23
    • 文件大小:1844
    • 提供者:刘刚
  1. ChTSP

    0下载:
  2. 分支限界算法求解TSP问题,还不错,可以下载-Branch-and-bound algorithm for TSP, well, you can download to see
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-11
    • 文件大小:23473
    • 提供者:kkk
  1. tsp_bb

    0下载:
  2. 旅行商问题的分支定界解法,含有详细的注释和说明,希望对你有用。-Branch and bound
  3. 所属分类:Linux Network

    • 发布日期:2017-11-27
    • 文件大小:18484
    • 提供者:liyang
  1. Knapsack

    0下载:
  2. 用java实现的01背包问题的有分支限界的回溯算法,注释非常详细,是我作业的一部分。伪代码可以参考《计算机算法与数据结构》这本书-Using java to achieve 01 knapsack problem branch-and-bound backtracking algorithm and very detailed notes, is part of my job. The pseudo-code can refer to this book of computer algorith
  3. 所属分类:Java Develop

    • 发布日期:2017-11-18
    • 文件大小:1588
    • 提供者:xuchao
  1. buxianwenti

    0下载:
  2. 实验要求:请在下图所给出电路板中,按布线要求,利用队列式或优先队列分支限界法实现从a到b的布线工作 -Experimental requirements: On the graph below given circuit board, wiring requirements, queue or priority queue branch and bound method to achieve the wiring from a to b
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-26
    • 文件大小:224842
    • 提供者:x
  1. mochila_BB

    0下载:
  2. Branch and Bound program for the backpack problem
  3. 所属分类:Java Develop

    • 发布日期:2017-12-02
    • 文件大小:1674
    • 提供者:japi
  1. Eight-puzzle

    0下载:
  2. 八数码难题-两种不同的分支限界法解决 input.txt中为起始的状态,output.txt\output2.txt为两种不同解法的输出-Eight digital problem- two different branch and bound method for solving input.txt initial state, output.txt \ output2.txt solution for the two different output
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-09
    • 文件大小:2432
    • 提供者:damon
  1. jsp实现flowshop

    0下载:
  2. 网上花店实现很多Realized the issue of batch job scheduling priority queue-style backtracking branch and bound method, including flowshop and make the two categories, containing the test data us
  3. 所属分类:JSP源码/Java

  1. 6d2

    1下载:
  2. 王晓东《算法设计与分析》第六章第二节分支限界法求单源最短路劲问题源代码-Xiaodong " algorithm design and analysis" section 6.2 branch and bound method for single-source shortest path problem Energizer source code
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-29
    • 文件大小:2239
    • 提供者:王栋
  1. 6d3-1

    0下载:
  2. 王晓东《算法设计与分析》第六章第三节装载问题队列式分支限界法求解-Xiaodong " algorithm design and analysis," Chapter III loading problems queue-style branch and bound method to solve
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-01
    • 文件大小:2083
    • 提供者:王栋
  1. 6d3-2

    0下载:
  2. 王晓东《算法设计与分析》第三节装载问题优先队列式分支限界法求解-Xiaodong " algorithm design and analysis" problem loading priority queue type III branch and bound method to solve
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-30
    • 文件大小:2745
    • 提供者:王栋
  1. 6d4

    0下载:
  2. 王晓东《算法设计与分析》第六章第四节布线问题队列式分支限界法求解-Xiaodong " algorithm design and analysis," Chapter IV wiring problems queue-style branch and bound method to solve
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-26
    • 文件大小:2122
    • 提供者:王栋
  1. 6d5

    0下载:
  2. 王晓东《算法设计与分析》第六章第五节0-1背包问题分支限界法求解-Xiaodong " algorithm design and analysis," Chapter V 0-1 knapsack problem branch and bound method to solve
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-28
    • 文件大小:3730
    • 提供者:王栋
  1. mixed-integer-linear

    0下载:
  2. 分支界定实现源程序,本程序用C语言实现,故依据C语言的语法,数字0表示甲城市,数字49表示乙城市.-This is a software system that solves mixed-integer linear programs by a branch-and-bound algorithm with linear programming relaxations.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-20
    • 文件大小:2815
    • 提供者:donkey2
  1. xxx

    0下载:
  2. MATLAB分支定界法的实现,附带代码和例题-MATLAB implementation of branch and bound method, with code and examples
  3. 所属分类:assembly language

    • 发布日期:2017-11-07
    • 文件大小:4038
    • 提供者:剑姬
  1. fenzhijiexifa

    0下载:
  2. 队列式分支界限法解决的最优装载问题,STL-Queue-type branch and bound method to solve the problem of the optimal loading
  3. 所属分类:STL

    • 发布日期:2017-04-01
    • 文件大小:1032
    • 提供者:黄东浪
  1. nHuangHou

    0下载:
  2. 队列式分支界限法实现的n皇后问题,采用文件的方式输入输出-Queue-type branch and bound method to achieve the n-queens problem, using the method of file input and output
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:937
    • 提供者:黄东浪
  1. branch-and-bound

    0下载:
  2. 本程序用C语言实现,运用弗洛伊德算法求解最短路径问题-This procedure using C language, using Floyd algorithm for the shortest path problem
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:342273
    • 提供者:郑鹏
  1. knapsack

    0下载:
  2. A branch and bound algorithm for the 0-1 knapsack problem.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3488
    • 提供者:michael
« 1 2 ... 9 10 11 12 13 1415 16 17 18 »
搜珍网 www.dssz.com