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. tracking01

    0下载:
  2. 采用回溯法解决0-1背包问题,验证是否能获得最优解.-Retrospective method used to solve 0-1 knapsack problem, verify whether he can be the optimal solution.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:1101
    • 提供者:FF
  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. tanxinsuanfa

    0下载:
  2. 背包问题和0/1背包问题的主要区别就是物品可不可以再分割。背包问题中的物品可以再进行分割,而0/1背包问题中的物品则反之。贪心算法往往只从局部去考虑问题,所以在解决0/1背包问题时得不到最优解。-class GreedyAlgorithm{ public: GreedyAlgorithm(int _weight[],int _value[],int capacity) double*ComputeRatio() void Sor
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:1052
    • 提供者:wenwen
  1. dongtaiguihua

    0下载:
  2. 动态规划解决0-1背包问题,可以完整输出结果-Dynamic programming to solve 0-1 knapsack problem, you can complete the output
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:782
    • 提供者:高宇
  1. knapsack

    0下载:
  2. c语言实现的0-1背包问题,很简单,运行正常可靠,页面简洁。-c language implementation of the 0-1 knapsack problem, is very simple, operating normally reliable, simple page.
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:663
    • 提供者:风筝
  1. txss

    0下载:
  2. 0-1背包问题,非常重要的,必须好好学啊!同学忙呢 -0-1 knapsack problem, a very important and should be properly learn ah! Busy students do
  3. 所属分类:File Operate

    • 发布日期:2017-04-01
    • 文件大小:1523
    • 提供者:汪九
  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. 这个文件夹包含了0-1背包问题的源代码、可执行文件和上级报告。-This folder contains the 0-1 knapsack problem source code, executable files, and supervisor.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:154547
    • 提供者:shizilong
  1. knapsack

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

    • 发布日期:2017-04-08
    • 文件大小:20633
    • 提供者:luckypig
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 23 »
搜珍网 www.dssz.com