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

搜索资源列表

  1. beibao

    0下载:
  2. 通过贪心算法实现背包问题,可实现小规模背包问题-Through the greedy algorithm knapsack problem, enabling small-scale knapsack problem
  3. 所属分类:Console

    • 发布日期:2017-04-01
    • 文件大小:9.63kb
    • 提供者:piaoxue
  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
    • 文件大小:529.1kb
    • 提供者:储大为
  1. 0-1背包问题

    0下载:
  2. 0-1背包问题的实现,用HTML,js编写的算法(0-1 knapsack problem implementation, using HTML, JS algorithm written)
  3. 所属分类:其他

  1. c++实现0-1背包问题

    0下载:
  2. 用C++工具,使用动态规划算法实现0-1背包问题,(implementation of the 0-1 knapsack problem with C++)
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:1kb
    • 提供者:aoaopeng
  1. 粒子群01背包

    0下载:
  2. 用粒子群算法解决01背包问题(100个物品)从而得到最优解(The particle swarm algorithm is used to solve the 01 knapsack problem (100 items), and thus the optimal solution is obtained)
  3. 所属分类:其他

  1. 背包问题

    0下载:
  2. 算法效果较为良好,实现背包问题价值最大,采用遗传算法实现的比较不错的结果(The algorithm effect is good, the maximum value of the knapsack problem, genetic algorithm is used to achieve good results)
  3. 所属分类:其他

    • 发布日期:2018-01-04
    • 文件大小:3kb
    • 提供者:莹莹11
  1. 贪心算法背包问题

    0下载:
  2. 一个简单贪心算法的研究,背包问题,供大家浏览参考。(A simple greedy algorithm research, knapsack problem, reference for browsing.)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:1kb
    • 提供者:CJPYXS
  1. 动态规划求解0-1背包问题

    1下载:
  2. 通过动态规划的算法得到装进背包的最大价值(The maximum value of knapsack is obtained by dynamic programming algorithm.)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:28kb
    • 提供者:caoya104
  1. 部分背包的贪心算法实现

    0下载:
  2. 通过贪心算法实现装进背包物品价值最大化,具体步骤是依次选择价值密度最大的物品放入背包(Through greedy algorithm to maximize the value of goods loaded into backpacks.)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:28kb
    • 提供者:caoya104
  1. 算法第四次作业

    0下载:
  2. 使用搜索算法实现的0-1背包问题和迷宫问题(0-1 knapsack problem and maze problem by search algorithm)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:59kb
    • 提供者:mmdxs
  1. 背包问题

    0下载:
  2. python的0-1背包算法实现,包含如何求出路径,还有算法流程图(Python 0-1 knapsack algorithm implementation, including how to find the path, and the algorithm flow chart)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:38kb
    • 提供者:Ptpmgh
  1. 01被背包问题

    0下载:
  2. 01背包问题C语言版,详细的直接可以运行的(01 knapsack problem C language version, which can be run in detail.)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-08
    • 文件大小:22kb
    • 提供者:王涛999
  1. 背包

    0下载:
  2. 给定n种物品和一背包。物品i的重量是wi,体积是bi,其价值为vi,背包的容量为c,容积为d。问应如何选择装入背包中的物品,使得装入背包中物品的总价值最大?在选择装入背包的物品时,对每种物品i只有两种选择,即装入背包或者不装入背包。不能将物品i装入背包多次,也不能只装入部分的物品i。试设计一个解此问题的动态规划算法,并分析算法的计算复杂性。(Given n items and a knapsack. The weight of the item I is wi, the volume is Bi
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:723kb
    • 提供者:为了
  1. 背包问题

    0下载:
  2. 贪心算法解决背包问题:给定n种物品和一个背包。物品i的重量是Wi,其价值为Vi,背包的容量为C。应如何选择装入背包的物品,使得装入背包中物品的总价值最大?(The greedy algorithm solves the knapsack problem: a given n item and a backpack. The weight of the item I is Wi, its value is Vi, and the capacity of the knapsack is C. How
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:89kb
    • 提供者:wj456jw
  1. 0-1

    0下载:
  2. 利用动态规划实现0-1背包问题,文件包含源代码,解释说明及测试样例(Dynamic programming to achieve 0-1 knapsack problem.)
  3. 所属分类:其他

    • 发布日期:2018-04-18
    • 文件大小:437kb
    • 提供者:pptv89
  1. 基于Pareto理论的二维背包搜索算法

    0下载:
  2. 主要用于用二维背包算法算法在物流配送路径中的应用(the program is often used to solve VRP)
  3. 所属分类:其他

  1. 贪心算法-局部背包

    0下载:
  2. 使用java语言实现贪心算法中的局部背包问题,适合正在学习这方面算法的人使用。(The Java language is used to implement the local knapsack problem in the greedy algorithm, which is suitable for people who are learning this algorithm.)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-23
    • 文件大小:4.17mb
    • 提供者:歪猴
  1. PSO算法解决背包问题

    0下载:
  2. 粒子群算法与多目标优化问题的结合,解决背包问题实例(Combining particle swarm optimization with multi-objective optimization, we solve knapsack proble)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:16kb
    • 提供者:linyi01
  1. ConsoleApp1

    0下载:
  2. 用VS2015实现了背包算法,语言为C#语言(The knapsack algorithm is realized by using VS2015)
  3. 所属分类:其他

    • 发布日期:2020-03-09
    • 文件大小:164kb
    • 提供者:osmanda
  1. 遗传算法01背包问题

    1下载:
  2. 使用遗传算法解决01背包问题,并输出得到最大价值的遗传代数以及每一代的最大价值(Using genetic algorithm to solve 01 knapsack problem)
  3. 所属分类:Windows编程

    • 发布日期:2020-10-10
    • 文件大小:2kb
    • 提供者:23258hyw
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com