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

搜索资源列表

  1. MaxSubMin

    0下载:
  2. 用贪心算法编写的有关最大级差问题的java程序-greedy algorithm used in the preparation of the largest differential in java programs
  3. 所属分类:Button control

    • 发布日期:2017-12-02
    • 文件大小:1850
    • 提供者:
  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. bag

    1下载:
  2. 用Visual C++编写的程序,利用贪心算法实现背包问题-Using Visual C++ to prepare the procedures for implementation the use of greedy algorithm knapsack problem
  3. 所属分类:.net编程

    • 发布日期:2013-06-23
    • 文件大小:149707
    • 提供者:hilings
  1. tanxin

    0下载:
  2. 算法分析中的实例,简单的贪心算法用于求解此类问题-Examples of algorithm analysis, the simple greedy algorithm for solving such problems
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:1561
    • 提供者:chunchen
  1. RWXML8

    1下载:
  2. 分别用贪心算法和启发式算法对测试用例集进行了最小化。-the Greedy and Heuristic is used to minimized the test suite.
  3. 所属分类:Other systems

    • 发布日期:2017-05-16
    • 文件大小:3844190
    • 提供者:龚有平
  1. tanxin

    0下载:
  2. 算法设计课程设计中的贪心算法,用c++实现代码-Algorithm design in the curriculum design of the greedy algorithm to achieve code
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:209447
    • 提供者:小牛儿
  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. Cargobin-packingproblem.jsp

    1下载:
  2. 首先,打开MATLAB编辑器,输入该文件中程序码,把文件保存到MATLAB当前目录并命名为zhuangxiang.m,只需在命令窗口中输入zhuangxiang,按回车键,根据提示输入,便可解决贪心算法中货船装箱问题,以求得最优解。 -First of all, open the MATLAB editor, enter the file, program code, save the file to the MATLAB current directory and named zhuang
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:3229
    • 提供者:姚国标
  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. FastJob

    0下载:
  2. FASTJOB 贪心算法:输入作业收益与截止日期后,可得出作业执行顺序-FASTJOB greedy algorithm:after Enter the operating income and the deadline, the execution order of operations can be drawn
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:479232
    • 提供者:wangzhi
  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. tx

    0下载:
  2. 这是一个关于贪心算法的一些例子,里面包含了源代码,请仔细研究-some example
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:51684
    • 提供者:陈俊
  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
    • 提供者:赵伟
« 1 23 4 5 6 7 8 9 10 ... 35 »
搜珍网 www.dssz.com