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

搜索资源列表

  1. greedy

    0下载:
  2. 贪心法解决背包问题 可自己设置物品数量和背包总容量-Greedy method to solve the knapsack problem and the number of items can set up their own backpack with a total capacity
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1229
    • 提供者:yangle
  1. DP

    0下载:
  2. 动态分配法解决背包问题,自己设置物品总数,背包总容量-Dynamic allocation method to solve the knapsack problem, the total number of items set up their own backpack with a total capacity
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1087
    • 提供者:yangle
  1. 0-1bag

    0下载:
  2. 经典的0-1背包问题,程序可以自动输入并且有注释-Classical 0-1 knapsack problem, the program can automatically entered and annotated
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:669
    • 提供者:皮阳
  1. backpack-problem

    0下载:
  2. 描述《算法引论》上最基本的背包问题,PPT以及算法源码的实现-The most basic descr iption of the knapsack problem, " Introduction to Algorithms" on, PPT and algorithm realization source
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:656254
    • 提供者:呼晓东
  1. ACA-doc

    0下载:
  2. parallel programing knapsack, parralel computing , k nearest neighbour, parallelizing MCMDKP.
  3. 所属分类:Project Design

    • 发布日期:2017-04-23
    • 文件大小:24512
    • 提供者:Magesh
  1. KnacksackProblem_GA

    0下载:
  2. 应用遗传算法解决背包问题,采用二重结构编码,匹配映射交叉策略,倒位的变异策略.最终得到比较满意的结果。-Application of genetic algorithms to solve knapsack problem, the use of dual-structure code, cross-matching strategy mapping, inversion mutation strategy
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:11080
    • 提供者:张嘉琦
  1. DaA-of-Algo-cp

    0下载:
  2. 算法设计与分析经典问题:背包问题、数字三角问题等!-Design and Analysis of Algorithms classic problems: knapsack problem, digital triangle problems!
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:7937
    • 提供者:zuo hangzhou
  1. package

    0下载:
  2. 0-1背包问题,很简单的动态规划,没什么难的-0-1 knapsack problem, a very simple dynamic programming, is not that hard
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:855
    • 提供者:邓小川
  1. GQA_backpak

    0下载:
  2. 解决背包问题遗传量子算法matlab实例-Quantum genetic algorithm to solve knapsack problem matlab examples
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:9880
    • 提供者:fadfaddfa
  1. Package_ClassicProblem

    0下载:
  2. LINGO程序实现背包问题(Package)-LINGO program knapsack problem (Package)
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:896
    • 提供者:zzz
  1. Dong_tai

    0下载:
  2. 动态规划经典习题,算法导论例题实现,自己实现,有钢管划分问题,背包问题-Classical dynamic programming exercises, Introduction to Algorithms examples realize that he realized there steel partitioning problem, knapsack problem
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:912817
    • 提供者:Huapeng
  1. 0-1-bugs-question

    0下载:
  2. 0-1背包的几种算法的C++实现,包括分支限界、回溯法、贪心算法几种算法-Several 0-1 knapsack algorithm c++ implementation, including branch limit, backtracking algorithm and greedy algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-29
    • 文件大小:11294089
    • 提供者:Luokai
  1. Genetic-Algorithm-

    0下载:
  2. 用遗传算法解决0_1背包问题,比较经典,适合做参考论文-0_1 knapsack problem solving using genetic algorithms, more classic, suitable reference paper
  3. 所属分类:Data structs

    • 发布日期:2017-04-27
    • 文件大小:51049
    • 提供者:冯义洋
  1. targetalloc

    3下载:
  2. 目标分配的遗传算法在matlab的实现,可以用于在武器分配,以及背包问题。-Target allocation matlab genetic algorithm implementations that can be used in weapons distribution, and the knapsack problem.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1076
    • 提供者:JeremyZhang
  1. Knapsack_problem

    0下载:
  2. 动态规划算法实现的一类背包问题,经典的动态规划算法实例-A class of dynamic programming algorithm knapsack problem, the classic examples of the dynamic programming algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:693
    • 提供者:xielei
  1. Knapsack_problem2

    0下载:
  2. 动态规划算法实现的另一类背包问题// 背包问题 6个物体,重量为:5, 2, 1.7, 3.5, 1, 5.1 背包最大10,,追求装下的最大重量-Another knapsack problem dynamic programming algorithm to achieve// knapsack problem six objects, weight: 5, 2, 1.7, 3.5, 1, 5.1 backpacks maximum 10, the pursuit of maximum we
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:694
    • 提供者:xielei
  1. Knapsack_problem3

    0下载:
  2. 动态规划算法实现的背包问题:// 背包问题,容量m,n种货物,分别重量W1,W2......Wn,利润分别P1,P2......Pn,求最大利润 -Knapsack problem dynamic programming algorithm:// knapsack problem, the capacity of M, N type of cargo weight, respectively W1, W2... Wn, profits were P1, P2... Pn, maximum p
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:851
    • 提供者:xielei
  1. bag

    0下载:
  2. 背包问题求解的简单源码: 大学计算机算法实验-Knapsack Problem Source: University computer algorithm experiment
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-15
    • 文件大小:6569
    • 提供者:luoguangda
  1. algorithm

    0下载:
  2. 1、Bellman-FordJ解决单源最短路径问题 c++实现 2、所有点之间最短路径问题 3、8皇后问题回溯法 4、0-1背包问题 回溯法 -Bellman-Ford algorithm All-pairs shortest path (choose one from the three algorithms) 8-queen problem (back backing) 0-1 knapsack problem (back tracking)
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-28
    • 文件大小:10651
    • 提供者:薛影奇
  1. 01beibao

    0下载:
  2. 0-1背包问题,空间点对问题,图形压缩,线性时间选择以及最优二叉树的java脚本程序-0-1 knapsack problem, the point of the problem space, image compression, linear time optimal tree selection and java scr ipt program
  3. 所属分类:JavaScript

    • 发布日期:2017-04-17
    • 文件大小:13876
    • 提供者:周航
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com