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

搜索资源列表

  1. 背包算法

    0下载:
  2. 高级算法中的背包问题求解,算法简便高效,主要解决动态规划0-1背包问题-senior algorithm to solve the knapsack problem, the algorithm is simple and efficient, dynamic programming solution 0-1 knapsack problem
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8788
    • 提供者:李亚伟
  1. 01背包算法

    0下载:
  2. 一个简单的01背包算法,物品数量限制在10以内。-a simple 01 backpack algorithm, the number of items within the limit of 10.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:11087
    • 提供者:凌寒
  1. 背包问题(动态规划递归算法)的vc程序

    0下载:
  2. 用动态规划算法中的递归法求解背包问题的vc++6程序,已通过测试
  3. 所属分类:数据结构常用算法

    • 发布日期:2009-07-31
    • 文件大小:1016998
    • 提供者:lcf_spring
  1. 01背包

    0下载:
  2. 01背包问题算法
  3. 所属分类:源码下载

  1. 贪心算法

    1下载:
  2. 文件输入的01背包贪心算法,下载后手动添加一个文件即可运行
  3. 所属分类:数值算法/人工智能

  1. C

    1下载:
  2. 本文档容括了C(C++)所有算法,分为数值算法、图论算法、背包算法、排序算法、高精度算法、树的遍历、进制转换、全排列和组合生成、查找算法、贪心、回溯法框架、DFS框架、BFS框架、数据结构相关算法。并有实例源码-This document, including the capacity C (C ) for all algorithms, divided into numerical algorithms, graph theory, algorithm, knapsack algorit
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:15320
    • 提供者:海霞
  1. beibao

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

    • 发布日期:2017-04-01
    • 文件大小:9860
    • 提供者: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
    • 文件大小:541802
    • 提供者:储大为
  1. sffx

    0下载:
  2. 算法分析实验 包含背包算法,硬币问题,贪心算法-Algorithm analysis experiments including knapsack algorithm, coins, greedy algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:109390
    • 提供者:赵当
  1. simknap_rec

    0下载:
  2. 简化背包算法,实用于大学生学习模拟使用,实现简单的背包问题-Simplify the knapsack algorithm, useful in the simulation students learn to use, simple knapsack problem
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:533
    • 提供者:左孝源
  1. 01

    0下载:
  2. 01背包问题,利用的是动态规划的思想,不是改进的01背包算法-01 knapsack problem, the use of dynamic programming is the idea, not the 01 knapsack algorithm to improve
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-15
    • 文件大小:6058
    • 提供者:李崇帆
  1. 禁忌搜索解决背包问题

    2下载:
  2. 用lua编写的解决背包问题的程序,需要在lua的编译器上执行。执行成功,有结果。
  3. 所属分类:文档资料

  1. 遗传算法计算框架

    0下载:
  2. 遗传算法计算框架,包含3SAT问题、旅行商问题和背包问题的解法,并可以通过已有的框架方便的开发出其他问题的解。
  3. 所属分类:数值算法/人工智能

  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
    • 文件大小:1024
    • 提供者: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. 背包九讲-2.0

    0下载:
  2. 背包九讲,主要讲述DP相关的背包算法以备大家参考(Knapsack nine lectures, mainly about DP related knapsack algorithm, for your reference)
  3. 所属分类:数据结构

    • 发布日期:2017-12-30
    • 文件大小:237568
    • 提供者:87hbteo
  1. knapsack

    0下载:
  2. 背包算法的非递归实现,使用进出栈进行操作(Non-recursive implementation of knapsack algorithm)
  3. 所属分类:数据结构

    • 发布日期:2018-01-05
    • 文件大小:25600
    • 提供者:白帝
  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
    • 文件大小:38912
    • 提供者:Ptpmgh
  1. ConsoleApp1

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

    • 发布日期:2020-03-09
    • 文件大小:167936
    • 提供者:osmanda
« 12 3 4 5 6 7 8 9 10 ... 41 »
搜珍网 www.dssz.com