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

搜索资源列表

  1. yuhen

    0下载:
  2. 用贪心算法解题: 设n是一个正整数。现在要求将n分解为若干互不相同的自然数的和,且使这些自然数 的乘积最大。-Greedy algorithm with problem-solving: Let n be a positive integer. N decomposition will now require a number of separate and natural number, and make them the product of the largest natural nu
  3. 所属分类:File Formats

    • 发布日期:2017-04-01
    • 文件大小:6988
    • 提供者:yuhen
  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. greedy603

    0下载:
  2. 自己编写的一个背包问题的贪心算法,很好的学习工具。-I have written a knapsack problem of the greedy algorithm, a very good learning tool.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:586
    • 提供者:code
  1. jingdiansuanfa

    0下载:
  2. 这是一些经典算法,通过这些算法的练习,能够了解一些递归啊,贪心算法啊等等的编程思路!-good thing
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-26
    • 文件大小:441295
    • 提供者:王喆
  1. The_design_of_computer_algorithms

    0下载:
  2. 全书从算法设计和算法分析的基本概念和方法入手,系统介绍了算法设计方法与分析技巧。全书分为3个部分:第一部分介绍算法的基本概念、算法的数学基础以及算法复杂度分析;第二部分针对排序问题和图的问题,讨论各种已有的算法,并介绍常用的算法设计方法包括分治法、贪心法、动态规划法、回溯法和分支限界法,并介绍了计算的复杂性以及NP完全问题;第三部分讲述并行计算模型和并行算法设计技术。书中每章后面都附有一定数量的习题,帮助读者理解和掌握书中的内容。-Book from the algorithm design a
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-23
    • 文件大小:7182696
    • 提供者:shang
  1. tanxin

    0下载:
  2. 算法分析中的贪心算法的实现,并有完整的测试数据-Algorithm analysis of the realization of the greedy algorithm, as well as complete test data
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-07
    • 文件大小:8415
    • 提供者:fanhenglong
  1. GreedyJob

    0下载:
  2. 任务时间表问题的贪心算法的代码,大家互相学习学习。 -Mandate a timetable for the issue of code greedy algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:699
    • 提供者:张三
  1. tanxin

    0下载:
  2. 算法设计与分析中贪心算法C++实现代码 包括但愿最短路径问题,哈弗曼编码,整数最有分解,最小生成树,最优分解,删数问题等-Algorithm Design and Analysis of greedy algorithm in C++ code, including the realization of hope that the shortest path problem,哈弗曼coding, the most integral decomposition, minimum spanning
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:8991
    • 提供者:liudan
  1. PackageQuestion

    0下载:
  2. 使用C++编写的使用贪心算法来实现的背包问题。-Greedy algorithm to achieve the use of the knapsack problem.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-07
    • 文件大小:743
    • 提供者:海川
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 35 »
搜珍网 www.dssz.com