搜索资源列表

  1. 0-1背包问题

    0下载:
  2. 动态规划法解决0-1背包问题
  3. 所属分类:数据结构常用算法

  1. 01背包问题

    0下载:
  2. 01背包问题-动态规划 直接可用
  3. 所属分类:源码下载

    • 发布日期:2011-04-03
    • 文件大小:824
    • 提供者:zramals
  1. 源代码(vc++)

    0下载:
  2. 里面装有 5 个小程序,分别是:0-1背包问题、二叉树遍历、链式表的实现、迷宫路径、资源最优配置算法。每个程序都有详细的说明,是我这两个学期所做的实验的一部分。-containing five small programs, namely : 0-2-1 knapsack problem, the binary tree traversal and the chain table and that the realization of
  3. 所属分类:技术管理

    • 发布日期:2024-04-30
    • 文件大小:199680
    • 提供者:葛兴高
  1. 使用模拟退火算法(SAA)解决0-1背包问题

    2下载:
  2. 使用模拟退火算法(SAA)解决0-1背包问题-using simulated annealing (SAA) 0-1 knapsack problem solving
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-04-30
    • 文件大小:1024
    • 提供者:王涛
  1. 0-1背包的回溯算法

    1下载:
  2. 回溯法解决0-1背包问题-Backtracking 0-1 knapsack problem solving
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-04-30
    • 文件大小:254976
    • 提供者:gtop
  1. 0-1背包的动态规划算法

    0下载:
  2. 动态规划0-1背包问题-Dynamic Programming 0-1 knapsack problem
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-04-30
    • 文件大小:248832
    • 提供者:gtop
  1. 背包问题2 递归

    0下载:
  2. 一个0-1背包问题的C++实现,背包的容量为t,各物品的重量分别为w1,w2。。。wn,找一个能装下最大重量的物品组合,用递归形式的贪心法实现-a 0-1 knapsack problem of C achieved, the capacity for backpack t, the weight of the items were w1, w2. . . Wn, one can find the largest installed u
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-04-30
    • 文件大小:8192
    • 提供者:飞杨
  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. 所属分类:数据结构常用算法

    • 发布日期:2024-04-30
    • 文件大小:8192
    • 提供者:李亚伟
  1. 0-1wenti

    0下载:
  2. 该程序是一个用动态规划法解决0-1背包问题的小程序,可以为学习动态规划法遇到困难的同学提供帮助-the program is a dynamic programming solution 0-1 knapsack problem of small procedures, to study the dynamic programming method difficulties encountered by students for hel
  3. 所属分类:其他小程序

    • 发布日期:2024-04-30
    • 文件大小:231424
    • 提供者:成朝夕
  1. 0-1beibao

    0下载:
  2. 0-1背包问题,采用了求最优解和求最优值,分别用递归和回代来实现.-0-1 knapsack problem using the optimal solution for the optimal value and demand, and to use recursive generation to achieve.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-04-30
    • 文件大小:7168
    • 提供者:林静
  1. bag01

    0下载:
  2. 解决0-1背包问题 欢迎批评指正-0-1 knapsack problem solving welcome criticism correction
  3. 所属分类:其他小程序

    • 发布日期:2024-04-30
    • 文件大小:6144
    • 提供者:kakac001
  1. OI

    0下载:
  2. 用多种算法解决0-1背包问题,包括回朔法,动态规划,贪心算法等-algorithm used to solve a variety of 0-1 knapsack problem, including the retrospective method, dynamic programming, greedy algorithm
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-04-30
    • 文件大小:431104
    • 提供者:王垂宇
  1. 0-1

    0下载:
  2. 这是一个用C++实现的0/1背包问题,它是用贪心法实现的。-This is a C++ Achieved 0/1 knapsack problem, which is achieved using greedy method.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-04-30
    • 文件大小:254976
    • 提供者:李眼
  1. beibao

    0下载:
  2. 用回溯法求解0-1背包问题 用vc++实现 包含完整源代码 经过测试成功!-Retrospective method with 0-1 knapsack problem with vc++ Achieve that contains a complete source code has been tested successfully!
  3. 所属分类:其他小程序

    • 发布日期:2024-04-30
    • 文件大小:386048
    • 提供者:you shiming
  1. bags

    0下载:
  2. 四种算法(动态规划、回溯法、分支限界法、贪心法)实现0-1背包问题-four algorithms including dynamic planningm,tracing,branch and bound method and greedy to implement 0-1 bag problem.
  3. 所属分类:系统编程

    • 发布日期:2024-04-30
    • 文件大小:7199744
    • 提供者:王赛
  1. beibao

    0下载:
  2. 这是在C语言环境下利用回溯法实现0-1背包的程序(This is in the C language environment, the use of backtracking method to achieve 0-1 knapsack program)
  3. 所属分类:其他小程序

  1. 0-1背包

    0下载:
  2. 这是一个用C++写的简单0-1背包,可供初学者学习使用(This is a simple 0-1 backpack written in c ++ that can be used by beginners)
  3. 所属分类:其他小程序

  1. 回溯法求解0-1背包问题

    0下载:
  2. 文件包括回溯法求解0-1背包问题的C++源程序,包括运行界面(The file includes a backtracking method for the C++ source program for solving 0-1 knapsack problems, including the running interface)
  3. 所属分类:其他小程序

    • 发布日期:2024-04-30
    • 文件大小:43008
    • 提供者:yog206
  1. 应用禁忌搜索算法解决0-1背包问题

    0下载:
  2. 利用禁忌搜索算法求解0-1背包问题。禁忌搜索算法相比其他搜索算法更优,设置藐视规则来避免陷入局部最优解。(Solve 0-1 Knapsack Problem based on Tabu search. The tabu search algorithm is superior to other search algorithms and sets contempt rules to avoid falling into local o
  3. 所属分类:matlab例程

    • 发布日期:2024-04-30
    • 文件大小:84992
    • 提供者:大白pu
  1. matlab程序(解决0-1背包问题)

    0下载:
  2. 使用遗传算法解决0-1背包问题,调试成功,非常适合初学者了解遗传算法和0-1背包问题(Using genetic algorithm to solve 0-1 knapsack problem, debugging is successful. It is very suitable for beginners to understand genetic algorithm and 0-1 knapsack problem.)
  3. 所属分类:其他小程序

    • 发布日期:2024-04-30
    • 文件大小:21504
    • 提供者:MR安眠
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org