CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 背包问题 c

搜索资源列表

  1. bag

    0下载:
  2. C++实现的,遗传算法解决背包问题,很经典-C++ implementation of genetic algorithm to solve knapsack problem, it is classic
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:901.93kb
    • 提供者:wangdong
  1. GA

    2下载:
  2. 本程序是在MATLAB平台上,利用智能优化算法遗传算法来解决01背包问题。在0 / 1背包问题中,需对容量为c 的背包进行装载。从n 个物品中选取装入背包的物品,每件物品i 的重量为wi ,价值为pi 。对于可行的背包装载,背包中物品的总重量不能超过背包的容量,最佳装载是指所装入的物品价值最高。-This procedure is in the MATLAB platform using intelligent genetic algorithm optimization algorithm t
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1.59kb
    • 提供者:周薇
  1. 01knapsack_BY_shinyea

    0下载:
  2. 动态规划的01背包问题。用C++编写的简单程序。内置物品价值和重量数组。-Dynamic Programming Knapsack Problem 01. Using C++ to prepare a simple procedure. Built-in value and weight of the array.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:6.72kb
    • 提供者:Alba
  1. knapsack

    0下载:
  2. c语言实现的0-1背包问题,很简单,运行正常可靠,页面简洁。-c language implementation of the 0-1 knapsack problem, is very simple, operating normally reliable, simple page.
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:663byte
    • 提供者:风筝
  1. beibao

    0下载:
  2. 算法实验C++编程用回溯法解决01背包问题-Experimental C++ programming algorithm with backtracking to solve 01 backpack
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:565byte
    • 提供者:clq
  1. beibaowenti

    0下载:
  2. 算法实验C++编程用回溯法解决01背包问题-Experimental C++ programming algorithm with backtracking to solve 01 backpack
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:570byte
    • 提供者:clq
  1. 01knapsackproblem

    0下载:
  2. 回溯法解决01背包问题,是在标准C++上运行的代码,故在VC++上也能运行良好!-Backtracking to solve 01 knapsack problem is in the standard C++ code to run on, so the VC++ is also able to run well!
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:784byte
    • 提供者:daisy
  1. 0_1

    0下载:
  2. 01背包问题的简单算法,使用语言C语言,运行环境为VC-01 A simple algorithm for knapsack problem, using the language C language
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:179.16kb
    • 提供者:qq
  1. Bag1

    0下载:
  2. 以C++程序完成的背包问题,求各位给个看法-To C++ program to complete the knapsack problem, request you to a view
  3. 所属分类:Other systems

    • 发布日期:2017-05-08
    • 文件大小:1.86mb
    • 提供者:陈玉滨
  1. Mixed-leapfrog-algorithm-to-solve-multi-knapsack-p

    0下载:
  2. 混合蛙跳算法解决多背包问题,此算法是在vs2005下编写,语法为基本的c语言(可以直接复制源码到vc中运行)-Mixed leapfrog algorithm to solve multi-knapsack problem, this algorithm is prepared in vs2005, the syntax for basic c language (can copy the source code to run vc)
  3. 所属分类:Other systems

    • 发布日期:2017-05-28
    • 文件大小:10.58mb
    • 提供者:yangfei
  1. joj2526

    0下载:
  2. 背包问题C++实现,最基本的背包,此题为joj2526题目代码-Knapsack problem C++ to achieve the most basic backpack, entitled joj2526 topic code
  3. 所属分类:Other systems

    • 发布日期:2017-12-05
    • 文件大小:1.12kb
    • 提供者:黄如欢
  1. hdu4508-

    0下载:
  2. 完全背包问题C++实现,最基本的背包,此题为hdu4508题目代码-The full knapsack problem C++ achieve the most basic backpack, entitled hdu4508 topic code
  3. 所属分类:Other systems

    • 发布日期:2017-11-29
    • 文件大小:1.17kb
    • 提供者:黄如欢
  1. beibao

    0下载:
  2. 背包问题 C++ knapsack problem -The realization of the knapsack problem C++
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-20
    • 文件大小:870.29kb
    • 提供者:wufei
  1. c++实现0-1背包问题

    0下载:
  2. 用C++工具,使用动态规划算法实现0-1背包问题,(implementation of the 0-1 knapsack problem with C++)
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:1kb
    • 提供者:aoaopeng
  1. 背包问题动态规划详解

    0下载:
  2. 0/1背包问题动态规划详解及C代码 动态规划是用空间换时间的一种方法的抽象。(0/1 knapsack problem dynamic programming detailed and C code Dynamic programming is the abstraction of a method of replacing time with space.)
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:13kb
    • 提供者:zhangruliang
  1. bagpack_problem

    0下载:
  2. 使用C++实现递归解决背包问题的算法 注释详尽算法高效简单易懂(solving bag-pack problem recursively using c++)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:1.97mb
    • 提供者:ddd11111111
  1. 背包

    0下载:
  2. 给定n种物品和一背包。物品i的重量是wi,体积是bi,其价值为vi,背包的容量为c,容积为d。问应如何选择装入背包中的物品,使得装入背包中物品的总价值最大?在选择装入背包的物品时,对每种物品i只有两种选择,即装入背包或者不装入背包。不能将物品i装入背包多次,也不能只装入部分的物品i。试设计一个解此问题的动态规划算法,并分析算法的计算复杂性。(Given n items and a knapsack. The weight of the item I is wi, the volume is Bi
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:723kb
    • 提供者:为了
  1. 背包问题

    0下载:
  2. 贪心算法解决背包问题:给定n种物品和一个背包。物品i的重量是Wi,其价值为Vi,背包的容量为C。应如何选择装入背包的物品,使得装入背包中物品的总价值最大?(The greedy algorithm solves the knapsack problem: a given n item and a backpack. The weight of the item I is Wi, its value is Vi, and the capacity of the knapsack is C. How
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:89kb
    • 提供者:wj456jw
  1. 背包1

    0下载:
  2. 贪心背包,贪心算法总是作出在当前看来最好的选择。也就是说贪心算法并不从整体最优考虑,它所作出的选择只是在某种意义上的局部最优选择。当然,希望贪心算法得到的最终结果也是整体最优的。虽然贪心算法不能对所有问题都得到整体最优解,但对许多问题它能产生整体最优解。如单源最短路经问题,最小生成树问题等。在一些情况下,即使贪心算法不能得到整体最优解,其最终结果却是最优解的很好近似。(Greedy knapsack, (1) the so-called greedy choice property means
  3. 所属分类:其他

    • 发布日期:2018-04-18
    • 文件大小:2.07mb
    • 提供者:思博
  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. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:42kb
    • 提供者:yog206
« 12 3 »
搜珍网 www.dssz.com