CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 分支限界法

搜索资源列表

  1. n_queen

    0下载:
  2. 还是用分支限界法解N皇后问题,已成功运行过。-Using branch and bound Solving N Queens, which has been run successfully over
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:1087378
    • 提供者:
  1. 01beibao

    0下载:
  2. 这是一个用分支限界法实线01背包问题的说明文档,包含代码-This is a branch and bound method with solid line 01 knapsack problem of documentation, including code
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:22652
    • 提供者:lius
  1. 06

    1下载:
  2. 最优装载方案 成绩: 0 / 折扣: 0.8 试设计一个用队列式分支限界法搜索子集空间树的函数。该函数的参数包括结点可行性判定函数和上界函数等必要的函数,并将此函数用于解装载问题。 装载问题描述如下:有一批共n个集装箱要装上艘载重量为c的轮船,其中集装箱i的重量为wi 。找出一种最优装载方案,将轮船尽可能装满,即在装载体积不受限制的情况下,将尽可能重的集装箱装上轮船。 输入:第一行有2个正整数n和c。n是集装箱数,c是轮船的载重量 接下来的1行中有n个正整数,表示集装箱的重量
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:958704
    • 提供者:cj
  1. findH

    0下载:
  2. 用分支限界法实现n比较大时(n>100)找最优哈密顿回路。-Using branch and bound method to achieve relatively large n, when (n> 100) to find the optimal Hamiltonian circuit.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:286612
    • 提供者:杨雪
  1. 01bag

    0下载:
  2. 用蛮力法,回溯法,分支限界法求解背包问题-With the brute force method, backtracking, branch and bound method for solving knapsack problem
  3. 所属分类:Other systems

    • 发布日期:2017-05-06
    • 文件大小:1052397
    • 提供者:hehuiling
  1. NGProblem

    0下载:
  2. 有关图的NP问题代码 包括贪心算法求解 分支限界法 优化的分支限界法-NP problems solutions.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-10
    • 文件大小:2115094
    • 提供者:刘玮
  1. AlgorithmCode

    0下载:
  2. C++版本的各类算法源代码,包括动态规划法、分治法、贪心法、回溯法、分支限界法、概率算法-C++ source code version of the various algorithms, including dynamic programming, divide and conquer, greedy method, backtracking, branch and bound method, probability algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:40013
    • 提供者:江涛
  1. BBShortest

    0下载:
  2. 用分支限界法实现单源最短路径 用分支限界法的思想-Branch and bound method with single-source shortest path with the idea of branch and bound
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:1929
    • 提供者:allen
  1. Wiring

    0下载:
  2. 分支限界法实现布线问题,C++实现,可直接运行-A realization of wiring
  3. 所属分类:Other systems

    • 发布日期:2017-11-23
    • 文件大小:273979
    • 提供者:Victor Smith
  1. fenzhixianjie

    0下载:
  2. 分支限界法实现0-1背包问题源代码测试通过-Source code testing by branch and bound 0-1 knapsack problem
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-01
    • 文件大小:1284
    • 提供者:ygc
  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-11-30
    • 文件大小: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. fzxj

    0下载:
  2. 分支限界法是一种优化方法,背包问题是NP完全问题,本程序通过分支限界实现了一种优化的背包。-Branch and bound method is an optimization method, knapsack problem is NP-complete problems, this program through the branch and bound to achieve an optimized backpack.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:414373
    • 提供者:dirk
  1. nqueen

    0下载:
  2. 这是一个用c++实现的,关于用分支限界法求解n皇后问题的小程序,希望对所有初学者能够有所帮助-This is a c++ achieve, on the use of branch and bound method to solve n-queens problem of small procedures, we hope to be helpful to all beginners
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:8079
    • 提供者:王琪
  1. zuidatuan-yanjiu

    2下载:
  2. 最大团问题的 分支限界法与回溯法比较Python写成。-Backtracking branch and bound method and comparison of the maximum clique problem written in Python.
  3. 所属分类:Other systems

    • 发布日期:2016-12-23
    • 文件大小:711680
    • 提供者:changsheng wang
  1. branch-and-bound-method

    0下载:
  2. 利用分支限界法找出最大全1子团和最大全-1子团,内附文档说明-Use branch and bound method to find the maximum full sub-group and the largest full 1 sub-group, enclosing documentation
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-03
    • 文件大小:953890
    • 提供者:李仲
  1. 86205569

    0下载:
  2. 分支限界法实现货郎担问题,开发工具eclipse()
  3. 所属分类:其他小程序

    • 发布日期:2017-12-26
    • 文件大小:12288
    • 提供者:Samvxyt
« 12 »
搜珍网 www.dssz.com