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

搜索资源列表

  1. fenzhixianjie

    0下载:
  2. 分支限界法实现0-1背包问题源代码测试通过-Source code testing by branch and bound 0-1 knapsack problem
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-02
    • 文件大小:1284
    • 提供者:ygc
  1. box

    0下载:
  2. 基于动态规划法的0-1背包问题,本代码实现了背包问题的详细过程。-0-1 knapsack problem based on dynamic programming, the code to achieve the detailed process of the knapsack problem.
  3. 所属分类:Console

    • 发布日期:2017-11-09
    • 文件大小:229182
    • 提供者:李莹莹
  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. BackpackTH(1)

    0下载:
  2. 退火算法实现0/1背包问题求解,java编写,eclipse中编写,工程文件齐全,界面清楚,运行结果正确-Annealing algorithm to achieve the 0/1 knapsack problem solving, writing java eclipse write engineering documents, clear interface, the results are correct
  3. 所属分类:Data structs

    • 发布日期:2017-12-01
    • 文件大小:8122925
    • 提供者:李梦
  1. Knapsack_problem

    0下载:
  2. Knapsack problem. Solve of Knapsack problem
  3. 所属分类:Algorithm

    • 发布日期:2017-11-25
    • 文件大小:3291890
    • 提供者:daniil
  1. ZeroOnePack

    0下载:
  2. 分支界限法求解0-1背包问题。有N件物品和一个容量为V的背包,第i件物品的费用是c[i],价值是w[i],求解将哪些物品装入背包可使这些物品的费用总和不超过背包容量,且价值总和最大。-Branch and bound method for solving 0-1 knapsack problem. N items and a capacity V of the backpack, the cost of items i C [i], the value of W [i], the sum of
  3. 所属分类:Data structs

    • 发布日期:2017-12-08
    • 文件大小:1484
    • 提供者:郝既得
  1. beibao0-1

    0下载:
  2. 背包问题的一个lingo实现,很好的一个学习lingo的例子-The knapsack problem lingo achieve example of a learning lingo
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-23
    • 文件大小:3116
    • 提供者:李倩
  1. Pack

    0下载:
  2. acm背包问题,详细讲解加程序实现,对初学者很有帮助-acm knapsack problem, explain in detail plus program to achieve useful for beginners
  3. 所属分类:source in ebook

    • 发布日期:2017-11-14
    • 文件大小:64346
    • 提供者:
  1. CreatePluginsConfig

    0下载:
  2. 背包问题扩展——解公司外包成本问题 小米所在的公司需要至少W个其他公司提供的外包人员,现在有N家公司向小米的公司提供了可选方案,其中 Pi代表可提供外包人员单位数,如5人为一个单位数,若选用该公司方案,则必须采用整单位数的人数,如5人为一个单位数,则X公司只能采用n*5个人数(n=0,1,2,….)。Ci代表为Pi单位数员工提供的总工资,单位是万元 输入格式: N W Pi C i 请问,采取什么样的方案可以满足公司花最少的开销招到至少W个外包人员,求出最少的开销金额。
  3. 所属分类:Java Develop

    • 发布日期:2017-11-15
    • 文件大小:992
    • 提供者:袁杰杰
  1. ga01beibao

    0下载:
  2. 改进后的遗传算法采用自然数直接编码在个体选择上结合使用常用的最优个体保留策略和轮盘赌法,基于经典0-1背包问题的数学模型基础,构造改进后的遗传算法和适应度评估,减少二进制编码或浮点型编码的复杂性,同时精 简 适 应 度 评 估 的 计 算。-Improved genetic algorithm uses natural number encoded on individual choice combined with the use of commonly used best individua
  3. 所属分类:software engineering

    • 发布日期:2017-11-23
    • 文件大小:281676
    • 提供者:mali
  1. 0-1beibaowenti

    0下载:
  2. 01背包问题 欢迎大家下载 noj问题 算法-01 knapsack problem are welcome to download noj algorithm
  3. 所属分类:Other windows programs

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

    0下载:
  2. 01背包问题的回溯算法与实现 已知一个容量为M的包和n件物品, 每件物品的重量为wi, 效益值为pi. 若将物品i装入包中, 背包可得到pi的效益值增量. 要求找到一种装入物品的方案, 在不超过包的总容量前提下, 使包获得最大效益值,-01 knapsack problem backtracking algorithm and implementation of
  3. 所属分类:Other systems

    • 发布日期:2017-12-01
    • 文件大小:10827
    • 提供者:missli
  1. 10_01beibao

    0下载:
  2. 使用C语言编写的01背包问题源码!可以运行 !-01 knapsack problem source code using C language!
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-19
    • 文件大小:1092086
    • 提供者:chenj
  1. main

    0下载:
  2. 基于粒子群算法的多目标搜索算法,主要解决背包问题,直接运行即可 -Multi-objective particle swarm optimization-based search algorithm, mainly to solve the knapsack problem, can be run directly
  3. 所属分类:Project Manage

    • 发布日期:2016-04-24
    • 文件大小:1024
    • 提供者:李梓晨
  1. 0_1

    0下载:
  2. 实现0-1背包问题的实现,算法分析与设计-0-1 knapsack problem
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-12-02
    • 文件大小:1082
    • 提供者:王文波
  1. PSO

    0下载:
  2. 采用基于粒子群的多目标优化算法解决背包问题。-Using multi-objective particle swarm optimization algorithm to solve knapsack problem.
  3. 所属分类:matlab

    • 发布日期:2017-11-23
    • 文件大小:5390
    • 提供者:龙龙
  1. code

    0下载:
  2. 使用回溯法解决的典型问题的算法:骑士巡游问题,n皇后问题,0-1背包问题。 使用递归与分治策略解决的几个问题的算法:Hanoi塔问题和二分搜索技术。-Uses backtracking method to solve the problems of the typical algorithms: the knight tour problem, n queen problem, 0-1 knapsack problem. Recursion and divide and conq
  3. 所属分类:Other systems

    • 发布日期:2017-11-30
    • 文件大小:3288
    • 提供者:阿丁汤圆
  1. DAIMA

    0下载:
  2. 大学生毕业论文模拟退火算法解决背包问题的jsp源代码文件-JSP source code files of graduation thesis simulated annealing algorithm to solve knapsack problem
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-11-22
    • 文件大小:854
    • 提供者:王涛
  1. 0-1packet

    0下载:
  2. 实现0—1背包问题,使用动态规划,有注释。-0-1 knapsack problem, the use of dynamic programming, there are notes.
  3. 所属分类:Data structs

    • 发布日期:2017-11-17
    • 文件大小:486080
    • 提供者:陆小果
  1. Knapsack2

    0下载:
  2. 用java实现的01背包问题的动态规划算法,注释很详细,配合《算法导论》的伪代码可以很容易看懂。-01 knapsack problem with java achieve dynamic programming algorithm, very detailed notes, with the " Introduction to Algorithms" pseudo-code can easily understand.
  3. 所属分类:Java Develop

    • 发布日期:2017-11-05
    • 文件大小:1064
    • 提供者:xuchao
« 1 2 ... 40 41 42 43 44 4546 47 48 49 50 »
搜珍网 www.dssz.com