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

搜索资源列表

  1. 0-1question

    0下载:
  2. 0-1背包问题是算法设计中很经典的一个问题。如何让价值最大化是这个问题所要考虑的问题。-0-1 knapsack problem is a classic algorithm design a problem. How to maximize the value of this issue to consider.
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:632
    • 提供者:huwenjuan
  1. beibaoPSO

    1下载:
  2. 这份源代码是用粒子群算法解决0/1背包问题,可以正常运行。-The source code is the particle swarm algorithm to solve 0/1 knapsack problem, it works.
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:1257
    • 提供者:风暴
  1. 0-1knapasackBacktrack

    0下载:
  2. 0-1背包 回溯法(0-1knapasackBacktrack) vc-0-1knapasackBacktrack
  3. 所属分类:Console

    • 发布日期:2017-04-11
    • 文件大小:789
    • 提供者:arthas
  1. 0-1knapsackBranchBound

    0下载:
  2. 0-1 背包 分支限界法(0-1knapsackBranch&Bound) vc-0-1knapsackBranch&Bound
  3. 所属分类:Console

    • 发布日期:2017-04-11
    • 文件大小:1369
    • 提供者:arthas
  1. 0-1knapsackDynamicProgramming

    0下载:
  2. 0-1 背包 动态规划法(0-1knapsackDynamicProgramming)-0-1knapsackDynamicProgramming
  3. 所属分类:Console

    • 发布日期:2017-03-31
    • 文件大小:537
    • 提供者:arthas
  1. 0-1beibao

    0下载:
  2. 这是用贪心算法解决0-1背包问题的一个算法源码-something about 0-1 knapsack problems
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-09
    • 文件大小:1850016
    • 提供者:马杰
  1. 1

    0下载:
  2. 0/1背包问题,C++实现,算法实现源代码,蛮力法实现源程序,-0/1 knapsack problem, C++ implementation, algorithm source code, brute force method to achieve source,
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-10
    • 文件大小:642
    • 提供者:玉青
  1. 0-1_bag_problem

    0下载:
  2. 0-1背包问题的动态规划解法,C++源码,并附有详细的实验报告-0-1 bag problem
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:909405
    • 提供者:Zhang Ting
  1. 0-1bag-question

    0下载:
  2. 0-1背包问题 一种简单的算法 用c++实现的源代码-0-1bag question
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:697
    • 提供者:郭志伟
  1. 0-1beibao

    0下载:
  2. 0-1背包问题,很经典的一个问题,基于动态规划的经典案例。-0-1 knapsack problem, it is a problem in the classic, classic case based on dynamic programming.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:103241
    • 提供者:刘冰淇
  1. 1.tar

    0下载:
  2. 用C++实现的0-1背包问题的动态规划解法程序。注释详实,可读性好。-C++ implementation with the 0-1 knapsack problem dynamic programming solution procedure. Comments detailed, readable.
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:195451
    • 提供者:ryyrzzl
  1. 39975737MATLAB_gatool

    1下载:
  2. 解决0-1背包问题的遗传算法matlab程序,欢迎交流提高。-Solve the 0-1 knapsack problem genetic algorithm matlab program, welcomed the exchange increased.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:44929
    • 提供者:孙磊
  1. 1

    0下载:
  2. 遗传算法解决0-1背包问题,动态规划算法-Genetic algorithm to solve 0-1 knapsack problem, dynamic programming algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-14
    • 文件大小:3143
    • 提供者:chenxq
  1. packegePSO1

    0下载:
  2. 用matlab编写的一个解决0-1背包问题,其算法采用粒子群算法-use matlab software write 0-1 knapsack problem use PSO method
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1264
    • 提供者:杨于漫
  1. ACG0-1

    0下载:
  2. 蚁群求解TSP问题,和0-1背包问题,不错,运行结果可以-ACO for TSP, and the 0-1 knapsack problem, yes, the results can be
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:4793
    • 提供者:lutianyu
  1. 0-1beibao

    0下载:
  2. 算法与分析中0/1背包问题的实现,求出最大价值及所放入的背包序号-Algorithms and Analysis 0/1 knapsack problem to achieve, find the maximum value and the serial number into the backpack
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:646563
    • 提供者:菜鸟程序员
  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. 0-1beibao

    0下载:
  2. 蚁群算法求解0-1背包问题,压缩包中有详细的代码和实验报告,可以调试运行-Ant Colony Algorithm for the 0-1 knapsack problem, compressed package are detailed in the code and lab reports, debugging and running
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-07
    • 文件大小:1218010
    • 提供者:张小
  1. huisufa0-1

    0下载:
  2. 算法分析-回溯法,0-1背包问题,按选优条件向前搜索,以达到目标。-Algorithm- Backtracking,0-1Knapsack problem,Forward search, the optimal selection conditions in order to achieve the goal.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:209122
    • 提供者:江淮
  1. 0-1beibaowenti(fenzhijiexiansuanfa)

    0下载:
  2. 本程序采用分支界限算法解决经典的0-1背包问题。-This program uses the branch and bound algorithm to solve the classical 0-1 knapsack problem.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1760
    • 提供者:邵文莎
« 1 2 3 4 5 67 8 9 10 11 ... 26 »
搜珍网 www.dssz.com