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

搜索资源列表

  1. dijkstra_suanfa

    0下载:
  2. dijkstra 这是用C语言实现的贪心算法 看这个程序前最好先看看图形说明-Dijkstra this is achieved using C language greedy algorithm to see this process take a look at the graphics before the best descr iption
  3. 所属分类:assembly language

    • 发布日期:2017-04-07
    • 文件大小:4769
    • 提供者:swnjut
  1. tanxin

    0下载:
  2. 算法分析中的贪心算法,希望对学习的同学有所帮助。-Algorithm Analysis of greedy algorithm, and they hope to help students learn.
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:882
    • 提供者:小林
  1. 3

    0下载:
  2. 多元哈夫曼算法,用贪心算法求解石子合并的最优解-Multi-Huffman algorithm, greedy algorithm with the optimal solution of the stones combined
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:827
    • 提供者:lands
  1. 00

    0下载:
  2. 假设要在足够多的会场里安排一批活动,并希望使用尽可能少的会场。设计一个有效的贪心算法来进行安排。试编程实现对于给定的k个待安排活动,计算使用的最少会场。输入数据中,第一行是k的值,接下来的k行中,每行有2个正整数,分别表示k个待安排活动的开始时间和结束时间,时间以0点开始的分钟计。输出为最少的会场数。-Assume it to be enough room in the arrangements in a number of activities and want to use the venu
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-11
    • 文件大小:1098
    • 提供者:王天涯
  1. 01pack

    0下载:
  2. 01背包问题,计算机算法中使用贪心算法与贪心策略的实现-01 knapsack problem, the computer algorithm with the greedy algorithm using the greedy strategy to achieve
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:8286
    • 提供者:zym
  1. tanxinsuanfa

    0下载:
  2. 这是一个用C语言编写的贪心算法程序,很好的模拟了这个算法。-This is a use of C language procedures greedy algorithm, a good simulation of the algorithm.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:6456
    • 提供者:孙要强
  1. huichang

    0下载:
  2. 对贪心算法的应用,会场安排问题,会场开始和结束的时间在输入文件输入,所需的至少会场个数在输出文件输出-Greedy algorithm for the application of the venue arrangements, the venue of the beginning and end of time in the input file input, the venue for at least the required number in the output file outpu
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-11
    • 文件大小:1372
    • 提供者:waterfly
  1. 0-1

    0下载:
  2. 0-1背包问题的贪心算法 希望对大家有帮助-0-1 knapsack problem the greedy algorithm would like to help everyone
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:5829
    • 提供者:林龙
  1. tanxin

    0下载:
  2. 贪心法的基本思路: ——从问题的某一个初始解出发逐步逼近给定的目标,以尽可能快的地求得更好的解。当达到某算法中的某一步不能再继续前进时,算法停止。-Greedy basic idea:- from the question of a gradual solution of the initial approximation to set targets to as quickly as possible to seek a better solution. When an algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:5950
    • 提供者:渠梁梁
  1. 026634-01

    0下载:
  2. 算法的课件文件,关于贪心算法解决汽车加油次数最少问题 -Algorithm courseware documents, on the greedy algorithm to solve the least number of motor vehicle refueling problem
  3. 所属分类:Data structs

    • 发布日期:2017-05-11
    • 文件大小:2510528
    • 提供者:呵呵
  1. client

    0下载:
  2. 使用贪心算法解决最优服务次序问题,效率高,适用于ACM竞赛-Use greedy algorithm to solve the optimal order of service, high efficiency, apply to ACM Contest
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:125795
    • 提供者:daisy001huang
  1. tanxin

    0下载:
  2. 本PPT为算法设计中的贪心算法,对需要的朋友可以用来参考一下。-The PPT algorithm design for the greedy algorithm, in need of a friend can be used to refer to.
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:293868
    • 提供者:小林
  1. Queen

    0下载:
  2. 算法设计与分析中,对N皇后进行编程,主要运用到的是贪心算法。-Algorithm design and analysis, on the N s programming, the main use of the greedy algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1214
    • 提供者:wyywd
  1. GreedyAlgorithm

    0下载:
  2. 贪心算法Greedy Algorithm-Greedy algorithm Greedy Algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:251414
    • 提供者:雨田
  1. ProblemF

    0下载:
  2. 算法分析与设计中的汽车加油问题,用贪心算法来进行 -Algorithm analysis and design of the automobile refueling problem, greedy algorithm used to carry out
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:793
    • 提供者:天河
  1. dating

    0下载:
  2. 用贪心算法做的一道ckp的约会 期间用快速排序对约会结束时间做了升序排列 跟活动安排异曲同工-Greedy algorithm used to do together during appointments ckp quick sort of dating the end of time to do the activities arranged in ascending order with the same
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:5748
    • 提供者:409
  1. Benchmarkforgreedy

    0下载:
  2. 算法代码 贪心算法 算法设计中重要的算法-Algorithm code greedy algorithm algorithms an important algorithm design
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:1268
    • 提供者:sabriya
  1. primalgorithm

    0下载:
  2. 这是一个利用贪心算法求最小生成树的算法,内部附有说明-This is a greedy algorithm using the algorithm for minimum spanning tree, accompanied by internal
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:21788
    • 提供者:张龙
  1. algorithms

    0下载:
  2. 关于很多实用算法的描述,例如递归、贪心算法-About the descr iption of a lot of practical algorithms, such as recursive, greedy algorithm and so on
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-05-28
    • 文件大小:10832642
    • 提供者:zhongyu
  1. Five_chess

    0下载:
  2. 采用c#编程的人机对战的五子棋程序,AI智能采用贪心算法和极大极小值算法,程序有详尽的注释,适合参考-C# programming using the man-machine war of Gobang procedures, AI algorithms and intelligent use of greedy algorithm for max-min value, the program has detailed notes for reference
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:129913
    • 提供者:王德安
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 32 »
搜珍网 www.dssz.com