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

搜索资源列表

  1. 生成最短路径贪心算法

    0下载:
  2. 《计算机算法基础》(华工版)关于单源点最短路径生成最短路径贪心算法;-"computer algorithms" (laborers version) on the single-source shortest path generation Shortest Path greedy algorithm;
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:62042
    • 提供者:郑章孝
  1. 贪心算法实现多处理机调度

    0下载:
  2. 该程序是有关于利用贪心算法实现多处理机调度,可以在vc++上直接运行,只有源代码
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-17
    • 文件大小:1389
    • 提供者:张燕娥
  1. 单源点最短路径贪心算法

    0下载:
  2. 单源点最短路径贪心算法:用到Dijkstra算法,-single source shortest path greedy algorithm : use Dijkstra algorithm,
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:971
    • 提供者:刘兰英
  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. tanxinfa.rar

    0下载:
  2. 北京大学研究生课程“算法分析与计算复杂性理论”的课件,讲的是贪心算法。,University post-graduate courses
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:332014
    • 提供者:sky
  1. 1

    0下载:
  2. 活动安排问题 贪心算法 活动安排问题 贪心算法-The activities of the organization of the activities of the organization of greedy algorithm greedy algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-02
    • 文件大小:6689
    • 提供者:applechar
  1. 贪心算法

    1下载:
  2. 文件输入的01背包贪心算法,下载后手动添加一个文件即可运行
  3. 所属分类:数值算法/人工智能

  1. greed

    0下载:
  2. 带有期限和效益的单位时间的作业排序贪心算法。作业已按效益值递减的顺序排好,依次输入各作业的期限值,要求按顺序输出最优解。-With the duration and effectiveness of the unit time Scheduling greedy algorithm. Operating efficiency values ​ ​ have been decreasing order, the order input period value of the o
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:4361
    • 提供者:青青
  1. algorithmic

    0下载:
  2. 是一个介绍常用算法的课件,如贪心算法,规划算法等,试一下吧-Is a commonly used method to introduce the courseware, such as the greedy algorithm, planning algorithms and so on, try it
  3. 所属分类:Data structs

    • 发布日期:2017-05-11
    • 文件大小:2535154
    • 提供者:纪洪生
  1. 4-7you

    0下载:
  2. 计算机算法的多处最优服务次序问题,用贪心算法实现-Computer algorithm of multiple optimal service order issues, with greedy algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:11588
    • 提供者:yi
  1. tanxinsuanfa

    0下载:
  2. 本文章介绍了贪心算法的过程及运用C语言的实现-This article describes the process of greedy algorithm and the realization of the use of C language
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:278679
    • 提供者:玛丽
  1. zuixiaoshengchengshu

    1下载:
  2. 使用贪心算法编程,求解最小生成树问题,并给出详细的过程!-The use of greedy algorithm programming, minimum spanning tree problem solving, and gives details of the process!
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:11332
    • 提供者:chenchen
  1. ShortEst

    1下载:
  2. matlab最短路的贪心算法,用VC++实现,把ShortEst.dll复制到matlab工作文件夹运行(先要运行mex-setup,关联VC与MATLAB)调用方法如 a = [-1,2,3 2,-1,4 3,4,-1] ShorstEst(a) 即可-matlab most short-circuit the greedy algorithm, using VC++ to achieve, and copy it to ShortEst.dll working folder m
  3. 所属分类:matlab

    • 发布日期:2014-05-18
    • 文件大小:31627
    • 提供者:
  1. define_the_latter_table.txt

    0下载:
  2. 根据贪心算法,来求解最小生成树; 这种情况,可能求不不全局最优解,但是,可以求出当前情况下的最优解;-According to greedy algorithm to solve the minimum spanning tree this situation, it may not seek the global optimal solution is not, however, you can find the optimal solution under the current si
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1230
    • 提供者:陈超
  1. Algorithm

    0下载:
  2. 算法分析与设计的讲义 内容有动态规划,分制思想,贪心算法等-Algorithm analysis and design of the lecture content of dynamic programming, sub-system thinking, greedy algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-05-16
    • 文件大小:4559489
    • 提供者:wp
  1. 01pack

    0下载:
  2. 用动态规划,贪心算法等算法实现01背包问题-Using dynamic programming, greedy algorithm knapsack problem algorithm 01
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:164630
    • 提供者:ufo
  1. sffx

    0下载:
  2. 算法分析实验 包含背包算法,硬币问题,贪心算法-Algorithm analysis experiments including knapsack algorithm, coins, greedy algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:109390
    • 提供者:赵当
  1. park

    0下载:
  2. 是公园路径搜索的c++实现方法,功能比较简单,是课程设计的。用到了迪杰斯特拉算法和贪心算法求最短路径-Is a park path search c++ implementation method is relatively simple functions, curriculum design. Use the Dijkstra algorithm and the greedy algorithm for the shortest path
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:5127
    • 提供者:Freedream
  1. qichejiayou

    0下载:
  2. 一辆汽车加满油后可行驶n公里,旅途中有若干个加油站,设计一个有效算法,指出应在哪些加油站停靠加油,使沿途加油次数最少,对于给定的n和k个加油站位置,编程计算最少加油次数。 可以利用贪心选择性质来求解汽车加油问题,也就是所求问题的整体最优解可以通过一系列局部最优的选择,即贪心选择来达到。这是贪心选择算法可行的第一个基本要素,也是贪心算法与动态规划算法的主要区别。在动态规划算法中,每步所做的选择往往信赖于相关子问题的解,因而只有在解出相关子问题后,才能做出选择。而在贪心算法中仅在当前状态下做出最
  3. 所属分类:Data structs

    • 发布日期:2017-03-25
    • 文件大小:10749
    • 提供者:Daninel
  1. greedyalgorithm

    0下载:
  2. 贪心算法是一种更为高效的算法,程序已全部通过-greedy algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:518
    • 提供者:赵伟
« 12 3 4 5 6 7 8 9 10 ... 19 »
搜珍网 www.dssz.com