搜索资源列表

  1. 0-1beibao

    0下载:
  2. 0-1背包问题的解决,此算法基于动态规划来实现,通用性好-0-1 knapsack problem, this algorithm is based on dynamic programming to achieve, common good
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:5120
    • 提供者:kany
  1. pack1

    0下载:
  2. 01背包问题 用算法分之方法解决的问题-01 knapsack problem with algorithms to solve the problem of points
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:wxh
  1. KnapsackProblem

    0下载:
  2. 背包问题是一个经典的动态规划模型。它既简单形象容易理解,又在某种程度上能够揭示动态规划的本质-Knapsack problem is a classic dynamic programming model. It is simple and easy to understand images, but also to some extent, able to reveal the essence of dynamic programmi
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-16
    • 文件大小:330752
    • 提供者:于维川
  1. tanxin

    0下载:
  2. 背包问题 贪心法C++实现 功能健康,绝对无毒-Greedy Knapsack Problem C++ Achieve functional health, is absolutely non-toxic
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:李宾宾
  1. bagcopy

    0下载:
  2. 采用遗传算法解决0-1背包问题 并采用了二重编码形式
  3. 所属分类:书籍源码

    • 发布日期:2024-05-16
    • 文件大小:4096
    • 提供者:肖玲俐
  1. GA

    0下载:
  2. 基于遗传算法的背包问题求解,有基本的说明和代码 其他人不需帐号就可自由下载此源码 -Based on genetic algorithms for solving knapsack problem, some basic instructions and code other people without accounts can download this free source
  3. 所属分类:加密解密

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:ZHANGWEN
  1. OIknap

    0下载:
  2. 用VC编写的01背包问题,功能强大,是在老师的指导下完成的,大家可以用来参考-VC prepared with 01 knapsack problem, powerful, is completed under the guidance of teachers, and everyone can be used to reference
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-16
    • 文件大小:431104
    • 提供者:清水
  1. 01beibaozhenghechengxu

    0下载:
  2. 背包问题非常有用的程序代码打包,包括贪心,回溯,动态规划-Knapsack problem is very useful package of program code, including greedy, backtracking, dynamic programming
  3. 所属分类:Windows编程

    • 发布日期:2024-05-16
    • 文件大小:6128640
    • 提供者:adsd
  1. Antbeibao

    0下载:
  2. 用蚁群算法解决0-1背包问题,matlab实现,自己亲自写的,没问题-Using ant colony algorithm to solve 0-1 knapsack problem, matlab realize that he personally wrote, no problem
  3. 所属分类:数值算法/人工智能

  1. Knap2

    0下载:
  2. knap2 背包问题非递归,运用栈及回溯算法优化了一下,可以找到所有满足条件的解。 如果遇到什么问题,请发邮件至horsewhite32@hotmail.com,笔者将不胜感激 uuhorse-non-recursive knap2 knapsack problem, the use of stack and the backtracking algorithm to optimize the look, you can f
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-16
    • 文件大小:6144
    • 提供者:uuhorse
  1. LCKNAP

    0下载:
  2. 01背包问题的优先队列式分枝限界算法程序LCKNAP-01 knapsack problem the priority queue algorithm Branch and Bound-style program LCKNAP
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:8192
    • 提供者:lv
  1. beibaowenti

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

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:aa
  1. beibao

    0下载:
  2. 0-1背包问题(0-1 Knapsack Problem)的定义为:设集合 代表m件物品,正整数 分别表示第 件物品的价值与重量,那么0-1背包问题KNAP(A,c)定义为,求A的子集,使得重量之和小于背包的容量c,并使得价值和最大。-0-1 knapsack problem (0-1 Knapsack Problem) is defined as: set up a collection on behalf of m items, r
  3. 所属分类:并行运算

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:chj
  1. dividablepackage

    0下载:
  2. 此程序是使用Java编写的,实现了可分割的0/1背包问题。程序主要是是使用了经典的贪心算法,能够很好的解决此问题。-This procedure is to use Java prepared to achieve that can be separated from 0/1 knapsack problem. Procedure is mainly the use of a classic greedy algorithm that
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:4096
    • 提供者:gengxin
  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-05-16
    • 文件大小:386048
    • 提供者:you shiming
  1. BagZeroOne

    0下载:
  2. java语言实现动态规划求解0-1背包问题。-java dynamic programming language for solving 0-1 knapsack problem.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:李元涛
  1. Solving.the.01.Knapsack.Problem.with.Genetic.Algor

    1下载:
  2. 遗传算法求解01背包问题+实验报告+参考文献。如果你看了这个程序还是不能明白遗传算法的巧妙,那么还是不要再看这个问题了。-Genetic Algorithm for Knapsack Problem 01 experimental report references. If you read this procedure should not understand the genetic algorithm or clever,
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-16
    • 文件大小:201728
    • 提供者:gouyabin
  1. 01beibao

    0下载:
  2. 0-1背包问题,用VC++实现,是算法设计中比较重要的问题-0-1 knapsack problem, using VC++ Realize is that algorithm design more important issue
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-16
    • 文件大小:239616
    • 提供者:王静
  1. 2

    0下载:
  2. 用回溯解背包问题 假设有n件物品,定义一个结构体a[]来存储,结构体有两个成员weight和value(weight表示重量,value表示价值)先定义一个数组col[]表示每个物品当前状态(为1表示被选,为0表示未被选),其初值全为1,从下标为0开始遍历,当前所选物品总重和总价值分别设为tw和tv(初值均为0),背包的限重设为limit,若第i个物品满足tw+a[i].weight<=limit且col[i]==1 就将a[i]
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-16
    • 文件大小:180224
    • 提供者:STartBoy
  1. beibao

    0下载:
  2. 背包问题运用贪婪算法的matlab 程序实现-Use of greedy algorithm knapsack problem of matlab program
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:shangsheng
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »

源码中国 www.ymcn.org