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

搜索资源列表

  1. myknapsack

    1下载:
  2. a) 0-1背包问题采用的是动态规划法,该算法思想简介如下: 有些问题常常没有办法把它们分成较小数目的子问题,在这种情况下,可以试着把问题分成必要多的子问题,每个子问题又可以分成数目不确定的必要多的子子问题,这样就会产生大量的子问题。如果分得的子问题界限不清,互相交叉,则在大量的子问题中会存在一些完全相同的子问题,因而在解这类问题时,将可能重复多次解同一个子问题。这种重复当然是不必要的,避免的方法可以在解决一个子问题后把它的解(包括其子子问题的解)保留下来,若遇到求解与之相同的子问题的时候,
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:1611
    • 提供者:林茜
  1. javaTANXINFABEIBAO

    0下载:
  2. 用JAVA编写的关于算法分析与设计里的如何用JAVA实现关于贪心法的背包问题,简单明了.有很强的实例意义.-with JAVA prepared by the analysis of the algorithm and the designing of how to use JAVA of greedy law backpack , simple and clear. a strong example of significance.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:13606
    • 提供者:binly
  1. OI

    1下载:
  2. 用多种算法解决0-1背包问题,包括回朔法,动态规划,贪心算法等-algorithm used to solve a variety of 0-1 knapsack problem, including the retrospective method, dynamic programming, greedy algorithm
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:431086
    • 提供者:王垂宇
  1. basicAlgorithm(pascal)

    0下载:
  2. 基本算法正稿 包括:一、数论算法;二、图论算法;三、背包问题;四、排序算法;五、高精度计算;六、 树的遍历;七 进制转换;八 全排列与组合的生成;九.查找算法;十、贪心;十一、回溯法框架;十二、DFS框架;十三、BFS框架;十五、数据结构相关算法
  3. 所属分类:WEB源码

    • 发布日期:2014-01-17
    • 文件大小:14514
    • 提供者:oh204
  1. 0-1

    1下载:
  2. 这是一个用C++实现的0/1背包问题,它是用贪心法实现的。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9173
    • 提供者:李眼
  1. tanxin

    0下载:
  2. 背包问题 贪心法C++实现 功能健康,绝对无毒
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1171
    • 提供者:李宾宾
  1. 背包问题2 递归

    1下载:
  2. 一个0-1背包问题的C++实现,背包的容量为t,各物品的重量分别为w1,w2。。。wn,找一个能装下最大重量的物品组合,用递归形式的贪心法实现-a 0-1 knapsack problem of C achieved, the capacity for backpack t, the weight of the items were w1, w2. . . Wn, one can find the largest installed under the weight of goods portf
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:8600
    • 提供者:飞杨
  1. knapsack

    0下载:
  2. 0—1背包问题的五种解法 1贪心法 2动态规划 3回溯 4分支限界 5遗传算法-0-1 knapsack problem greedy algorithm five Solution 1 2 3 back in 4 dynamic programming genetic algorithm branch and bound 5
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-25
    • 文件大小:253362
    • 提供者:tunzhao
  1. 01package

    0下载:
  2. 01背包问题的贪心法源代码 供给有需要的参考-01 knapsack problem greedy algorithm source code
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:946435
    • 提供者:wanchao
  1. beibao

    0下载:
  2. 贪心法求解背包问题,希望对大家有帮助,还 的的的 -Knapsack problem greedy method, we would like to help, but also of the
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:1064
    • 提供者:shenyi
  1. tanxin

    0下载:
  2. 经典的背包问题用贪心法实现的JAVA代码-Classical knapsack problem greedy method using the JAVA code
  3. 所属分类:JavaScript

    • 发布日期:2017-04-05
    • 文件大小:1476
    • 提供者:L
  1. bags

    0下载:
  2. 四种算法(动态规划、回溯法、分支限界法、贪心法)实现0-1背包问题-four algorithms including dynamic planningm,tracing,branch and bound method and greedy to implement 0-1 bag problem.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-23
    • 文件大小:7199463
    • 提供者:王赛
  1. knapsack

    0下载:
  2. 背包问题算法 - 贪心法,递归法和动态规划法分别解决-Three solutions to Knapsack problem: the integer knapsack problem solution, fractional knapsack solution and DDG solution
  3. 所属分类:Java Develop

    • 发布日期:2017-03-24
    • 文件大小:1073
    • 提供者:
  1. suanfaqxf

    1下载:
  2. 算法实验报告+源代码 实验一 1题 归并排序.cpp 11 实验一 2题 快速排序.cpp 12 实验二1题 贪心法求背包问题.cpp 13 实验二2题 贪心法求最短路径.cpp 16 实验三 动态规划求最短路径.cpp 17 实验四 回溯法求背包.cpp 18-Algorithm+ source code for test lab reports a problem for a merge sort. Cpp 11 question tes
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:109021
    • 提供者:秋思狐狸
  1. knap

    0下载:
  2. 分支限界求背包问题相对于贪心法等有很大的优势-fenzhi xianjie beibao
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1208163
    • 提供者:chuanye
  1. knapsackproblem

    0下载:
  2. 贪心算法,回溯法,动态规划算法解决0-1背包问题-Greedy algorithms, backtracking, dynamic programming algorithm to solve 0-1 knapsack problem
  3. 所属分类:Document

    • 发布日期:2017-04-04
    • 文件大小:369101
    • 提供者:区娟丽
  1. 01Knapsack

    0下载:
  2. 贪心法0-1背包问题贪 心法0-1背包问题-0/1Knapsack problem greedy Method
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-11
    • 文件大小:1008
    • 提供者:xnn
  1. Cpp1

    0下载:
  2. 用动态规划和贪心法解决背包问题 问题:给定n种物品和一个背包,物品i的重量是Wi,其价值为Vi,背包的容量为c,问如何选择装入背包的物品,使得装入背包的物品的总价值最大?-=.=
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1220
    • 提供者:GSrue
  1. TSPandBAGproblem

    0下载:
  2. 包里包含五个文件,其中ASforTSP是用蚂蚁算法解决TSP问题,Backtrack是用回溯法解决01背包问题,GAO是用遗传算法解决TSP,GreedySelector是用贪心算法解决01背包问题,MoneyChange是金额的数字与汉字的转换方案,本人作为一个学生初学编程,希望多多包涵。-Package contains five files, which ASforTSP ant algorithm to solve TSP is the problem, Backtrack 01 is
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-07
    • 文件大小:9925
    • 提供者:梦幻
  1. 贪心法求背包问题

    0下载:
  2. 贪心法求背包问题,如何选择使得背包中物品价值最大(A greedy method for the problem of knapsack)
  3. 所属分类:其他

    • 发布日期:2018-04-18
    • 文件大小:5120
    • 提供者:jikeZ
« 12 »
搜珍网 www.dssz.com