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

搜索资源列表

  1. knapsack.rar

    0下载:
  2. 用GAlib库实现的解决0/1背包问题的遗传算法程序源代码。
  3. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:3090
    • 提供者:
  1. 贪心方法

    0下载:
  2. 贪心方法解0/1背包问题,构造一个物品类,调用类方法对背包进行排序,核心代码已给出-greedy method for 0 / 1 knapsack problem, a structural categories of goods, the category called right backpack method for sequencing, the core code has been given
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:52052
    • 提供者:赵立
  1. my0-1knapsack

    0下载:
  2. 给定n 个物品, 物品i重为wi 并且价值为 vi ,背包所能承载的最大容量为 W. 0-1 背包问题即是选择含有着最大总价值的物品的子集且它的容量 ≤W . 用动态规划实现-given n goods, items i weight of wi and value of vi, the backpack can carry a maximum capacity of W. 0-1 knapsack problem that is a choice with a maximum tot
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1002
    • 提供者:叶黎
  1. 0-1bagsourcecode

    0下载:
  2. 0-1背包问题的C++源代码: 设有一个背包,可以放入重量为S。现有n件物品,重量分别为S1,S2,···,Si (0<i<n+1)均为正数,从这n件物品中
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1160
    • 提供者:江辉
  1. algrithm

    0下载:
  2. 算法设计与分析的经典程序,主要有0-1背包问题,最小生成树等。-algorithm design and analysis of the classic procedure, mainly 0-1 knapsack problem, such as minimum spanning tree.
  3. 所属分类:其它

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

    0下载:
  2. 1.1 背包问题 有一个徒步旅行者,已知他能承受的旅行背包的重量不超过a(kg)。设有n种物品可供他选择装入背包,这n种物品分别编号为1,2,…,n。其中第i种物品每件的重量为ai(kg),其使用价值(指一件第i种物品对旅行者来说所带来的好处的一种数量指标)为ci(i=1,2,…,n)。问这位旅行者应如何选择携带这n种物品的件数,使得总价值最大? -1.1 knapsack problem is a hikers. he is known to travel to withstand t
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:14008
    • 提供者:孙竟飞
  1. fjdjf

    1下载:
  2. 用分支界限法解决的几个问题:包括0-1背包问题,最大团问题,电路布线问题,最大装载问题.作业最优处理问韪.-branch line with the law to solve several problems : including 0-1 knapsack problem, the largest group, circuit wiring problem, the greatest problem loading. Optimal handling operations Q premises
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:59983
    • 提供者:michael
  1. tigongyuanma

    0下载:
  2. 该文件包共有5个文件 TSP--传统算法---说明TSP的传统算法实践 背包问题----0-1背包问题的传统算法实践 模拟退火算法----模拟退火算法实现TSP问题 我的通讯录----我整理写的个人通讯录 遗传算法----遗传算法解决TSP问题
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:10829871
    • 提供者:lisanshi2006
  1. bagprogram

    0下载:
  2. 用动态规划来解0-1背包问题的算法思想及程序代码-use dynamic programming solution to the 0-1 knapsack problem algorithms and code thinking
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:6071
    • 提供者:石梦军
  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 help
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:9385
    • 提供者:成朝夕
  1. myknapsack

    1下载:
  2. a) 0-1背包问题采用的是动态规划法,该算法思想简介如下: 有些问题常常没有办法把它们分成较小数目的子问题,在这种情况下,可以试着把问题分成必要多的子问题,每个子问题又可以分成数目不确定的必要多的子子问题,这样就会产生大量的子问题。如果分得的子问题界限不清,互相交叉,则在大量的子问题中会存在一些完全相同的子问题,因而在解这类问题时,将可能重复多次解同一个子问题。这种重复当然是不必要的,避免的方法可以在解决一个子问题后把它的解(包括其子子问题的解)保留下来,若遇到求解与之相同的子问题的时候,
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:1611
    • 提供者:林茜
  1. bbwt

    0下载:
  2. 自己随便写的 大家看看 最好有人帮我写个回溯算法0-1背包问题的演示软件 -own writing any of us look at the best people to help me write a backtracking algorithm 0-1 knapsack problem of presentation software
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1010
    • 提供者:手电筒
  1. knap1

    0下载:
  2. 0-1背包问题 附带界面 用两种方法实现-0-1 knapsack problem fringe interface used in two ways
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:283371
    • 提供者:andy
  1. simulate_knapsack

    0下载:
  2. 下面是模拟退火算法的代码,使用模拟退火算法(SAA)解决0-1背包问题 -Below are simulated annealing algorithm code, the use of simulated annealing algorithm (SAA) 0-1 knapsack problem solving
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1016
    • 提供者:水水
  1. dongtaiguihua

    0下载:
  2. 动态规划算法的一个实例,解决0-1背包问题-dynamic programming algorithm an example to solve 0-1 knapsack problem
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1429
    • 提供者:刘永峰
  1. Knapsacktwoinone

    0下载:
  2. 0-1背包和 背包问题的动态规划 源程序 只是测试 不过要自己输入 还要自己加入 很简单就没有更改-0-1 knapsack problem knapsack and the dynamic programming source code is to test but also to input their own entry is very there is no simple changes
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:981
    • 提供者: 朱雨科
  1. 0-1beibao

    0下载:
  2. 0-1背包问题的动态规划求解算法, 0-1背包不同于背包问题-0-1 knapsack problem of the dynamic programming algorithm, 0-1 knapsack different from the knapsack problem
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1310
    • 提供者:高亮
  1. MC【1.7.10】背包编辑MOD

    0下载:
  2. 我的世界1.7.10背包编辑,可以编辑物品属性 个人觉得很好用来分享一下(Microsoft 1.7.10 backpack editor can edit item properties. A person feels good to share it)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:312320
    • 提供者:Play7770
  1. 1.60辅助

    2下载:
  2. 多功能辅助 支持挖宝背包清理快速挖宝 本人亲测可用(Multi function support support treasure knapsack clean-up quick dig treasure I personally test available)
  3. 所属分类:其他

    • 发布日期:2018-11-09
    • 文件大小:2934784
    • 提供者:飞羽1
  1. 背包辅助1.60

    0下载:
  2. 清理背包辅助 非常好用,私服专用的,本人亲测可以用(Cleaning backpack assistant is very useful. I can use it personally.)
  3. 所属分类:其他

    • 发布日期:2020-01-18
    • 文件大小:387072
    • 提供者:飞羽1
« 1 2 3 4 5 67 8 9 10 11 ... 26 »
搜珍网 www.dssz.com