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

搜索资源列表

  1. 背包问题(动态规划递归算法)的vc程序

    0下载:
  2. 用动态规划算法中的递归法求解背包问题的vc++6程序,已通过测试
  3. 所属分类:数据结构常用算法

    • 发布日期:2009-07-31
    • 文件大小:1016998
    • 提供者:lcf_spring
  1. 0-1背包问题

    1下载:
  2. 动态规划法解决0-1背包问题
  3. 所属分类:数据结构常用算法

  1. 01背包问题

    0下载:
  2. 01背包问题-动态规划 直接可用
  3. 所属分类:源码下载

    • 发布日期:2011-04-03
    • 文件大小:824
    • 提供者:zramals
  1. 背包问题

    0下载:
  2. 经典背包问题
  3. 所属分类:源码下载

    • 发布日期:2011-04-18
    • 文件大小:713918
    • 提供者:FallenDawn
  1. c++实现0-1背包问题

    0下载:
  2. 用C++工具,使用动态规划算法实现0-1背包问题,(implementation of the 0-1 knapsack problem with C++)
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:1024
    • 提供者:aoaopeng
  1. 背包问题测试数据

    0下载:
  2. 可以解决背包问题没有合理数据的程序()
  3. 所属分类:其他

  1. 背包问题

    0下载:
  2. 背包问题(Knapsack problem)是一种组合优化的NP完全问题(Knapsack problem (Knapsack problem) is a NP complete problem of combinatorial optimization)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-30
    • 文件大小:1024
    • 提供者:大白菜ml
  1. 背包问题动态规划详解

    0下载:
  2. 0/1背包问题动态规划详解及C代码 动态规划是用空间换时间的一种方法的抽象。(0/1 knapsack problem dynamic programming detailed and C code Dynamic programming is the abstraction of a method of replacing time with space.)
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:13312
    • 提供者:zhangruliang
  1. 背包问题

    0下载:
  2. 算法效果较为良好,实现背包问题价值最大,采用遗传算法实现的比较不错的结果(The algorithm effect is good, the maximum value of the knapsack problem, genetic algorithm is used to achieve good results)
  3. 所属分类:其他

    • 发布日期:2018-01-04
    • 文件大小:3072
    • 提供者:莹莹11
  1. 贪心算法背包问题

    0下载:
  2. 一个简单贪心算法的研究,背包问题,供大家浏览参考。(A simple greedy algorithm research, knapsack problem, reference for browsing.)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:1024
    • 提供者:CJPYXS
  1. 背包问题课程设计报告

    0下载:
  2. 已知n个物体的重量依次为W1>W2>W3>…….Wn,一个背包可以容纳物体的重量为W,将这些物体放入背包,要求所放置的物体的重量正好为W。(There are something,the number is n,the weight is w1>w2>w3>...wn,a bag can hold a weight of w,put these things into the bag,is just the weight.)
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:292864
    • 提供者:hujjkkk
  1. 背包2

    0下载:
  2. 解决背包问题的一个算法 ,可以看看的啊大大撒打算 打上单(sssfaadasdasdasfdsgdsgdssgddsgvfdasdffsfd)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-10
    • 文件大小:2048
    • 提供者:GGBBB
  1. 背包问题

    0下载:
  2. 贪心算法解决背包问题:给定n种物品和一个背包。物品i的重量是Wi,其价值为Vi,背包的容量为C。应如何选择装入背包的物品,使得装入背包中物品的总价值最大?(The greedy algorithm solves the knapsack problem: a given n item and a backpack. The weight of the item I is Wi, its value is Vi, and the capacity of the knapsack is C. How
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:91136
    • 提供者:wj456jw
  1. 贪心法求背包问题

    0下载:
  2. 贪心法求背包问题,如何选择使得背包中物品价值最大(A greedy method for the problem of knapsack)
  3. 所属分类:其他

    • 发布日期:2018-04-18
    • 文件大小:5120
    • 提供者:jikeZ
  1. 回溯法求解0-1背包问题

    0下载:
  2. 文件包括回溯法求解0-1背包问题的C++源程序,包括运行界面(The file includes a backtracking method for the C++ source program for solving 0-1 knapsack problems, including the running interface)
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:43008
    • 提供者:yog206
  1. PSO算法解决背包问题

    0下载:
  2. 粒子群算法与多目标优化问题的结合,解决背包问题实例(Combining particle swarm optimization with multi-objective optimization, we solve knapsack proble)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:16384
    • 提供者:linyi01
  1. 应用禁忌搜索算法解决0-1背包问题

    6下载:
  2. 利用禁忌搜索算法求解0-1背包问题。禁忌搜索算法相比其他搜索算法更优,设置藐视规则来避免陷入局部最优解。(Solve 0-1 Knapsack Problem based on Tabu search. The tabu search algorithm is superior to other search algorithms and sets contempt rules to avoid falling into local optimal solutions.)
  3. 所属分类:matlab例程

    • 发布日期:2019-11-27
    • 文件大小:84992
    • 提供者:大白pu
  1. 遗传算法01背包问题

    1下载:
  2. 使用遗传算法解决01背包问题,并输出得到最大价值的遗传代数以及每一代的最大价值(Using genetic algorithm to solve 01 knapsack problem)
  3. 所属分类:Windows编程

    • 发布日期:2020-10-10
    • 文件大小:2048
    • 提供者:23258hyw
  1. matlab程序(解决0-1背包问题)

    3下载:
  2. 使用遗传算法解决0-1背包问题,调试成功,非常适合初学者了解遗传算法和0-1背包问题(Using genetic algorithm to solve 0-1 knapsack problem, debugging is successful. It is very suitable for beginners to understand genetic algorithm and 0-1 knapsack problem.)
  3. 所属分类:其他

    • 发布日期:2020-10-10
    • 文件大小:21504
    • 提供者:MR安眠
  1. NSGA2解决0-1背包问题

    2下载:
  2. 用遗传算法解决背包问题,供大家参考交流。。。(Using genetic algorithm to solve the knapsack problem, for your reference and exchange...)
  3. 所属分类:其他

    • 发布日期:2021-02-26
    • 文件大小:6144
    • 提供者:刘一凡1
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com