CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - Knapsack Problem

搜索资源列表

  1. dynamic knapsack

    0下载:
  2. 该程序用动态规划解决经典的背包问题,虽然它的效率与分支定界法比起来,还是有一定的差距,但它的简洁性却是无与伦比的.-the program with dynamic programming solution to the classic knapsack problem, although its efficiency and branch and bound over, there is still a certain gap, but its simplicity is incomparab
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3.41kb
    • 提供者:唐海浪
  1. 01beibao.rar

    0下载:
  2. 01背包问题,里面有四种算法,分别为动态规划,分支限定发,回溯法和谈新算法!,01 knapsack problem, there are four kinds of algorithms, dynamic programming, respectively, branch limit hair, the new algorithm backtracking peace!
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:242.29kb
    • 提供者:chenchen
  1. fenzhixianjie

    0下载:
  2. 0/1背包问题的优先队列式分支限界算法程序-0/1 knapsack problem the priority queue-type branch and bound algorithm procedure
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:2.2kb
    • 提供者:shanyan
  1. 0-1Knapsack.problem

    0下载:
  2. Knapsack problemnew01背包问题(动态规划) 01背包实验报告-Knapsack problemnew01 knapsack problem (dynamic programming) 01 backpack Experimental Report
  3. 所属分类:Data structs

    • 发布日期:2017-05-13
    • 文件大小:2.08mb
    • 提供者:ggq
  1. knapsack

    0下载:
  2. 九讲背包问题。一本很好的算法书,详细讲解了背包问题。-Nine speakers knapsack problem. A good algorithm book, explain in detail the knapsack problem.
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:152.13kb
    • 提供者:zhang
  1. zero_one_question

    0下载:
  2. 算法中的经典问题:0——1 背包问题 在该程序中运用了动态规划算法成功解决了0——1背包问题-Classic problem of algorithm 0- 1 knapsack problem in the process use of dynamic programming algorithms succeeded in solving 0- 1 Knapsack Problem
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:1.03kb
    • 提供者:shisir
  1. LinerArange

    0下载:
  2. 动态规划方法视线特殊的(0,1,2)背包问题,获得最佳的物品取舍方案-Dynamic programming special attention (0,1,2) knapsack problem, obtain the best trade-off program items
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:256.34kb
    • 提供者:taolizao
  1. Knapsack

    0下载:
  2. 我自己做的一个0-1背包问题程序 用回溯法 做的 望大家分享 请指正-I own a 0-1 knapsack problem with retroactive law procedures do hope to share, please correct me
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:1.16kb
    • 提供者:tom
  1. KnapsackProblem

    0下载:
  2. 0/1背包问题的几种解法,包括回溯法、动态规划法以及穷举法。另外还包括集中方法的一个测试报告。-0/1 knapsack problem several solutions, including backtracking, dynamic programming method and the exhaustive method. It also includes a focus on methods of test reports.
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:153.66kb
    • 提供者:王若
  1. Knapsack-problem

    0下载:
  2. 背包问题 言简意赅 易懂易学 一学就会-Knapsack problem concisely and a school will learn to understand
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:14.82kb
    • 提供者:马翔
  1. Knapsack-problem

    0下载:
  2. 背包问题(Knapsack Problem)的解法源代码,修改参数即可使用-Knapsack Problem source code, modify the parameters can be used
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:6.09kb
    • 提供者:aa
  1. 01-knapsack-problem--

    0下载:
  2. 01背包问题的优先队列式分支限界算法程序实现-01 knapsack problem with priority queues to achieve branch and bound algorithm program
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:760.44kb
    • 提供者:hudongfang
  1. Knapsack-problem

    0下载:
  2. 背包问题(Knapsack problem)是一种组合优化的NP完全问题。问题可以描述为:给定一组物品,每种物品都有自己的重量和价格,在限定的总重量内,我们如何选择,才能使得物品的总价格最高。用2种方法实现背包问题,用C语言编写,数据结构课内试验-Knapsack problem (Knapsack problem) is NP-complete combinatorial optimization problem. Problem can be described as: Given a se
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1002.26kb
    • 提供者:linfuhong
  1. 0-1-knapsack-problem

    0下载:
  2. 01背包是在M件物品取出若干件放在空间为W的背包里,每件物品的体积为W1,W2……Wn,与之相对应的价值为P1,P2……Pn。求出获得最大价值的方案。在本例中所有数值均为整数-01 M items in the backpack is out of a number of pieces on the space W of the backpack, the size of each item as W1, W2 ... ... Wn, corresponding to the value of
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:133.17kb
    • 提供者:阿四
  1. 01-knapsack-problem

    0下载:
  2. 使用c++实现了0-1背包问题的算法,根据要求找出最佳的选项放入背包-Using c++ implementation of the 0-1 knapsack problem algorithms required to find the best option backpack
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1.14kb
    • 提供者:rucy
  1. knapsack-problem

    0下载:
  2. 原创,背包问题的四种解法,回溯法,动态规划法,以及两种蛮力法,C++代码,编译运行通过,结果正确,可以比较各种方法的效率。-The original, four solutions of the knapsack problem, backtracking, dynamic programming, and two brute force method, C++ code, compile, run through, the result is correct, you can compare
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2.34mb
    • 提供者:ZLS
  1. Knapsack-problem(DP)

    0下载:
  2. 本文档详细分析了动态规划的经典模型-背包问题,能够有效强化对该类型算法的理解。-This document is a detailed analysis of the classic model of the dynamic programming- knapsack problem, can effectively enhance the understanding of this type of algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:31.11kb
    • 提供者:
  1. 0-1-Knapsack-problem

    0下载:
  2. 本次实验选择0-1背包问题作为题目,通过使用动态规划、回溯法和分支定界法等算法来求解该问题,从而进一步的了解各种算法的原理、思路及其本质,深化对算法的了解,锻炼自己对各种算法的分析和使用,熟悉软件底层算法和界面编程。-The 0-1 knapsack problem was chosen as the subject, through the use of dynamic programming, backtracking and branch and bound method algorit
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:198.47kb
    • 提供者:invest
  1. Knapsack-problem

    0下载:
  2. 背包问题(Knapsack problem)是一种组合优化的NP完全问题。问题可以描述为:给定一组物品,每种物品都有自己的重量和价格,在限定的总重量内,我们如何选择,才能使得物品的总价格最高。-Knapsack problem
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:273.19kb
    • 提供者:Tom chen
  1. Knapsack-problem

    0下载:
  2. 可以解决背包问题,背包问题是一种组合优化的NP问题,选择最合适的物品放置于给定背包-Knapsack problem
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:895byte
    • 提供者:nishuone
« 12 3 4 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com