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

搜索资源列表

  1. beibao

    1下载:
  2. 求解背包问题:一个背包可装总重量 T,现有 n 个物件,其重量分别为(W1、W2、…、Wn)。问能否从这 n 个物件中挑选若干个物件放入背包中,使其总重量正好为 T ?若有解则给出全部解,否则输出无解-Knapsack problem: a backpack can be fitted to the total weight of T n existing object, its weight (W1, W2, ..., Wn). Asked whether this n objects to
  3. 所属分类:assembly language

    • 发布日期:2014-11-04
    • 文件大小:1024
    • 提供者:zhengchaojie
  1. beibao

    0下载:
  2. 给定一个容量为C的背包及n个重量为 wi,价值为pi的物品,要求把物品装入背 包,使背包的价值最大,此类问题为背 包问题。物品或者装入背包,或者不装 入背包,称之为0/1背包问题。 -A given a capacity for the the C of the backpack, and n a of by weight for the wi, the value of for the the the items of of pi, requirements of the
  3. 所属分类:Data structs

    • 发布日期:2017-11-08
    • 文件大小:2209
    • 提供者:yan
  1. beibao

    0下载:
  2. 一个 数据结构 关于背包问题的求解 c语言源代码-A knapsack problem solving on c language source code
  3. 所属分类:Data structs

    • 发布日期:2017-12-06
    • 文件大小:10011
    • 提供者:邓刚
  1. beibao

    0下载:
  2. 背包问题 C++ knapsack problem -The realization of the knapsack problem C++
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-20
    • 文件大小:891174
    • 提供者:wufei
  1. beibao

    0下载:
  2. 背包问题并行算法MPI源程序 并行思想加快速度-Parallel algorithm knapsack problem thinking speed parallel MPI source
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:1639
    • 提供者:袁旭炜
  1. beibao

    0下载:
  2. 一个背包问题的启发式算法,在处理小数据时可以快速得到结果。-A heuristic algorithm for knapsack problem, in dealing with small data can quickly get results.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:878
    • 提供者:qiangge
  1. beibao-2

    0下载:
  2. 二维数组解决背包问题,不是十分经典,但对初学者十分有用-Two-dimensional array to solve knapsack problem, not very classic, but very useful for beginners
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-11
    • 文件大小:2223973
    • 提供者:11
  1. acm-beibao

    0下载:
  2. acm动态规划背包问题详解一共有九讲,非常非常的实用-acm dynamic programming knapsack problem Elaborates a total of nine speakers, very very practical
  3. 所属分类:software engineering

    • 发布日期:2017-04-15
    • 文件大小:24819
    • 提供者:xiongjian
  1. beibao

    1下载:
  2. 这是背包问题的程序,用matlab实现,背包问题是NP完全问题-This is the knapsack problem program, using matlab , knapsack problem is a a NP-complete problem
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:11657
    • 提供者:a
  1. beibao

    0下载:
  2. 一个很好的运用模拟退火解决0-1背包问题的一个例子程序-A good use of simulated annealing to solve 0-1 knapsack problem an example program
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:905
    • 提供者:孙德宇
  1. beibao

    0下载:
  2. 文件里面的代码主要是用递归算法,动态规划的算法,贪婪算法,回溯算法解决没有利润分配的背包问题。-File inside the code is mainly used recursive algorithm, dynamic programming algorithms, greedy algorithms, backtracking algorithm to solve knapsack problem is no distribution of profits.
  3. 所属分类:Applet

    • 发布日期:2017-04-01
    • 文件大小:3450
    • 提供者:万羽
  1. BeiBao

    0下载:
  2. 背包问题(Knapsack problem)是一种组合优化的NP完全问题。问题可以描述为:给定一组物品,每种物品都有自己的重量和价格,在限定的总重量内,我们如何选择,才能使得物品的总价格最高。问题的名称来源于如何选择最合适的物品放置于给定背包中。相似问题经常出现在商业、组合数学,计算复杂性理论、密码学和应用数学等领域中。也可以将背包问题描述为决定性问题,即在总重量不超过W的前提下,总价值是否能达到V?它是在1978年由Merkel和Hellman提出的。-Knapsack problem (Kn
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:28357
    • 提供者:haha
  1. beibao

    0下载:
  2. 背包问题源代码,有详细的注释,逻辑比较清楚。-Knapsack problem source code
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:2464
    • 提供者:
  1. Beibao

    0下载:
  2. 实现背包问题,在限定的总重量内,我们如何选择,才能使得物品的总价格最高-Achieve knapsack problem, within a limited total weight, how we choose to make the total price of the highest items
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:795
    • 提供者:王颖
  1. beibao

    0下载:
  2. 实现背包问题,可以直接运行!!!!欢迎下载-Knapsack problem to achieve, you can directly run! ! ! ! Welcome to download
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-12
    • 文件大小:1101
    • 提供者:lan628406
  1. beibao

    0下载:
  2. 背包问题用遗传算法解决的一个例子-An example of using genetic algorithms to solve knapsack problem of
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2606
    • 提供者:misshan
  1. beibao

    0下载:
  2. 解决零一背包问题,做出来一个界面,在界面输入参数,得到结果-Zero solve a knapsack problem, made out of an interface, the interface input parameters to obtain the results
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-30
    • 文件大小:301165
    • 提供者:Cay Chance
  1. pso-beibao

    0下载:
  2. 粒子群算法解决背包问题,程序完整并能正确运行-Particle swarm algorithm to solve knapsack problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:1302
    • 提供者:qinyanhui
  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 2 3»
搜珍网 www.dssz.com