CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - Knapsack Problem

搜索资源列表

  1. glouton

    0下载:
  2. 以贪吃为基础算法解决背包问题,附加功能允许物品重量为0。在linux环境下用makefile进行编译。-to Dandelion-based algorithm to solve knapsack problem, additional feature allows weight to 0. Linux environment in the makefile used computer.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:5.62kb
    • 提供者:zhenglei
  1. 0_1question

    0下载:
  2. 计算机算法中著名的0_1背包问题:给定n种物品和一背包。物品i的重量是Wi,其价值为Vi,背包的容量是c,问应如何选择装入背包中的物品,使得装入背包中物品的总价值最大。-computer algorithm famous 0_1 knapsack problem : given n product and a backpack. I articles of the weight of Wi, the value of Vi and backpack is the capacity c, aske
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:11.65kb
    • 提供者:贾明明
  1. beibao__1wei

    0下载:
  2. 背包问题得模拟退火解法实现,调试通过,觉得有收藏价值。-knapsack problem in the simulated annealing method to achieve, through debugging feel the collectible value.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.33kb
    • 提供者:李物
  1. 0-1beibao

    0下载:
  2. 0-1背包问题,采用了求最优解和求最优值,分别用递归和回代来实现.-0-1 knapsack problem using the optimal solution for the optimal value and demand, and to use recursive generation to achieve.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:7.57kb
    • 提供者:林静
  1. OI

    1下载:
  2. 用多种算法解决0-1背包问题,包括回朔法,动态规划,贪心算法等-algorithm used to solve a variety of 0-1 knapsack problem, including the retrospective method, dynamic programming, greedy algorithm
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:420.98kb
    • 提供者:王垂宇
  1. package

    0下载:
  2. 详细介绍有多个背包的01背包问题,此问题是NP问题,不能用一般算法解决,此资料提供了一些分析,和一些近似算法-There are a number of details of the 01 backpack knapsack problem, this problem is NP problem, the general algorithm can not be resolved, this information provides some analysis, and some approxi
  3. 所属分类:Algorithm

    • 发布日期:2017-05-12
    • 文件大小:2.5mb
    • 提供者:天雨
  1. BeiBao1

    0下载:
  2. 动态规划算法求解0-1背包问题,动态规划算法knapsack求最优值-Dynamic programming algorithm for solving 0-1 knapsack problem, dynamic programming algorithm for optimal value knapsack
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:167.19kb
    • 提供者:walle
  1. i-ant

    0下载:
  2. 采用了基本的蚁群算法来求解0-1背包问题,该算法不仅可以对0-1背包问题进行求解,还可以对多维背包问题进行求解。-Using the basic ant colony algorithm to solve the 0-1 knapsack problem, the algorithm not only for the 0-1 knapsack problem can be solved, but also multi-dimensional knapsack problem can be sol
  3. 所属分类:Algorithm

    • 发布日期:2017-05-03
    • 文件大小:861.1kb
    • 提供者:小龙
  1. OTHERS

    0下载:
  2. 包含一些大眾化的數學題目,比如說buffon丟針問題、dijkstra的三色旗問題、找零錢問題、背包問題、無限位數的整數運算、最短路徑問題-Contains a number of popular topics in mathematics, for example, lost buffon needle problem, dijkstra the tri-color flag in trouble, go to change the problem, knapsack problem, inf
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:20.06kb
    • 提供者:c2535103
  1. beibaowenti

    0下载:
  2. 背包问题,如何装背包能使背包获得最大的价值-Knapsack problem, how to make backpack loaded backpack get the most value
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:953byte
    • 提供者:chenjuan
  1. Knapsack

    0下载:
  2. Knapsack problem. Fractional knapsack,DDG, 0-1 knapsack are included
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:74.72kb
    • 提供者:Nisha
  1. Knapsack

    0下载:
  2. Using java language implement an 0 / 1 knapsack problem. Using the recursive algorithm.And the interface also is added.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2.5kb
    • 提供者:jiangge
  1. knapsackGA_PDynamic

    0下载:
  2. Knapsack Problem - Genetic Algorithm. Results can be compared with optimal value obtained from function using Dynamic Programming.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:9.67kb
    • 提供者:lazy_moose
  1. bag_program

    0下载:
  2. 0-1背包问题,算法设计中最常见也是最经典的问题,希望对学习算法的有所帮助-0-1 knapsack problem, algorithm design of the most common and most classic problems in the hope of learning algorithms help
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:777byte
    • 提供者:张飞
  1. KnapSack

    0下载:
  2. Fractional knapsack problem, Greedy algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:399.37kb
    • 提供者:Nguyen
  1. beibaowenti

    0下载:
  2. 背包问题详细讲解,背包问题详细讲解一共九课-Elaborate knapsack problem, knapsack problem to explain in detail a total of nine courses
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:323.35kb
    • 提供者:李学兵
  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
    • 文件大小:906byte
    • 提供者:canon
  1. Knapsack-problem-based-on-GA

    1下载:
  2. 本文件含论文及源代码。论文首先介绍了基本遗传算法的基本原理、特点及其基本实现技术,接着针对背包问题,论述了遗传算法在编码表示和遗传算子(包括选择算子、交叉算子变异算子这三种算子)等方面的应用情况。并且结合背包问题实例,给出了具体的编码方法,运行参数,群体大小,最大迭代次数,以及合适的遗传算子。最后,简单说明了遗传算法在求解背包问题中的应用并对遗传算法解决背包问题的前景提出了展望。-The file containing the papers and source code. The paper
  3. 所属分类:Algorithm

    • 发布日期:2017-11-07
    • 文件大小:411.17kb
    • 提供者:李海波
  1. knapsack

    0下载:
  2. A branch and bound algorithm for the 0-1 knapsack problem.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3.41kb
    • 提供者:michael
  1. lab7-knapsack

    0下载:
  2. the code for the knapsack problem
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:49.88kb
    • 提供者:rockstar
« 12 3 »
搜珍网 www.dssz.com