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

搜索资源列表

  1. GreedyBag

    0下载:
  2. 贪心算法求背包问题,分别求出了三种标准1. 按效益值由大到小取物品. 2. 按重量值由小到大取物品 3.按比值pi/wi的值由大到小取物品 其中第3种是最优解-Greedy algorithm for knapsack problem, respectively, obtained three standard 1. Press-effective value of descending and remove things. 2. By weight the value of items
  3. 所属分类:source in ebook

    • 发布日期:2017-04-05
    • 文件大小:1050
    • 提供者:Allan
  1. bag

    0下载:
  2. C++实现的,遗传算法解决背包问题,很经典-C++ implementation of genetic algorithm to solve knapsack problem, it is classic
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:923575
    • 提供者:wangdong
  1. BOX

    6下载:
  2. 最少背包问题:假设有许多盒子,每个盒子能保存的总重量为1.0。有N个项i1,i2,…,iN,它们的重量分别是w1,w2,…,wN。目的是用尽可能少的盒子放入所有的项,任何盒子的重量不能超过他的容量。例如,如果想的重量为0.4, 0.4, 0.6和0.6,用两个盒子就能解决。 按如下策略解决此问题:按给定的次序扫描每一个项,把每一个项放入能够容纳他而不至于溢出的最满的盒子。用优先级队列选择要装入的盒子。-Minimum knapsack problem: Suppose there are m
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:1883
    • 提供者:lijinping
  1. linux4

    0下载:
  2. linux下的MPI的C语言程序,包括背包问题的源代码和结果-MPI under linux C-language program, including the knapsack problem of the source code and results
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:18426
    • 提供者:zxh170601
  1. knappara

    0下载:
  2. 本程序实现0-1背包问题的遗传算法的并行计算,mpi+c语言-This procedure achieved 0-1 knapsack problem genetic algorithm parallel computing, mpi+ c language
  3. 所属分类:MPI

    • 发布日期:2017-04-08
    • 文件大小:11652
    • 提供者:发奋图强
  1. rrrrrrrrr

    0下载:
  2. 0-1背包问题多种解法,你也可以学习我们的-0-1 knapsack problem a variety of solution, you can also learn from our
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:1588
    • 提供者:汪九
  1. 01back

    0下载:
  2. 01背包问题算法源码,方便大家学习不同算法-01 knapsack problem algorithm source code, to facilitate them to learn from different algorithms
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:547
    • 提供者:邓涛
  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
    • 文件大小:2617971
    • 提供者:天雨
  1. test-data-for-01-knapscap-problem

    0下载:
  2. 这个是用于01背包问题的测试数据,很多论文都用这其中的数据集来测试-This is a knapsack problem for the 01 test data, a lot of papers with which the data set to test
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:4221
    • 提供者:吴凡
  1. beibao

    0下载:
  2. 背包问题,可以解决最短路径问题,或优化问题-Knapsack problem, the shortest path problem can be solved, or optimization problems
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1224
    • 提供者:liuyanan
  1. 01package

    0下载:
  2. 01背包问题的贪心法源代码 供给有需要的参考-01 knapsack problem greedy algorithm source code
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:946435
    • 提供者:wanchao
  1. 背包问题用lc分支限界方法

    0下载:
  2. 01背包问题,用lc分支限界方法,做的ppt-01 knapsack problem, using lc branch and bound method, do ppt
  3. 所属分类:软件工程

    • 发布日期:2017-03-26
    • 文件大小:6433
    • 提供者:agui
  1. beibao

    0下载:
  2. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-23
    • 文件大小:313619
    • 提供者:陈理
  1. Algorithms

    0下载:
  2. 算法导论上机作业java实现,主要有背包问题,八皇后问题,递归等。-Introduction to the machine operation algorithm java to achieve, there are knapsack problem, the eight queen problem, recursive and so on.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:17630
    • 提供者:pingyang
  1. C

    1下载:
  2. 本文档容括了C(C++)所有算法,分为数值算法、图论算法、背包算法、排序算法、高精度算法、树的遍历、进制转换、全排列和组合生成、查找算法、贪心、回溯法框架、DFS框架、BFS框架、数据结构相关算法。并有实例源码-This document, including the capacity C (C ) for all algorithms, divided into numerical algorithms, graph theory, algorithm, knapsack algorit
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:15320
    • 提供者:海霞
  1. pacel

    0下载:
  2. 经典问题----背包问题的java源代码,求解-Knapsack problem---- the classic problem of the java source code, to solve
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:10849
    • 提供者:zhaopengfei
  1. beibaowenti

    0下载:
  2. C语言常用算法 之 背包问题 常用代码 方便使用-C language commonly used algorithm for the knapsack problem to facilitate the use of common code
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1222
    • 提供者:李永鑫
  1. Knapsack_V6.0

    0下载:
  2. vc实现的0-1背包问题,一般递归方法,动态规划方法和贪心方法-vc achieved 0-1 knapsack problem, the general recursive method of dynamic programming methods and greedy method
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:18500
    • 提供者:wangkc
  1. pso

    0下载:
  2. 修正过的pso 算法 属于离散型的pso程序,可用于变量筛选,效果不错!-Modified discrete PSO algorithm belonging to the PSO procedure, can be used for variable selection, good results!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:957
    • 提供者:曹洪印
  1. SimulatedAnnealingAlgorithm

    1下载:
  2. matlab编制的用模拟退火算法解决0-1背包问题的具体实例-matlab prepared using simulated annealing algorithm to solve 0-1 knapsack problem specific examples of
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1535
    • 提供者:潘晔
« 1 2 ... 12 13 14 15 16 1718 19 20 21 22 ... 50 »
搜珍网 www.dssz.com