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

搜索资源列表

  1. beibao_loca

    0下载:
  2. 经典问题,背包问题VB版,有简单窗口界面,操作简单-classic problem, knapsack problem VB version, a simple window interface, simple operation
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2957
    • 提供者:诺可
  1. 017387-01

    1下载:
  2. 论坛代码 用分支界限法解决的几个问题:包括0-1背包问题,最大团问题,电路布线问题,最大装载问题.作业最优处理问韪-Forum with the branch code boundaries to solve several problems : including 0-1 knapsack problem, the largest group, circuit wiring problem, the greatest problem loading. Optimal operating han
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:2736644
    • 提供者:yuanjianping
  1. Chp15

    0下载:
  2. 背包问题的遗传算法解法 背包问题的遗传算法解法-knapsack problem genetic algorithm method knap sack problem GA knapsack asked Solution that the genetic algorithm method knapsack problem Genetic Algorithm Solution
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:1019339
    • 提供者:my name
  1. bag8

    0下载:
  2. 八种背包问题的所有源代码,对于学习算法的人很有用:)-eight backpackers of all source code, for the learning algorithm useful :)
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:77779
    • 提供者:饶向荣
  1. OI

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

    • 发布日期:2008-10-13
    • 文件大小:431086
    • 提供者:王垂宇
  1. knapsack012

    0下载:
  2. 0/1/2背包问题,从文件输入,从文件输出.里面有详细的报告和程序说明文档-0/1/2 knapsack problem from the file input and output from the document. There are detailed reports and documentation procedures
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:11407
    • 提供者: Yanlin
  1. huishu01beibao

    0下载:
  2. 回朔解决0-1背包,里面有VC++的代码,可供大家参考,如里有误的,请和我联系-retrospective resolve 0-1 knapsack containing a VC code, for your reference, if there are mistaken. and please contact me! !
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:10425
    • 提供者:王小深
  1. packageone

    0下载:
  2. 背包算法和0-1背包算法,c++实现,希望对大家有帮助!-knapsack algorithm and 0-1 knapsack algorithm, c achieve, and I hope to be helpful!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2152
    • 提供者:jun
  1. ACMsuanfa

    0下载:
  2. 本程序实现ACM里面的背包,骑士,矩阵相乘和排队问题,算法比较科学,请多多指教-the program ACM inside backpacks, Knight, matrix multiplication and queuing problem, the algorithm more scientific, Please exhibitions
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4403
    • 提供者:ouzf
  1. cqa

    0下载:
  2. 背包问题的遗传算法解法-knapsack problem Genetic Algorithm Solution
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:284983
    • 提供者:李佚
  1. fenzhidingjie beibao

    0下载:
  2. 分支定界的0/1背包问题-branch delimitation of the 0 / 1 knapsack problem
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1703
    • 提供者:姜艳艳
  1. 01bag

    0下载:
  2. 经常遇到01背包的问题我在这里向大家提供该算法实现的具体过程-01 backpack often encountered the problem I am here to provide you with the algorithm to achieve the specific process
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:834
    • 提供者:张三华
  1. 0-1bag

    0下载:
  2. 3,算法设计0-1背包,要求用整形-3, 0-1 knapsack algorithm design and required plastic surgery
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1208
    • 提供者:张乐
  1. saa

    1下载:
  2. 使用模拟退火算法解0-1背包问题MATLAB源代码-using simulated annealing Xie 0-1 knapsack problem MATLAB source code
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1186
    • 提供者:林鑫
  1. greedy

    0下载:
  2. 使用贪婪算法 解决0-1背包问题MATLAB源代码-greedy algorithm used to solve 0-1 knapsack problem MATLAB source code
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:799
    • 提供者:林鑫
  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 the maze path, the optimal res
  3. 所属分类:技术管理

    • 发布日期:2008-10-13
    • 文件大小:86163
    • 提供者:葛兴高
  1. beibao

    0下载:
  2. 0_1背包问题,回溯法解背包问题 0-l背包问题是子集选取问题。一般情况下,0-1背包问题是NP难题。0-1背包 问题的解空间可用子集树表示。解0-1背包问题的回溯法与装载问题的回溯法十分类 似。在搜索解空间树时,只要其左儿子结点是一个可行结点,搜索就进入其左子树。当 右子树有可能包含最优解时才进入右子树搜索。否则将右子树剪去。设r是当前剩余 物品价值总和;cp是当前价值;bestp是当前最优价值。当cp+r≤bestp时,可剪去右 子树。计算右子树中解的上界的更好方法
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:6310
    • 提供者:杜丹
  1. beibao

    0下载:
  2. 0_1背包问题用动态规划解给定n种物品和一背包。物品i的重量是wi,其价值为vi,背包的容量为c。问应如何选择装入背包中的物品,使得装入背包中物品的总价值最大? 在选择装入背包的物品时,对每种物品i只有两种选择,即装入背包或不装入背包。不能将物品i装入背包多次,也不能只装入部分的物品i。因此,该问题称为0-1背包问题。
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1210
    • 提供者:杜丹
  1. beibaoJAVA

    0下载:
  2. 背包问题动态规划算法JAVA 给定n种物品和一背包。物品i的重量是wi,其价值为vi,背包的容量为c。问应如何选择装入背包中的物品,使得装入背包中物品的总价值最大? 在选择装入背包的物品时,对每种物品i只有两种选择,即装入背包或不装入背包。不能将物品i装入背包多次,也不能只装入部分的物品i。因此,该问题称为0-1背包问题。
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:1010
    • 提供者:杜丹
  1. 0-1Pack

    0下载:
  2. 用C#写的《计算机软件算法分析与设计》的作业--动态规划算法,0-1背包问题 可选择背包容量(浮点型)和指定每个物品的重量(浮点型),生成物品选择表和统计信息
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:91647
    • 提供者:范成
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 50 »
搜珍网 www.dssz.com