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

搜索资源列表

  1. 0_1背包问题

    0下载:
  2. 经典的0-1背包问题.-classical 0-1 knapsack problem.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1071
    • 提供者:la
  1. 0-1

    0下载:
  2. 解决0-1背包问题的 还可以哈 就这些了 希望对大家有用
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1500
    • 提供者:吴越
  1. 0-1

    0下载:
  2. 掌握回溯法的应用 用回溯法求解0-1背包问题。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:6789
    • 提供者:
  1. 0-1背问题

    0下载:
  2. 0-1背包问题 可以提供在背包方面遇到问题的学生或者有需要的人.-0-1 knapsack problem can provide a backpack problems encountered students or those who are in need.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:957
    • 提供者:马涛
  1. 背包问题2 递归

    1下载:
  2. 一个0-1背包问题的C++实现,背包的容量为t,各物品的重量分别为w1,w2。。。wn,找一个能装下最大重量的物品组合,用递归形式的贪心法实现-a 0-1 knapsack problem of C achieved, the capacity for backpack t, the weight of the items were w1, w2. . . Wn, one can find the largest installed under the weight of goods portf
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:8600
    • 提供者:飞杨
  1. 0-1Knapsack.problem

    0下载:
  2. Knapsack problemnew01背包问题(动态规划) 01背包实验报告-Knapsack problemnew01 knapsack problem (dynamic programming) 01 backpack Experimental Report
  3. 所属分类:Data structs

    • 发布日期:2017-05-13
    • 文件大小:2185866
    • 提供者:ggq
  1. SimulatedAnnealingAlgorithm

    1下载:
  2. matlab编制的用模拟退火算法解决0-1背包问题的具体实例-matlab prepared using simulated annealing algorithm to solve 0-1 knapsack problem specific examples of
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1535
    • 提供者:潘晔
  1. an

    0下载:
  2. 利用模拟退火解决0-1背包问题,适合初学者。-The use of simulated annealing to solve 0-1 knapsack problem, suitable for beginners.
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1107
    • 提供者:dayong
  1. Fac3_9

    0下载:
  2. //0-1背包问题动态规划解法,原自王晓东算法设计,该程序已调通-//0-1 knapsack problem dynamic programming method, the original algorithm since Xiaodong design, the program has been transferred Qualcomm
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1051
    • 提供者:ss
  1. GA

    2下载:
  2. 本程序是在MATLAB平台上,利用智能优化算法遗传算法来解决01背包问题。在0 / 1背包问题中,需对容量为c 的背包进行装载。从n 个物品中选取装入背包的物品,每件物品i 的重量为wi ,价值为pi 。对于可行的背包装载,背包中物品的总重量不能超过背包的容量,最佳装载是指所装入的物品价值最高。-This procedure is in the MATLAB platform using intelligent genetic algorithm optimization algorithm t
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1625
    • 提供者:周薇
  1. 0-1

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

    • 发布日期:2017-04-28
    • 文件大小:172502
    • 提供者:松柏长青
  1. KnapsackProblem

    0下载:
  2. 0/1背包问题的几种解法,包括回溯法、动态规划法以及穷举法。另外还包括集中方法的一个测试报告。-0/1 knapsack problem several solutions, including backtracking, dynamic programming method and the exhaustive method. It also includes a focus on methods of test reports.
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:157351
    • 提供者:王若
  1. 0-1

    0下载:
  2. 分支限界法 0/1背包问题 程序 分支限界法 0/1背包问题 程序
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1778
    • 提供者:firstboy
  1. POS_c

    1下载:
  2. 本程序是用PSO用于求解NP难问题,如0-1背包问题,效果很好-This procedure is used PSO for solving the NP hard problems, such as 0-1 knapsack problem, well
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-02
    • 文件大小:1241
    • 提供者:杨维
  1. Knapsack

    0下载:
  2. 0-1背包 给定n种物品和一背包。物品i的重量是wi,其价值为vi,背包的容量为c。问应如何选择装入背包中的物品,使得装入背包中物品的总价值最大?
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-10
    • 文件大小:702
    • 提供者:拉力
  1. knapsack

    0下载:
  2. 0-1背包问题,典型的动态规划问题的实现过程-0-1 knapsack problem, a typical dynamic programming problem of the realization of the process! ! !
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:1175
    • 提供者:刘艺
  1. SA

    1下载:
  2. 这是用模拟退火算法解决0-1背包问题,下载后可直接运行,可以帮助有需要对模拟退火算法进行了解的朋友。-This is a simulated annealing algorithm to solve the 0-1 knapsack problem, after downloading, can be directly run, you can help those in need of the simulated annealing algorithm to find out about fr
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1195
    • 提供者:小吴
  1. pso_01

    1下载:
  2. 使用二进制PSO解决0-1背包问题的MATLAB程序-The use of PSO to solve 0-1 knapsack problem
  3. 所属分类:MPI

    • 发布日期:2017-04-01
    • 文件大小:9967
    • 提供者:waterjj
  1. BackTrack_01backpack

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

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

    0下载:
  2. 0-1背包问题的动态规划,根据算法书上自己编写的一个小程序,背包问题用动态规划的方法来解决-0-1 knapsack problem dynamic programming, according to algorithm I have written the book on a small program, knapsack problem using dynamic programming approach to the
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:107245
    • 提供者:王周利
« 1 2 34 5 6 7 8 9 10 ... 29 »
搜珍网 www.dssz.com