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

搜索资源列表

  1. dongtaiguihuqiubeibaowenti

    0下载:
  2. 动态规划求0/1背包问题,是一个或多个物品的重量和价值,数组中的每个元素定义一趟需要记录的数据-Dynamic programming 0/1 knapsack problem is the weight and value of one or more items, each array element defines a trip record data
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:967
    • 提供者:袁昊苏
  1. test

    0下载:
  2. 模拟退火算法求解0-1背包问题。模拟退火算法求解0-1背包问题-Simulated annealing algorithm for solving knapsack problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:959
    • 提供者:weiqing
  1. PSO

    0下载:
  2. matlab求解粒子群,属于0-1背包问题-matlab to solve the particle swarm, belonging to the 0-1 knapsack problem
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1228
    • 提供者:陈小艺
  1. Bag

    0下载:
  2. 0-1背包问题的解答,0-1背包问题的一个简单的解答,算法不是很好,蛮力算法-0-1 knapsack problem answers to the 0-1 knapsack problem with a simple answer, the algorithm is not very good, the brute force algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:36849
    • 提供者:ZhangYu
  1. knapsack01_backtrack

    0下载:
  2. 数据结构中回溯法求解0-1背包问题的实现-Backtracking to the 0-1 knapsack problem in the data structure
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2101
    • 提供者:吴敏
  1. PackageProblem

    0下载:
  2. 0-1背包问题经典解答,有界面,有具体执行算法。-0-1 knapsack problem the classic answer, interface, and the specific implementation of the algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:130617
    • 提供者:
  1. 01Bags_BinaryTress

    0下载:
  2. 自己写的用二叉树处理经典的0-1背包问题的程序。-Write your own binary tree processing procedures of the classical 0-1 knapsack problem.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:13304
    • 提供者:枪手
  1. Recursive-loop

    0下载:
  2. 是学习递归循环用法的很好的几个实例,包括经典的0-1背包问题,8皇后问题,概率问题等等,相信能帮助你更好的理解C中递归循环的实现。-Learning recursive cycle usage of several instances, including the classical 0-1 knapsack problem, the eight queens problem, probability problems, I believe it can help you understand
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-16
    • 文件大小:4395802
    • 提供者:bob
  1. 0_1beibao

    0下载:
  2. 分别用回溯法和动态规划解决0-1背包问题,输出装入背包的顺序-Backtracking and dynamic programming to solve the 0-1 knapsack problem, the order in which the output is loaded backpack
  3. 所属分类:Other systems

    • 发布日期:2017-12-01
    • 文件大小:1400
    • 提供者:赵瑾
  1. knap-error

    0下载:
  2. 利用回溯法解决0-1背包问题,希望对于开始学习算法的同学有所帮助-Backtracking to solve 0-1 knapsack problem, I hope to help students start learning algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-22
    • 文件大小:885
    • 提供者:wangxuejun
  1. huisu

    0下载:
  2. 0-1背包问题的回溯算法,算法分析与设计-0-1 knapsack problem backtracking algorithm, algorithm analysis and design
  3. 所属分类:Data structs

    • 发布日期:2017-11-14
    • 文件大小:1018
    • 提供者:方方
  1. 01dongtaiguihua

    0下载:
  2. 0-1背包问题的动态规划算法,算法分析与设计-0-1 knapsack problem dynamic programming algorithm, algorithm analysis and design
  3. 所属分类:Data structs

    • 发布日期:2017-11-16
    • 文件大小:1037
    • 提供者:方方
  1. 01tanxin

    0下载:
  2. 0-1背包问题的贪心算法,算法分析与设计-0-1 knapsack problem of the greedy algorithm, algorithm analysis and design
  3. 所属分类:Data structs

    • 发布日期:2017-12-09
    • 文件大小:870
    • 提供者:方方
  1. backpack

    0下载:
  2. 动态规划实现0-1背包问题和贪心法实现背包问题-Dynamic programming to realize knapsack problem and greedy method to realize knapsack problem
  3. 所属分类:Data structs

    • 发布日期:2017-12-03
    • 文件大小:2641
    • 提供者:尹建
  1. 12-01bag

    0下载:
  2. 01背包问题 问题陈述:给定n种物品和一背包,物品i的重量是wi,其价值为vi,背包的容量为C。合理选择物品装入背包,使得装入背包中物品的总价值最大。在选择装入背包的物品时,对每种物品i只有两种选择,即装入背包或不装入背包。不能将物品i装入背包多次,也不能只装入部分的物品i。 问题分析:0 1背包问题是一个子集选取问题,适合于用子集树表示0 1背包问题的解空间。在搜索解空间树时,只要其左儿子结点是一个可行结点,搜索就进入左子树,在右子树中有可能包含最优解时才进入右子树搜索;否则将右子树
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-19
    • 文件大小:312882
    • 提供者:Kahn
  1. beibao22

    0下载:
  2. 0.1背包问题有多种揭发,这应该是最简单的一种,很容易的写法-Variety expose of 0.1 knapsack problem, which should be the most simple, it is easy wording
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-12-10
    • 文件大小:1432
    • 提供者:解南
  1. SAPSO

    0下载:
  2. 0-1背包问题是学习算法时一个非常常用的简单问题,可以用多种智能优化算法实现,这里用到了蚁群算法和模拟退火算法还有两种方法的结合三种方法来实现。-0-1 knapsack problem is a simple learning algorithm is a very common problem, and can use a variety of intelligent optimization algorithm, ant colony algorithm and simulated ann
  3. 所属分类:matlab

    • 发布日期:2017-12-03
    • 文件大小:27085
    • 提供者:陈紫熙
  1. daima

    0下载:
  2. 动态规划,贪心算法和回溯解决0-1背包问题-Dynamic programming, greedy algorithms and backtracking to solve 0-1 knapsack problem
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-10
    • 文件大小:2685
    • 提供者:庞浩
  1. 01-backpack

    0下载:
  2. ACM算法问题:0-1背包问题。此代码用vc++b编写。-ACM algorithm problem :0-1 of the knapsack problem. Write this code vc++b.
  3. 所属分类:Data structs

    • 发布日期:2017-12-04
    • 文件大小:526438
    • 提供者:随波
  1. knapsack

    0下载:
  2. 利用遗传算法解决0-1背包问题的c++程序代码-Genetic algorithm to solve the knapsack problem c++ program
  3. 所属分类:Other systems

    • 发布日期:2017-12-10
    • 文件大小:10427
    • 提供者:sukey
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 23 »
搜珍网 www.dssz.com