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

搜索资源列表

  1. BackTrack_01backpack

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

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

    0下载:
  2. 遗传算法解决的背包问题,初学者遗传算法的同学必看。-Genetic algorithm to solve the knapsack problem, genetic algorithm beginner students must-see.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:697720
    • 提供者:李扬
  1. Based_on_genetic_algorithm_for_solving_knapsack_pr

    0下载:
  2. 基于遗传算法的背包问题求解,遗传算法,背包问题。-Based on genetic algorithm to solve knapsack problem, genetic algorithms, knapsack problem.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:2130
    • 提供者:金甜甜
  1. Based_on_genetic_algorithm_for_solving_knapsack_pr

    0下载:
  2. 背包问题,遗传算法,基于遗传算法的背包问题求解-Knapsack problem, genetic algorithm, based on genetic algorithms for solving knapsack problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:16945
    • 提供者:金甜甜
  1. Based_on_genetic_algorithm_for_solving_knapsack_pr

    0下载:
  2. 背包问题,遗传算法,GAs,基于遗传算法求解背包问题,源码,方法-Knapsack problem, genetic algorithms, GAs, Knapsack Problem Based on Genetic Algorithm
  3. 所属分类:source in ebook

    • 发布日期:2017-04-08
    • 文件大小:72543
    • 提供者:金甜甜
  1. simulateanneal

    0下载:
  2. 一个解决0-1背包问题的模拟退火程序,希望给有需要的人帮助-A solution to the 0-1 knapsack problem simulated annealing process, hoping to help those in need
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1088
    • 提供者:小吴
  1. pack_of_four_algorithms

    0下载:
  2. 01背包四种算法实现:动态规划法,分支限定法,回溯法,贪心算法-01 pack of four algorithms: dynamic programming, branch limit method, backtracking, greedy algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:248588
    • 提供者:Lucia
  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. 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. 0-1beibao

    0下载:
  2. 0-1d背包问题实验报告 完整的程序 已经运行过的 -0-1d knapsack full lab report procedure has been run-off
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:41498
    • 提供者:guixuzhen
  1. knapsackAlgorithm

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

    • 发布日期:2017-04-08
    • 文件大小:957
    • 提供者:方周冰
  1. jinjisousuobeibao

    1下载:
  2. 禁忌搜索求解01背包问题,VC++6.0编译通过,有运行结果显示-01 Tabu Search for solving knapsack problems, VC++6.0 to compile, run the results are
  3. 所属分类:Windows编程

    • 发布日期:2013-12-03
    • 文件大小:32897
    • 提供者:楠楠
  1. ss

    1下载:
  2. 遗传算法解决背包问题,其中包括算法编码初始化,交叉,变异和惩罚策略,很好的解决了背包问题-Genetic algorithm to solve knapsack problem, including the coding algorithm initialization, crossover, mutation and punishment strategy, a good solution to the knapsack problem
  3. 所属分类:matlab

    • 发布日期:2014-09-19
    • 文件大小:1024
    • 提供者:ss
  1. java

    0下载:
  2. 老师给的用Java编写的算法,包括背包问题, 回溯法等等,适合有基础的学习。-Teacher' s use of algorithms written in Java, including the knapsack problem, backtracking, etc., suitable for basic learning.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:1267819
    • 提供者:小黑
  1. bagPSO

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

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

    0下载:
  2. 背包问题系列算法详解 背包问题是一个关于最优解的经典问题。通常被讨论的最多的,最经典的背包问题是0-1背包问题(0-1 Knapsack Problem)。它是一切背包问题及相关背包问题的基础。本篇博文将详细分析0-1背包问题,并给出0-1背包问题的几种解法,同时也对0-1背包问题的内涵进行延伸,丰富其外延至完全背包问题和多重背包问题,并给出背包问题的算法实现过程,希望对大家有帮助。-Detailed Algorithm for Knapsack Problem Series
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:5147
    • 提供者:唐永笙
  1. back-pack

    0下载:
  2. 用C语言来解决遗传算法的经典问题——背包问题。-Using C language to solve the classic problem of genetic algorithms- Knapsack Problem.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:253049
    • 提供者:李洁
  1. beibaowenti

    0下载:
  2. 用matlab编程解决背包问题 可以运行 收敛效果好 附图-Solve the knapsack problem with the matlab programming convergence effect can run photos
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:5028
    • 提供者:linlin
  1. PSO

    0下载:
  2. 粒子群算法解决背包问题。包含matlab 源程序,和一份报告。我的一份作业-Particle swarm algorithm to solve knapsack problem. Matlab source code included, and a report. I have a job
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:14893
    • 提供者:黄涛
  1. 01

    0下载:
  2. c++利用回溯法来实现01背包问题  阶段是:在前N件物品中,选取若干件物品放入背包中;   状态是:在前N件物品中,选取若干件物品放入所剩空间为W的背包中的所能获得的最大价值;   决策是:第N件物品放或者不放; -c++ using backtracking to achieve the 01 knapsack problem Stage: the first N items, select the number of items into the backpack status
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:884502
    • 提供者:林挺
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com