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

搜索资源列表

  1. multiplechoiceknapsack

    0下载:
  2. 关于多选择背包的很好的文章,提供了各种设计思路-Multiple Choice Knapsack Problem Example of planning choice in transportation
  3. 所属分类:File Formats

    • 发布日期:2017-04-03
    • 文件大小:390113
    • 提供者:amy
  1. KnapSack

    0下载:
  2. Program for KnapSack problem
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:656
    • 提供者:Neha
  1. Knapsack

    0下载:
  2. Using java language implement an 0 / 1 knapsack problem. Using the recursive algorithm.And the interface also is added.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2560
    • 提供者:jiangge
  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. Knapsack

    0下载:
  2. Knapsack,用贪心算法解决背包问题,Visual C++ 6.0编译-Knapsack, with a greedy algorithm to solve knapsack problem, Visual C++ 6.0 compiler
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2258372
    • 提供者:草人
  1. GeneticAlgorithmsToSolveKnapsackProblem

    0下载:
  2. 用遗传算法解决背包问题,遗传算法的优势在于解决优化问题,对背包问题进行编码,然后随机产生使出样本,通过交叉,编译等操作来找到优化问题的解-Using genetic algorithms to solve knapsack problem, the advantage of genetic algorithms to solve optimization problem, knapsack problem is encoded, and then resorted to randomly gen
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:927802
    • 提供者:Chen
  1. KnapSack

    0下载:
  2. Fractional knapsack problem, Greedy algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:408953
    • 提供者:Nguyen
  1. beibaoPSO

    1下载:
  2. 这份源代码是用粒子群算法解决0/1背包问题,可以正常运行。-The source code is the particle swarm algorithm to solve 0/1 knapsack problem, it works.
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:1257
    • 提供者:风暴
  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. yichuansuanfa

    0下载:
  2. 将贪婪修复方法与遗传算法相结合,构成混和遗传算法,并求解经典背包问题。-The greedy repair method and genetic algorithm are combined to form hybrid genetic algorithm, and solve the classical knapsack problem.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:23848
    • 提供者:施金泉
  1. knapsackAlgorithm

    2下载:
  2. 遗传算法实现背包问题的matlab代码,分享给大家-Knapsack problem genetic algorithm matlab code to share for everyone
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:957
    • 提供者:方周冰
  1. Mixed-leapfrog-algorithm-to-solve-multi-knapsack-p

    0下载:
  2. 混合蛙跳算法解决多背包问题,此算法是在vs2005下编写,语法为基本的c语言(可以直接复制源码到vc中运行)-Mixed leapfrog algorithm to solve multi-knapsack problem, this algorithm is prepared in vs2005, the syntax for basic c language (can copy the source code to run vc)
  3. 所属分类:Other systems

    • 发布日期:2017-05-28
    • 文件大小:11093182
    • 提供者:yangfei
  1. bagPSO

    0下载:
  2. matlab 用PSO 解决背包问题-matlab solve the knapsack problem with PSO
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1259
    • 提供者:徐玖
  1. 0-1KnapsackProblem

    0下载:
  2. 這是一個使用greedy所寫的0-1 Knapsack Problem ,所有的物品若要取則必須全取,此程式可以讓背包裝最多且最有價值的物品-This is a greedy written using the 0-1 Knapsack Problem, to take all the items must all take, the program can back up and packing the most valuable items
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:809
    • 提供者:林文華
  1. backpack

    0下载:
  2. 对背包问题进行的求解,能够处理体积相同,但是不同物品的问题-The solution on the knapsack problem that can handle the same volume, but the problem of different items
  3. 所属分类:Console

    • 发布日期:2017-04-11
    • 文件大小:980
    • 提供者:liufeng
  1. knapsack

    0下载:
  2. C语言背包问题 Given n objects and a "knapsack." Item i weighs wi > 0 kilograms and has value vi > 0. ◦ Knapsack has capacity of W kilograms. ◦ Goal: fill knapsack so as to maximize total value.-C-Knapsack Problem Given n objects and
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:232086
    • 提供者:潘越
  1. thegreedyalgorithmusinggeneticalgorithmssolveknaps

    0下载:
  2. 详细的讲述了贪心算法和遗传算法相结合去求解NP难题,背包问题。-Greedy algorithm described in detail and the combination of genetic algorithms to solve the NP problem, knapsack problem.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:2890
    • 提供者:liulei
  1. Knapsack

    0下载:
  2. 0/1背包问题,java差分进化算法实验-0/1 knapsack problem, java experimental differential evolution algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:2317
    • 提供者:朱小峰
  1. 0-1-back-pag-problem

    0下载:
  2. 背包问题 主要是应用了回溯的算法实现的 还用到了栈的思想-Knapsack problem is the application of backtracking algorithm are also thought to use a stack
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:257819
    • 提供者:马浩原
  1. knapsack

    0下载:
  2. 算法设计实验背包问题的实现visualc++实现。-Experimental realization algorithm knapsack problem
  3. 所属分类:Mathimatics-Numerical algorithms

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