搜索资源列表

  1. 背包问题

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

    • 发布日期:2008-10-13
    • 文件大小:2194
    • 提供者:常乐
  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. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:8788
    • 提供者:李亚伟
  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. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1064
    • 提供者:应吉平
  1. 背包问题的两种算法实现

    0下载:
  2. 本例编程实现背包问题的递归和非递归算法,让你彻底了解这种算法-the cases Programming knapsack problem of recursive and non - recursive algorithm, so you thoroughly understand this algorithm
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:13767
    • 提供者:朱南辉
  1. 背包问题递归算法

    0下载:
  2. 背包问题的递归算法,以C语言原代码给出,有需要的朋友 可以下载,不许要帐号,自由下载。-knapsack problem recursive algorithm to the original C language code is given, a friend in need can be downloaded allowed to account, free download.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1022
    • 提供者:王少石
  1. 背包问题之贪婪算法求解C语言源代码)

    0下载:
  2. 背包问题的贪婪算法,需要的下,不需要帐号的,自由的下。-knapsack problem of greedy algorithm, need, need not account, free under.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1371
    • 提供者:王少石
  1. 01背包问题

    0下载:
  2. 采用分枝限界法解决0/1背包问题! 本人上机实习作业,通过老师验收,合格! 针对部分上机实习的同学可以来下~-used Branch and Bound France 0 / 1 knapsack problem! I practice on the machine operations, acceptance by the teachers, qualified! In view of the attachment on th
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1825
    • 提供者:张锐
  1. 背包

    0下载:
  2. 给定n种物品和一背包。物品i的重量是wi,体积是bi,其价值为vi,背包的容量为c,容积为d。问应如何选择装入背包中的物品,使得装入背包中物品的总价值最大?在选择装入背包的物品时,对每种物品i只有两种选择,即装入背包或者不装入背包。不能将物品i装入背包多次,也不能只装入部分的物品i。试设计一个解此问题的动态规划算法,并分析算法的计算复杂性。(Given n items and a knapsack. The weight of the
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:740352
    • 提供者:为了
  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下载:
  2. 使用java语言实现贪心算法中的局部背包问题,适合正在学习这方面算法的人使用。(The Java language is used to implement the local knapsack problem in the greedy algorithm, which is suitable for people who are learning this algorithm.)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-16
    • 文件大小:4377600
    • 提供者:歪猴
  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. MC【1.7.10】背包编辑MOD

    0下载:
  2. 我的世界1.7.10背包编辑,可以编辑物品属性 个人觉得很好用来分享一下(Microsoft 1.7.10 backpack editor can edit item properties. A person feels good to share it)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:312320
    • 提供者:Play7770
  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. 背包辅助1.60

    0下载:
  2. 清理背包辅助 非常好用,私服专用的,本人亲测可以用(Cleaning backpack assistant is very useful. I can use it personally.)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:387072
    • 提供者:飞羽1
  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 2 34 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org