CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 0-1背包 问题

搜索资源列表

  1. BranchandBound_01backpack

    0下载:
  2. 0-1背包问题是一个经典的算法问题,有多种解法,这里用分支定界法求解。-0-1 knapsack problem is a classical algorithm for the problem, there are several solution here solved with branch and bound method.
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:726717
    • 提供者:储大为
  1. DynamicProgramming_01backpack

    0下载:
  2. 0-1背包问题是一个经典的算法问题,有多种解法,这里用动态规划的方法求解。-0-1 knapsack problem is a classical algorithm for the problem, there are a variety of solution, where the method for solving using dynamic programming.
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:537311
    • 提供者:储大为
  1. bag_program

    0下载:
  2. 0-1背包问题,算法设计中最常见也是最经典的问题,希望对学习算法的有所帮助-0-1 knapsack problem, algorithm design of the most common and most classic problems in the hope of learning algorithms help
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:777
    • 提供者:张飞
  1. backpack-ga-algorithm

    0下载:
  2. 背包问题或0-1背包问题遗传算法程序,里面用的实数编码方式值得借鉴。-0-1 knapsack problem or knapsack problem genetic algorithm procedure, which uses real coding can be learned.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1999
    • 提供者:olivejy
  1. GA

    0下载:
  2. 遗传算法 0-1背包问题的代码 初始群体 选择 交叉 变异 评估函-0-1 knapsack problem genetic algorithm code for the initial assessment of functional group selection crossover and mutation
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1708
    • 提供者:甘孟壮
  1. lingyibeibao

    0下载:
  2. 0/1背包问题的动态规划算法,要求输出背包内物品的最大价值以及选入背包的物品种类,利用动态规划方法设计背包问题-0/1 knapsack problem of dynamic programming algorithm, the maximum output value in the backpack items and selected by the backpack, dynamic programming method to design a knapsack problem
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:585
    • 提供者:曹萌萌
  1. DP

    0下载:
  2. 算法设计的经典问题,动态规划算法,实现0-1背包问题-Classic problem of algorithm design, dynamic programming algorithm to achieve the 0-1 knapsack problem
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:103568
    • 提供者:欧阳欣昕
  1. language18-22casesofactual

    0下载:
  2. 实例18  实现基本的串操作  实例19  计算各点到源点的最短距离 实例20  储油问题  实例21  中奖彩球问题  实例22  0-1背包问题- Instance 18 Achieve the basic string operations Instance 19 Points to calculate the shortest distance from source Instance 20
  3. 所属分类:source in ebook

    • 发布日期:2017-04-02
    • 文件大小:3832
    • 提供者:SB
  1. the_design_and_analysis_of_algorithm

    0下载:
  2. 算法设计与分析全部作业及实验资料. 第1章 最大覆盖问题 第2章 排列的字典序问题 第3章 depot仓库布局问题 第4章 priest繁忙的牧师 第5章 egypt埃及分数问题 第6章 squard方格移动问题 第7章 work工作安排问题 课堂算法 连续背包问题 课堂算法 作业调度问题 实验1 字典序问题 实验2 高精度乘法 实验3 0/1背包问题(DP) -Algorithm design and analysis of
  3. 所属分类:source in ebook

    • 发布日期:2017-05-06
    • 文件大小:1358478
    • 提供者:zgx
  1. knapsack

    0下载:
  2. 对于0—1背包问题问题利用动态规划法在C++中进行编程解决。-Knapsacks
  3. 所属分类:Mathimatics-Numerical algorithms

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

    0下载:
  2. 0-1背包问题算法,采用动态规划思想实现。-the Algorithm of 0-1bag problem,it is implemented with Dynamic programming.
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:243448
    • 提供者:hansun
  1. 01pack

    0下载:
  2. 0-1背包问题:给定n种物品和一个背包。物品i的重量是Wi,其价值为Vi,背包的容量为C。应如何选择装入背包的物品,使得装入背包中物品的总价值最大?在选择装入背包的物品时,对每种物品i只有两种选择,即装入背包为1或不装入背包为0.不能将物品i装入背包多次,也不能只装入部分物品i。-0-1 pack
  3. 所属分类:Algorithm

    • 发布日期:2017-04-24
    • 文件大小:374750
    • 提供者:李静
  1. beibaowenti

    0下载:
  2. 一种介绍求解0-1背包问题的快速蚁群算法的PDF文档。-A descr iption for the 0-1 knapsack problem fast ant colony algorithm PDF documents.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:451405
    • 提供者:fengxin
  1. 01Knapsack

    0下载:
  2. 贪心法0-1背包问题贪 心法0-1背包问题-0/1Knapsack problem greedy Method
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-11
    • 文件大小:1008
    • 提供者:xnn
  1. beibao

    0下载:
  2. 0-1背包问题:给定n种物品和一个背包,物品i的重量是Wi,物品i价值为Vi,背包的容量为C。应如何选择装入背包的物品,使得装入背包中物品的总价值最大? 在选择装入背包的物品时,对每种物品i只有两种选择,即装入背包为1或不装入背包为0。不能将物品i装入背包多次,也不能只装入部分的物品i。0-1背包问题的主要特点是在选择物品i装入背包时,每种物品仅有一件,可以选择放或不放-0-1 knapsack problem: Given n types of items and a backpack, th
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:1235
    • 提供者:丁佩
  1. SpecialPacket

    0下载:
  2. 特殊的0-1背包问题求解,使用贪心法求解,有多个贪心策略。-0-1 Knapsack Problem particular, the use of greedy method, a number of greedy strategy.
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2374708
    • 提供者:aiken
  1. treasure

    0下载:
  2. 寻宝问题 动态规划算法 原理同0/1背包问题-Treasure Hunt with the principles of dynamic programming algorithm problems 0/1 knapsack problem
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1169
    • 提供者:wmj
  1. MNTH

    0下载:
  2. 在管理科学、计算机科学、分子物理学、生物学、超大规模集成电路设计、代码设计、图像处理和电子工程等领域中,存在着大量的组合优化问题。例如,货郎担问题、最大截问题、0—1背包问题、图着色问题、设备布局问题以及布线问题等,这些问题至今仍未找到多项式时间算法。-In management science, computer science, molecular physics, biology, VLSI design, code design, image processing and electro
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:185270
    • 提供者:张浩
  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. knapdynamicprogram

    1下载:
  2. 0-1背包问题的动态规划算法实现。包含1维及2维0-1背包问题。-0-1 knapsack problem dynamic programming algorithm. Contains 1-D and 2-dimensional 0-1 knapsack problem.
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:180689
    • 提供者:黄诚
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 23 »
搜珍网 www.dssz.com