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

搜索资源列表

  1. 0-1

    0下载:
  2. 算法设计与分析:动态规划解决0-1背包问题
  3. 所属分类:其它

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

    1下载:
  2. 这是一个用C++实现的0/1背包问题,它是用贪心法实现的。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9173
    • 提供者:李眼
  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. knapsack.rar

    0下载:
  2. 用GAlib库实现的解决0/1背包问题的遗传算法程序源代码。, Solution 0/1 knapsack question heredity algorithm procedure source code realizes which with the GAlib storehouse.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-11-08
    • 文件大小:3361
    • 提供者:应伟勤
  1. fenzhixianjie

    0下载:
  2. 0/1背包问题的优先队列式分支限界算法程序-0/1 knapsack problem the priority queue-type branch and bound algorithm procedure
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:2252
    • 提供者:shanyan
  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. 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. 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. 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. Backtrack_0-1bag

    0下载:
  2. 从文件读入数据,用回溯法实现了0-1背包最优解的问题-Read data from a file, using backtracking to achieve the optimal solution of the 0-1 knapsack problem
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:906
    • 提供者:canon
  1. 0-1

    0下载:
  2. 0-1背包问题, 给定一个载重量为m,n个物品,其重量为wi,价值为vi,1<=i<=n,要求:把物品装入背包,并使包内物品价值最大-0-1 knapsack problem, given a load for the m, n one item, the weight wi, the value of vi, 1 < = i < = n, asked: the items into backpacks, and to bag the maximum value of the
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:811
    • 提供者:浩星无恨
  1. 0-1-knapsack-problem

    0下载:
  2. 01背包是在M件物品取出若干件放在空间为W的背包里,每件物品的体积为W1,W2……Wn,与之相对应的价值为P1,P2……Pn。求出获得最大价值的方案。在本例中所有数值均为整数-01 M items in the backpack is out of a number of pieces on the space W of the backpack, the size of each item as W1, W2 ... ... Wn, corresponding to the value of
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:136369
    • 提供者:阿四
  1. 0-1背包问题

    0下载:
  2. 0-1背包问题的实现,用HTML,js编写的算法(0-1 knapsack problem implementation, using HTML, JS algorithm written)
  3. 所属分类:其他

  1. KnapSack2

    0下载:
  2. 0/1背包问题 利用的子集树,进行穷举算法实现(0/1 knapsack exhaustive problem)
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:66560
    • 提供者:南笙123
  1. beibao

    0下载:
  2. 这是在C语言环境下利用回溯法实现0-1背包的程序(This is in the C language environment, the use of backtracking method to achieve 0-1 knapsack program)
  3. 所属分类:其他

« 1 23 4 5 6 7 8 9 10 ... 26 »
搜珍网 www.dssz.com