搜索资源列表

  1. 01背包问题

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

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

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

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

    0下载:
  2. 0-1背包问题算法在java语言的实现程序-0-1 knapsack problem algorithm java language in the realization process
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:成成
  1. 0-1背包的回溯算法

    1下载:
  2. 回溯法解决0-1背包问题-Backtracking 0-1 knapsack problem solving
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-16
    • 文件大小:254976
    • 提供者:gtop
  1. 0-1背包的动态规划算法

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

    • 发布日期:2024-05-16
    • 文件大小:248832
    • 提供者:gtop
  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. 所属分类:数据结构常用算法

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:马涛
  1. 背包问题2 递归

    0下载:
  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 u
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-16
    • 文件大小:8192
    • 提供者:飞杨
  1. 背包算法

    0下载:
  2. 高级算法中的背包问题求解,算法简便高效,主要解决动态规划0-1背包问题-senior algorithm to solve the knapsack problem, the algorithm is simple and efficient, dynamic programming solution 0-1 knapsack problem
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-16
    • 文件大小:8192
    • 提供者:李亚伟
  1. 贪婪算法解决背包

    0下载:
  2. 运用贪婪算法能够很好解决0/1背包问题,这是我编的一个小程序,运行过很好。-greedy algorithm can be used to solve a very good 0/1 knapsack problem, this is my part of a small program running very good.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:应吉平
  1. 贪心算法背包问题

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

    • 发布日期:2024-05-16
    • 文件大小: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
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:292864
    • 提供者:hujjkkk
  1. 背包2

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

    • 发布日期:2024-05-16
    • 文件大小: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 capa
  3. 所属分类:其他小程序

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

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

    • 发布日期:2024-05-16
    • 文件大小: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. 所属分类:其他小程序

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

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

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

    0下载:
  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 o
  3. 所属分类:matlab例程

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

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

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

    0下载:
  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. 所属分类:其他小程序

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

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

    • 发布日期:2024-05-16
    • 文件大小:6144
    • 提供者:刘一凡1
« 1 23 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org