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

搜索资源列表

  1. 01

    0下载:
  2. 动态规划算法之0-1背包问题算法的实现。-Dynamic programming algorithm of 0-1 knapsack problem algorithm.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-10
    • 文件大小:632
    • 提供者:yangdingyi
  1. 01knapsack

    0下载:
  2. 01背包动态规划法的cpp文件 直接可用-01 knapsack dynamic programming
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:605
    • 提供者:荆博
  1. GA01knapsack

    0下载:
  2. 用VC++编程运用遗传算法及其改进模式求解01背包问题-VC++ programming with the use of genetic algorithm and its improved model for solving knapsack problem 01
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:210000
    • 提供者:刘浏
  1. c2

    0下载:
  2. c++, 动态规划解决01背包问题-c++, 01 knapsack problem dynamic programming to solve
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:1753
    • 提供者:何林书
  1. 01knapsack

    0下载:
  2. 运用动态规划实现01背包的问题,c++编写,值得学习-01knapsack,Dynamic programming
  3. 所属分类:Data structs

    • 发布日期:2017-05-20
    • 文件大小:5957538
    • 提供者:李宏伟
  1. pakage

    0下载:
  2. 01背包问题:给定n种物品和一个背包。物品i的重量是wi,其价值为vi,背包的容量为c.问应如何选择装入背包中的物品,使得装入背包中物品的总价值最大。-01 knapsack problem: Given n types of items and a backpack. Item i of the weight of wi, the value of vi, c. Q backpack with a capacity of how to choose the items into the bac
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1963
    • 提供者:苏小猫
  1. CPP01beibao

    0下载:
  2. 使用动态规划法求解01背包问题,语言背景是c++语言-01 method using dynamic programming knapsack problem, language background is c++ language
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2668
    • 提供者:ray
  1. 01beibao(dongtaiguihua)

    0下载:
  2. 01背包问题的动态规划算法,能运行,我调好的-01 knapsack problem dynamic programming algorithm, to run, I am a good tune
  3. 所属分类:Data structs

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

    0下载:
  2. c++中运用动态规划解决01背包问题可以运行,有汉字说明-c++ using dynamic programming to solve the knapsack problem can run 01, with characters that ~ ~
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:792
    • 提供者:tmy5869
  1. middle

    0下载:
  2. 动态规划求解01背包问题,使用VC++6.0开发,C-dynamic program for 0-1 package problem
  3. 所属分类:Data structs

    • 发布日期:2017-05-01
    • 文件大小:892017
    • 提供者:wang
  1. 01bag_problem

    0下载:
  2. 特殊的01背包(原算法分析题4-3) 问题描述:01背包是在N件物品取出若干件放在空间为C的背包里,每件物品的体积为W1,W2……Wn,与之相对应的价值为P1,P2……Pn,并取得最大价值。普通的01背包中物品的重量和价值没有明确的关系,这里定义一种特殊的01背包:向背包中放入的物品的价值和体积成反比,也就是价值越高,体积越小,注意这里物品价值和体积的乘积并不是固定值。例如:如下的物品满足这个“特殊的01背包”,5件物品: 物品1,价值 v=6,体积w=20 物品2,价值 v=1,体
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:671515
    • 提供者:毛骏
  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. 01bag

    0下载:
  2. 01背包问题:从这n件物品中选择若干件放入此背包,使得放入的重量之和正好为S。-01 knapsack problem: n items selected from a number of pieces into the bag, so just put the weight of the sum of S.
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:588
    • 提供者:Mr Xu
  1. 01-knapsack-problem

    0下载:
  2. 使用c++实现了0-1背包问题的算法,根据要求找出最佳的选项放入背包-Using c++ implementation of the 0-1 knapsack problem algorithms required to find the best option backpack
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1172
    • 提供者:rucy
  1. fenzhi

    0下载:
  2. 分治法源码,01背包问题,经典的01背包问题-Divide and conquer source, 01 knapsack problem
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1864
    • 提供者:123
  1. Kruskal

    0下载:
  2. 01背包問題程式碼,上課使用的!!作業一完整版-01 knapsack problem code, class to use!! Operating a full version
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:1909
    • 提供者:曾詠堅
  1. dongtaiguihua01beibaoC

    0下载:
  2. 自己在VC中运行通过的动态规划的01背包C语言版感兴趣的朋友可以下载-Themselves in the VC run through the 01 backpacks of dynamic programming of interest to a friend C-language version can be downloaded
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:137361
    • 提供者:朱向华
  1. 01

    0下载:
  2. 0-1背包问题,涉及到计算哪个背包加入了所选的结果中。-0-1 knapsack problem, which involves the calculation of the backpack to join the selected results.
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:805
    • 提供者:dfaf
  1. 01Backpack

    0下载:
  2. 01背包问题的C++实现,包含Knapsack算法以及改进后的Knapsack算法。参考书籍:《算法设计与分析》。-01 knapsack problem of C++ implementation, including the Knapsack Knapsack algorithm and improved algorithm. Reference books: " Algorithm Design and Analysis."
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1213
    • 提供者:wendy
  1. package

    0下载:
  2. 经典的01背包问题,采用动态规划算法,C语言编写-01 classic knapsack problem, using the dynamic programming algorithm, C language
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:196878
    • 提供者:yy
« 1 2 3 4 5 67 8 9 10 »
搜珍网 www.dssz.com