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

搜索资源列表

  1. 01package

    0下载:
  2. 背包问题优先队列分枝限界算法 所谓的背包问题,可以描述如下:一个小偷打劫一个保险箱,发现柜子里有N类不同大小与价值的物品,但小偷只有一个容积为M的背包来装东西,背包问题就是要找出一个小偷选择所偷物品的组合,以使偷走的物品总价值最大。这个问题的求解有很多种方法,本程序使用分枝限界法求解。-knapsack problem Branch and Bound priority queue algorithm called knapsack problem can be described as f
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9084
    • 提供者:王涛
  1. BOX

    6下载:
  2. 最少背包问题:假设有许多盒子,每个盒子能保存的总重量为1.0。有N个项i1,i2,…,iN,它们的重量分别是w1,w2,…,wN。目的是用尽可能少的盒子放入所有的项,任何盒子的重量不能超过他的容量。例如,如果想的重量为0.4, 0.4, 0.6和0.6,用两个盒子就能解决。 按如下策略解决此问题:按给定的次序扫描每一个项,把每一个项放入能够容纳他而不至于溢出的最满的盒子。用优先级队列选择要装入的盒子。-Minimum knapsack problem: Suppose there are m
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:1883
    • 提供者:lijinping
  1. fenzhixianjie

    0下载:
  2. 0/1背包问题的优先队列式分支限界算法程序-0/1 knapsack problem the priority queue-type branch and bound algorithm procedure
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:2252
    • 提供者:shanyan
  1. bag

    0下载:
  2. 分支限界法解决0/1背包问题,用c++的优先队列方法-Branch and bound method to solve 0/1 knapsack problem, using c++ Priority queue method
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-25
    • 文件大小:12925
    • 提供者:林培文
  1. DataStruct

    0下载:
  2. 此文件夹中共包括十二个小程序 AVL创建平衡二叉树,通过加入一个个的结点创建,并实现了平衡二叉树中的结点删除 Boyer_Moore算法的串模式匹配 Horspool算法的串模式匹配 Graph实现了有向图的非递归广度优先遍历及非递归深度优先遍历 HeapSort利用堆排序实现优先级队列 Merge实现二路归并排序算法 MFK动态规划解背包问题 nqueue求解n皇后问题 QuickSort快速排序算法的实现。 Shell排序算法的实现。 Tree程序
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:374817
    • 提供者:zouyan
  1. knapbranch

    0下载:
  2. 0-1背包问题的分支定界算法实现。包含优先队列的实现细节。-0-1 knapsack problem branch and bound algorithm. Priority queue that contains the implementation details.
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:233856
    • 提供者:黄诚
  1. 01-knapsack-problem--

    0下载:
  2. 01背包问题的优先队列式分支限界算法程序实现-01 knapsack problem with priority queues to achieve branch and bound algorithm program
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:778686
    • 提供者:hudongfang
  1. knapsack(five)

    0下载:
  2. 实现0-1背包问题的优先队列分支限界算法 FIFO 分支限界算法 递归法 回溯法 动态规划算法-0-1 knapsack problem to achieve the priority queue FIFO branch and bound algorithms branch and bound backtracking algorithm recursion dynamic programming algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:14136
    • 提供者:iwillgoon
  1. 0-1bag

    0下载:
  2. 解决0-1背包问题的几种方法,有回溯,有优先分支界限,是一个实验报告的格式-0-1 knapsack problem to solve several methods, there are retrospective, have priority branch and bound, the format of a lab report
  3. 所属分类:File Formats

    • 发布日期:2017-04-08
    • 文件大小:45875
    • 提供者:lovewuhui
  1. 01bag

    0下载:
  2. 0/1背包问题,分置限界优先队列解决,C++实现。-0/1 knapsack problem, split and bound priority queue solve, C++ implementation.
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-10
    • 文件大小:1532
    • 提供者:ZR
  1. leastpackage

    0下载:
  2. 实现了最小背包问题的解决,利用优先级队列来解决-Achieve a minimum knapsack problem, the use of priority queues to resolve
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1781
    • 提供者:stendardo
  1. src

    0下载:
  2. ACM题目用优先队列法解决0-1背包问题c++源代码-ACM topic with priority queuing method to solve 0-1 knapsack problem c++ source code
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1215
    • 提供者:Denise
搜珍网 www.dssz.com