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

搜索资源列表

  1. CFbackpackPluginEasyLanguageSource

    0下载:
  2. CF背包外挂易语言源码 CF背包外挂易语言源码-CF backpack plug-in easy language source
  3. 所属分类:射击游戏

    • 发布日期:2017-04-01
    • 文件大小:151983
    • 提供者:lucy
  1. classic-cPP-programs

    0下载:
  2. 冒泡法 附加详解 快速排序 双向冒泡 SHELL排序 进制转换 后面还有 算法的问题+解析。 背包 -Bubbling method additional explanation Quick sort Two-way bubbling SHELL sort Into system transformation There are problems+ analysis algorithm. Backpack......
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:30257
    • 提供者:雪特
  1. Dynamic-programming-DP-backpack

    0下载:
  2. 用动态规划算法解决DP背包问题,采用C++编程-Dynamic programming algorithm to solve the DP knapsack problem, using C++ programming
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:871933
    • 提供者:lydia
  1. beibao

    0下载:
  2. 假设有一个能装入总体积为T的背包和n件体积分别为w1 , w2 , … , wn 的物品,能否从n件物品中挑选若干件恰好装满背包,即使w1 +w2 + … + wn=T,要求找出所有满足上述条件的解。例如:当T=10,各件物品的体积{1,8,4,3,5,2}时,可找到下列4组解: (1,4,3,2) (1,4,5) (8,2) (3,5,2)。 -Suppose there are a load of the backpack of the total volume of T
  3. 所属分类:assembly language

    • 发布日期:2016-01-26
    • 文件大小:1024
    • 提供者:zhengzelun
  1. AcM-Bag

    0下载:
  2. ACM方面关于背包的问题,讲解的比较详细,可以作为ACM竞赛的参考资料~-ACM aspect on the backpack, to explain in more detail, can be used as the reference of the ACM contest
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:38381
    • 提供者:SZ
  1. beibao

    0下载:
  2. 给定n种物品和一背包。物品i的重量是wi,其价值为vi,背包的容量为C。问应如何选择装入背包的物品,使得装入背包中物品的总价值最大?-Given the n kinds of goods and a backpack. The weight of the items i wi, the value of vi, the knapsack of capacity C Asked how to select the items of the loaded backpack, making the l
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:1205
    • 提供者:Annie
  1. KNAPSACK

    0下载:
  2. 背包问题,动态规划实现了01背包和贪心算法部分背包-Knapsack problem, 01 backpack and full backpack
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:905
    • 提供者:fxd
  1. bagtest

    0下载:
  2. 背包容量为T,有N件物品,重量分别为V1,V2V3......Vn,找出m见物品,使m件物品的重量正好等于T。-Backpack capacity for T, N items, weight were V1, V2V3...... Vn, find out m see goods, to make m items is exactly equal to the weight of the T.
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1472
    • 提供者:陈希
  1. tanxinsuanfa

    0下载:
  2. 贪心算法应用,输入货物数目,价值,重量,背包负重,输出最佳装货方式。找零钱,输入商品件数,价格,顾客给的钱,给出要找的钱及各面值的数目-Greedy algorithm is applied, enter the number of goods, value, weight, backpack weight, and output the best loading method. Looking for change, enter the number of goods, prices, cus
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:107791
    • 提供者:林振轩
  1. Soct

    1下载:
  2. 假设有一个能装入总体积为T的背包和n件体积分别为w1 , w2 , … , wn 的物品,能否从n件物品中挑选若干件恰好装满背包,即使w1 +w2 + … + wn=T,要求找出所有满足上述条件的解。例如:当T=10,各件物品的体积{1,8,4,3,5,2}时,可找到下列4组解:(1,4,3,2),(1,4,5),(8,2),(3,5,2)。 [需求分析]-Suppose there are a load of the backpack of the total volume of T a
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:68201
    • 提供者:ZY
  1. backpack

    0下载:
  2. 基础背包问题、用贪心算法求解最大价值问题、用动态规划算法求解最大价值问题-Basic knapsack problem, the greedy algorithm for solving the maximum value of the dynamic programming algorithm for solving the maximum value of
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-10
    • 文件大小:2167667
    • 提供者:tangliming
  1. hdu1159

    0下载:
  2. hdu 1159 是一个背包的另一个模型 对那些复试的人很重要-hdu 1159 is another model of a backpack is very important to those who re-testing
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-02
    • 文件大小:607744
    • 提供者:sdu
  1. hdu1160

    0下载:
  2. hdu 1160 这是一个hdu上的经典背包题目 不算太难 但是要细心 -hdu 1160 This is a classic backpack on the subject in a hdu not too difficult but a carefully
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:695750
    • 提供者:sdu
  1. KGaBinnn

    0下载:
  2. 遗传算法解决复杂背包问题,用Java编写。该背包拥有3个属性,500个东西,50个包包。求解包与包之间物品重量差最小,并且同一个背包的物品属性有特殊要求。该程序容易修改。 -Genetic algorithms to solve complex knapsack problem, written in Java. The backpack has three properties, 500 things, 50 bags. Solving package and package goods
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:134950
    • 提供者:获得
  1. multi-knapsack(queue)

    0下载:
  2. 多重背包的单调队列解法,经过测试完美运行!-Multiple backpack monotonous queue solution has been tested and works perfect!
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:1071
    • 提供者:Lyon
  1. beibao

    0下载:
  2. 背包问题,用PSO解背包a=[95 4 60 32 23 72 80 62 65 46] 物品的体积 c=[55 10 47 5 4 50 8 61 85 87] 物品的价值 b=269 背包的重量限制-Knapsack problem, PSO solutions backpack a = [95 4 60 32 23 72 80 62 65 46] the volume of goods c = 55 10 47 5 4 50 8 61 85 87] b = 269 valu
  3. 所属分类:matlab

    • 发布日期:2017-12-05
    • 文件大小:1161
    • 提供者:程序菜鸟
  1. beibao

    0下载:
  2. 01背包中的实现 用五种不同的方法实现-The 01 backpack realization using five different methods to achieve
  3. 所属分类:File Formats

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

    0下载:
  2. 用简单的c语言实现简单的01背包程序源代码,方法比较简单。-Simple c language the the 01 backpack program source code, the method is relatively simple.
  3. 所属分类:Other systems

    • 发布日期:2017-11-16
    • 文件大小:357851
    • 提供者:liuhang
  1. 0_1beibao

    0下载:
  2. 分别用回溯法和动态规划解决0-1背包问题,输出装入背包的顺序-Backtracking and dynamic programming to solve the 0-1 knapsack problem, the order in which the output is loaded backpack
  3. 所属分类:Other systems

    • 发布日期:2017-12-01
    • 文件大小:1400
    • 提供者:赵瑾
  1. Dynamic-Programming-0-1-knapsack

    0下载:
  2. 对于给定n种物品和一背包。在容量最大值固定的情况下,要求装入的物品价值最大化。-For a given n kinds of items, and a backpack. The maximum fixed capacity required to maximize the value of goods loaded.
  3. 所属分类:JavaScript

    • 发布日期:2017-11-18
    • 文件大小:23486
    • 提供者:谭立国
« 1 2 3 4 5 6 7 89 10 11 12 13 »
搜珍网 www.dssz.com