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

搜索资源列表

  1. search_method

    0下载:
  2. 搜索算法——包含回溯法、分枝定界和贪心法
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6174
    • 提供者:chen
  1. 0-1

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

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

    0下载:
  2. 算法设计有贪心法,回溯法,动态规划等 算法设计有贪心法,回溯法,动态规划等
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-18
    • 文件大小:43503
    • 提供者:hua
  1. Dijkstra

    0下载:
  2. Dijkstra 贪心法求单源最短路径.Dijkstra算法是解单源最短路径问题的一个贪心算法。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2227
    • 提供者:胡少龙
  1. suanfabaogao

    0下载:
  2. 算法设计与分析试验报告,含全部实验源代码,包括贪心法、回溯法、深度优先搜索、分治法等,内容详尽。
  3. 所属分类:数据结构常用算法

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

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

    • 发布日期:2008-10-13
    • 文件大小:1171
    • 提供者:李宾宾
  1. DIJKSTR

    0下载:
  2. 用贪心法解单源最短路径,比较不错的一个算法,大家好好看下
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1676
    • 提供者:tankfish
  1. suanfafenxiyusheji

    0下载:
  2. 算法分析与设计课程设计基于贪心法的装箱问题设计报告
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:18085
    • 提供者:lessi
  1. tanxinxiang

    0下载:
  2. 算法分析与设计课程设计基于贪心法的装箱问题设计报告
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:18078
    • 提供者:lessi
  1. 各种排序算法

    0下载:
  2. 各种常用的排序算法源程序,包括快速排序/归并排序/带限期的排序以及贪心法的实现程序-various commonly used algorithm source, including rapid sequencing / merge sorting / ranking with the deadline and the greedy method to achieve procedures
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9868
    • 提供者:zbing0203
  1. tanxinfa

    0下载:
  2. 算法设计与分析中的贪心法源程序,用VC编写,应用贪心设计策略来解决操作系统中单机、无资源约束且每个作业可在等量时间内完成的作业调度问题-algorithm design and analysis of the greedy algorithm source, VC preparation, application greedy design strategies to solve the stand-alone operating system, without resource constra
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1066
    • 提供者:范铮
  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. Greedy_Implicit-贪心算法_隐枚举法

    0下载:
  2. 贪心算法_隐枚举法(0 - 1 整数规划求解),matlab代码-Greedy algorithm _ implicit enumeration method ( 0- 1 integer programming solver ) ,matlab code
  3. 所属分类:matlab例程

    • 发布日期:2017-03-27
    • 文件大小:866
    • 提供者:johnhanan
  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. duo

    0下载:
  2. 名称叫做多边形游戏,是算法设计技巧与分析中经常会遇到的一类问题,主要是由贪心法来解决-Name of the game called the polygon is algorithm design techniques and analysis of a class of frequently encountered problems, mainly by the greedy method to solve
  3. 所属分类:Other Games

    • 发布日期:2017-03-30
    • 文件大小:519288
    • 提供者:Crane
  1. 01package

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

    • 发布日期:2017-04-05
    • 文件大小:946435
    • 提供者:wanchao
  1. analysys-and-design-of-algorithm-ppt

    0下载:
  2. 我上课用的计算机算法设计与分析的电子教案,内容包括了最基本的分治法,贪心法,动态规划法,-I class computer algorithms used in design and analysis of electronic lesson plans, including the most basic sub-rule law, greedy method, dynamic programming method,
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1412829
    • 提供者:周先生
  1. 27796737GREEDYSELECT1

    0下载:
  2. 贪心法会议安排,先对结束时间排序,然后依次取出最大子集。-Greedy schedule of meetings, the first sort of the end of time, to be followed by the largest subset removed.
  3. 所属分类:MPI

    • 发布日期:2017-04-24
    • 文件大小:28806
    • 提供者:kroeger
  1. 37724128sche3

    0下载:
  2. 贪心法会议安排,先安结束时间排序,然后依次取出最大子集。-Greedy schedule of meetings before an end time to sort, to be followed by the largest subset removed.
  3. 所属分类:assembly language

    • 发布日期:2017-04-16
    • 文件大小:20555
    • 提供者:kroeger
  1. greedy

    0下载:
  2. 贪心法的算法,里面有最小生成树算法和单点源最短路径的算法,供大家学习参考-Greedy algorithms, there are minimum spanning tree algorithm and single-point-source shortest path algorithm, for them to learn from reference
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1723
    • 提供者:huahua
« 1 23 4 5 6 7 »
搜珍网 www.dssz.com