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

搜索资源列表

  1. ACO

    0下载:
  2. 蚁群算法解决0-1背包问题,是一个比较小的程序,运行过,没有问题的。-the solving method of zero to one backage with ACO.It is a small programe for the zero to one problem.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-24
    • 文件大小:95563
    • 提供者:茉雨
  1. Knapsack

    0下载:
  2. java实现0/1背包问题,算法中所用到的为动态规划寻找最优解的思想。-java to achieve 0/1 knapsack problem, algorithms are used to find the optimal solution for the dynamic programming ideas.
  3. 所属分类:JavaScript

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

    0下载:
  2. 这个文件夹包含了0-1背包问题的源代码、可执行文件和上级报告。-This folder contains the 0-1 knapsack problem source code, executable files, and supervisor.
  3. 所属分类:Other windows programs

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

    0下载:
  2. MFC写的用动态规划法解决0-1背包问题。-solve 0-1 knapsack problem using dynamic programming.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:20633
    • 提供者:luckypig
  1. BranchandBound_01backpack

    0下载:
  2. 0-1背包问题是一个经典的算法问题,有多种解法,这里用分支定界法求解。-0-1 knapsack problem is a classical algorithm for the problem, there are several solution here solved with branch and bound method.
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:726717
    • 提供者:储大为
  1. DynamicProgramming_01backpack

    0下载:
  2. 0-1背包问题是一个经典的算法问题,有多种解法,这里用动态规划的方法求解。-0-1 knapsack problem is a classical algorithm for the problem, there are a variety of solution, where the method for solving using dynamic programming.
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:537311
    • 提供者:储大为
  1. bag_program

    0下载:
  2. 0-1背包问题,算法设计中最常见也是最经典的问题,希望对学习算法的有所帮助-0-1 knapsack problem, algorithm design of the most common and most classic problems in the hope of learning algorithms help
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:777
    • 提供者:张飞
  1. lhl.java

    0下载:
  2. 用JAVA语言 动态规划算法解决0/1背包问题-good
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:914
    • 提供者:刘洪利
  1. backpack-ga-algorithm

    0下载:
  2. 背包问题或0-1背包问题遗传算法程序,里面用的实数编码方式值得借鉴。-0-1 knapsack problem or knapsack problem genetic algorithm procedure, which uses real coding can be learned.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1999
    • 提供者:olivejy
  1. GA

    0下载:
  2. 遗传算法 0-1背包问题的代码 初始群体 选择 交叉 变异 评估函-0-1 knapsack problem genetic algorithm code for the initial assessment of functional group selection crossover and mutation
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1708
    • 提供者:甘孟壮
  1. lingyibeibao

    0下载:
  2. 0/1背包问题的动态规划算法,要求输出背包内物品的最大价值以及选入背包的物品种类,利用动态规划方法设计背包问题-0/1 knapsack problem of dynamic programming algorithm, the maximum output value in the backpack items and selected by the backpack, dynamic programming method to design a knapsack problem
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:585
    • 提供者:曹萌萌
  1. DP

    0下载:
  2. 算法设计的经典问题,动态规划算法,实现0-1背包问题-Classic problem of algorithm design, dynamic programming algorithm to achieve the 0-1 knapsack problem
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:103568
    • 提供者:欧阳欣昕
  1. language18-22casesofactual

    0下载:
  2. 实例18  实现基本的串操作  实例19  计算各点到源点的最短距离 实例20  储油问题  实例21  中奖彩球问题  实例22  0-1背包问题- Instance 18 Achieve the basic string operations Instance 19 Points to calculate the shortest distance from source Instance 20
  3. 所属分类:source in ebook

    • 发布日期:2017-04-02
    • 文件大小:3832
    • 提供者:SB
  1. the_design_and_analysis_of_algorithm

    0下载:
  2. 算法设计与分析全部作业及实验资料. 第1章 最大覆盖问题 第2章 排列的字典序问题 第3章 depot仓库布局问题 第4章 priest繁忙的牧师 第5章 egypt埃及分数问题 第6章 squard方格移动问题 第7章 work工作安排问题 课堂算法 连续背包问题 课堂算法 作业调度问题 实验1 字典序问题 实验2 高精度乘法 实验3 0/1背包问题(DP) -Algorithm design and analysis of
  3. 所属分类:source in ebook

    • 发布日期:2017-05-06
    • 文件大小:1358478
    • 提供者:zgx
  1. knapsack

    0下载:
  2. 对于0—1背包问题问题利用动态规划法在C++中进行编程解决。-Knapsacks
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:871972
    • 提供者:yaolili
  1. Arithmetic

    0下载:
  2. 用JAVA完成的0-1背包算法,一共用了四种算法,包括贪心,分治,动态规划,回溯。把工程导入ECLIPSE下就可以了。-JAVA finished 0-1 with a knapsack algorithm, a share of the four algorithms, including greedy, divide and conquer, dynamic programming, backtracking. To work on it under into ECLIPSE.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:16627
    • 提供者:xiaoming
  1. knapsackproblem

    0下载:
  2. 贪心算法,回溯法,动态规划算法解决0-1背包问题-Greedy algorithms, backtracking, dynamic programming algorithm to solve 0-1 knapsack problem
  3. 所属分类:Document

    • 发布日期:2017-04-04
    • 文件大小:369101
    • 提供者:区娟丽
  1. 01bag

    0下载:
  2. 0-1背包问题算法,采用动态规划思想实现。-the Algorithm of 0-1bag problem,it is implemented with Dynamic programming.
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:243448
    • 提供者:hansun
  1. 01pack

    0下载:
  2. 0-1背包问题:给定n种物品和一个背包。物品i的重量是Wi,其价值为Vi,背包的容量为C。应如何选择装入背包的物品,使得装入背包中物品的总价值最大?在选择装入背包的物品时,对每种物品i只有两种选择,即装入背包为1或不装入背包为0.不能将物品i装入背包多次,也不能只装入部分物品i。-0-1 pack
  3. 所属分类:Algorithm

    • 发布日期:2017-04-24
    • 文件大小:374750
    • 提供者:李静
  1. beibaowenti

    0下载:
  2. 一种介绍求解0-1背包问题的快速蚁群算法的PDF文档。-A descr iption for the 0-1 knapsack problem fast ant colony algorithm PDF documents.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:451405
    • 提供者:fengxin
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 29 »
搜珍网 www.dssz.com