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

搜索资源列表

  1. 0-1bag

    0下载:
  2. 解决了0-1背包问题,能够的出最优解;并且可以知道各个背包的号码和总重量。-To solve the 0-1 knapsack problem, to the optimal solution and can know each number and total weight of the backpack.
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:317533
    • 提供者:nengwei
  1. LV-backtrack01PACKING

    0下载:
  2. 给定n种物品和一背包。物品i的重量是wi,其价值为vi,背包容量为c。问应如何选择装入背包中的物品,使得装入背包中物品的总价值最大。在选择装入背包的物品时,对每种物品i只有两种选择,即装入背包或不装入背包。不能将物品i装入背包多次,也不能只装入部分的物品i。因此,该问题称为0-1背包问题。-Given n types of items and a backpack. Item i is the weight wi, the value of vi, backpack capacity of c.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:104793
    • 提供者:JLH
  1. package

    0下载:
  2. 数据结构和算法分析的相关内容,这里是0/1背包问题的相关代码,将有助于你更好的学习相关内容。-Data structures and algorithm analysis of relevant content, here is the 0/1 knapsack problem related to code, will help you better learn the relevant content.
  3. 所属分类:Data structs

    • 发布日期:2017-05-15
    • 文件大小:3878467
    • 提供者:chen
  1. branchknapser

    0下载:
  2. 本程序实现分支界限算法求解0-1背包问题,c语言-The boundaries of the program to achieve branch 0-1 knapsack problem algorithm, c language
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2928
    • 提供者:发奋图强
  1. geneknapser

    1下载:
  2. 本程序实现遗传算法求解0-1背包问题,c语言-The genetic algorithm program to achieve 0-1 knapsack problem, c language
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:2711
    • 提供者:发奋图强
  1. BagProblem

    0下载:
  2. 背包问题的贪心算法,可以解决N个背包的问题-bag problem,
  3. 所属分类:Data structs

    • 发布日期:2017-05-11
    • 文件大小:2055429
    • 提供者:zhou
  1. package

    0下载:
  2. 经典的01背包问题,采用动态规划算法,C语言编写-01 classic knapsack problem, using the dynamic programming algorithm, C language
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:196878
    • 提供者:yy
  1. Udec2bin

    0下载:
  2. 本程序为我自己编写的,能够实现用枚举法背包问题-This program written for my own, to achieve knapsack problem with the enumeration method
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:640
    • 提供者:李华
  1. aa

    0下载:
  2. 在过去的几年中, 背包问题吸引了众多理论研究人员和应用工作者的注意力, 因而得到了广泛而深入的研究。理论方面, 研究兴趣主要来自于该问题简单的结构, 而这种特点既可以深入探索许多组合特性, 又可以通过解决一系列背包子问题来最终求解更为复杂的优化问题。实践方面, 这些问题可以表述许多工业场合的应用, 最典型的应用包括货 物装载、存储分配和资本预算等等。在寻找背包问题可行解的过程中, 出现了众多的算法, 本文是利用MATLAB 程序求背包问题可行解的一种算法。-In the past few y
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:24717
    • 提供者:hh
  1. yingyongGAjiejue0-1beibaowenti

    0下载:
  2. 将贪婪修复方法与遗传算法相结合,构成混和遗传算法,并求解经典背包问题。-The greedy repair method and genetic algorithm combined to form hybrid genetic algorithm, and solve the classic knapsack problem.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:5397
    • 提供者:齐青萍
  1. 0-1beibao

    0下载:
  2. 给定n种物品和一背包。物品i的重量是wi,其价值为vi,背包的容量为C。问应如何选择装入背包的物品,使得装入背包中物品的总价值最大-the problem is 0-1bag,it can put best price
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:22054
    • 提供者:shengjiali
  1. beibao

    0下载:
  2. 这是一个用C#编写的程序,主要是实现0-1背包问题。-this is a code written by C#.
  3. 所属分类:Data structs

    • 发布日期:2017-05-13
    • 文件大小:3180078
    • 提供者:张志强
  1. a

    0下载:
  2. 贪心法求0/1背包 已知背包的容量和物品的个数和重量价值 -The greedy algorithm to find 0/1 knapsack
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1028
    • 提供者:陆逸冰
  1. 01beibao

    0下载:
  2. 01 背包 自己编写的一个小算法 希望够帮助大家-Back pack
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:721
    • 提供者:小香香
  1. package

    0下载:
  2. 有N件物品和一个容量为V的背包。第i件物品的重量是c[i],价值是w[i]。求解将哪些物品装入背包可使这些物品的重量总和不超过背包容量,且价值总和最大-There are N items and a capacity of V backpack. The weight of the i-th item is c [i], the value of w [i]. Which solution will allow these items into the backpack does not exc
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1392
    • 提供者:
  1. Knapsack-problem1

    0下载:
  2. 这是一个关于背包问题的算法,其中使用了贪婪算法的思想,程序可以成功运行。-The algorithm is about the Knapsack problem,it uses a greedy algorithm, the program can be run successfully.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:768
    • 提供者:小韩
  1. Knapsack-problem2

    0下载:
  2. 这是一个关于背包问题的算法,其中使用了回溯的思想,程序可以成功运行。-The algorithm is about the Knapsack problem,it uses Backtracking algorithm , the program can be run successfully.
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:740
    • 提供者:小韩
  1. non0_1-Knapsack-and-full-sorting

    0下载:
  2. 这是全排序算法和非零一背包问题的简单实现,程序可以正确运行。-This is the simple realization of the whole sorting algorithm and the non0_1 kanpsack problem, the program correctly.
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:1033
    • 提供者:小韩
  1. CPP0-1bag

    0下载:
  2. 0-1背包问题的回溯法解决方案,使用的语言是c-There is 0-1bag problem.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1208
    • 提供者:王宝盼
  1. huisufa--01beibao

    0下载:
  2. 讲述了0-1背包问题的解决,是讲课用的课件。希望对大家会有帮助-it is a problem about 0-1 bag
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:205699
    • 提供者:孙方圆
« 1 2 ... 41 42 43 44 45 4647 48 49 50 »
搜珍网 www.dssz.com