CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 0-1背包 问题

搜索资源列表

  1. simulatedannealingalgorithm

    0下载:
  2. 关于模拟退火算法的书籍,以及在0-1背包问题、旅行商问题上的实现-a book about simulated annealing algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-05-22
    • 文件大小:6216664
    • 提供者:jj
  1. Based

    0下载:
  2. 基于遗传算法的0-1背包问题的求解,可进一步另深对遗传算法理解,学习算法分析与设计的可以-Based on Genetic Algorithm for Solving 0-1 Knapsack Problem
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:6094
    • 提供者:林华
  1. 1108

    0下载:
  2. 在0 / 1背包问题中,需对容量为c 的背包进行装载。从n 个物品中选取装入背包的物品,每件物品i 的重量为wi ,价值为pi 。对于可行的背包装载,背包中物品的总重量不能超过背包的容量,最佳装载是指所装入的物品价值最高,即n ?i=1pi xi 取得最大值。约束条件为n ?i =1wi xi≤c 和xi?[ 0 , 1 ] [ 1≤i≤n]。-At 0/1 knapsack problem, there is a need for a capacity of c for the loaded
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:683
    • 提供者:samuel
  1. d

    0下载:
  2. 1. 0-1背包问题 在0 / 1背包问题中,需对容量为c 的背包进行装载。从n 个物品中选取装入背包的物品,每件物品i 的重量为wi ,价值为pi 。对于可行的背包装载,背包中物品的总重量不能超过背包的容量,最佳装载是指所装入的物品价值最高 -1. 0-1 knapsack problem at 0/1 knapsack problem, there is a need for a capacity of c for the loaded backpack. N items from
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:144467
    • 提供者:松柏长青
  1. i-ant

    0下载:
  2. 采用了基本的蚁群算法来求解0-1背包问题,该算法不仅可以对0-1背包问题进行求解,还可以对多维背包问题进行求解。-Using the basic ant colony algorithm to solve the 0-1 knapsack problem, the algorithm not only for the 0-1 knapsack problem can be solved, but also multi-dimensional knapsack problem can be sol
  3. 所属分类:Algorithm

    • 发布日期:2017-05-03
    • 文件大小:881768
    • 提供者:小龙
  1. beibao

    1下载:
  2. 对几种背包问的分析与解释,主要包干,0/1背包问题,完全背包问题-failed to translate
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:12163
    • 提供者:leking
  1. Dynamic01

    0下载:
  2. 使用C++编写的动态规划--0-1背包问题。-The use of C++, prepared by dynamic programming- 0-1 knapsack problem.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:1013
    • 提供者:海川
  1. ACO_0_1_bag

    0下载:
  2. 蚁群算法解0-1背包问题 内附测试文件 解的质量一般叫好,但是背包数增加时,耗时较长-Ant Colony Algorithm for 0-1 Knapsack Problem solution document containing test the quality of the general good, but the increase in the number of backpack, the longer time-consuming
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:46847
    • 提供者:CuipingSu
  1. backpack

    0下载:
  2. 0/1背包问题(附注释):不可拆分的0/1背包问题-0/1 knapsack problem (with Notes): non-split 0/1 knapsack problem
  3. 所属分类:Data structs

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

    0下载:
  2. 采用遗传算法解决0-1背包问题,即装入物体容量有限,每个物体有不同价值,使得最终价值最高-Using genetic algorithm to solve the 0-1 knapsack problem, that is, limited capacity into objects, each object has a different value, making the final value of the maximum
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:277466
    • 提供者:遆菲菲
  1. KnapsackProblem

    0下载:
  2. 用动态规划的方法求解0/1背包问题,vc编写。-Using dynamic programming method for solving 0/1 knapsack problem, vc preparation.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:757
    • 提供者:黄蓉
  1. beibaowenti

    0下载:
  2. 动态规划求0/1背包问题sdfgsdfs-Dynamic programming seek 0/1 knapsack problem sdfgsdfs
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1319
    • 提供者:杨有
  1. ACO

    0下载:
  2. 蚁群算法解决0-1背包问题,是一个比较小的程序,运行过,没有问题的。-the solving method of zero to one backage with ACO.It is a small programe for the zero to one problem.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-24
    • 文件大小:95563
    • 提供者:茉雨
  1. knapsack

    0下载:
  2. MFC写的用动态规划法解决0-1背包问题。-solve 0-1 knapsack problem using dynamic programming.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:20633
    • 提供者:luckypig
  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. knapsack

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

    • 发布日期:2017-04-08
    • 文件大小:871972
    • 提供者:yaolili
« 1 2 3 4 5 6 78 9 10 11 12 ... 15 »
搜珍网 www.dssz.com