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

搜索资源列表

  1. computerdisign-C

    0下载:
  2. 算法的设计方法(C程序):一、迭代法 二、穷举搜索法三、递推法 四、递归五、回溯法 六、贪婪法 -algorithm design method (C program) : 1, 2 iteration, the exhaustive search method three, four recursive method, recursive 5, backtracking 6, greedy algorithm
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:33.86kb
    • 提供者:xuyan
  1. OI

    1下载:
  2. 用多种算法解决0-1背包问题,包括回朔法,动态规划,贪心算法等-algorithm used to solve a variety of 0-1 knapsack problem, including the retrospective method, dynamic programming, greedy algorithm
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:420.98kb
    • 提供者:王垂宇
  1. 单源点最短路径贪心算法

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

    • 发布日期:2008-10-13
    • 文件大小:971byte
    • 提供者:刘兰英
  1. dye-np.rar

    0下载:
  2. 浙大acm课件,主讲np问题,很详细,适合新手,np problem
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:200.5kb
    • 提供者:OWEN
  1. beibao

    0下载:
  2. 程序中的beibao1函数采用了贪婪算法的另一种写法,beibao函数是以前的代码,用来比较两种算法-Process beibao1 function greedy algorithm used another wording, beibao function is the previous code, used to compare two algorithms
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:1.06kb
    • 提供者:陈洁
  1. greedy

    0下载:
  2. 数学经典算法应用:贪婪算法的应用实例-Application of the classical algorithm: the application of the greedy algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:113.69kb
    • 提供者:小雨
  1. Minoux_greedy_algorithm

    0下载:
  2. Minoux’s greedy algorithm is a method of a heuristic solution for the network design with linear separable costs.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:168.05kb
    • 提供者:Makmur Hidayat
  1. Commonalgorithms

    0下载:
  2. 一些常用的算法设计方法和C++环境下的实现方法。主要包括:迭代法、穷举搜、索法、递推法、递归、回溯法、贪婪法、分治法 -Some commonly used algorithm design methods and C environments are implemented. These mainly include: iterative method, exhaustive search, rope method, recursive method, recursion, backtra
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:27.78kb
    • 提供者:wgl
  1. GreedySelector

    0下载:
  2. 图形界面的贪心算法,动态显示运行求解问题的过程-Graphical interface, greedy algorithms, dynamic display of running the process of problem solving
  3. 所属分类:Algorithm

    • 发布日期:2017-05-25
    • 文件大小:7.83mb
    • 提供者:sam
  1. greedy

    1下载:
  2. 贪婪算法,可以用于资源分配等许多数学问题和工程问题中-Greedy algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:591byte
    • 提供者:Ray
  1. tanlansuanfa

    0下载:
  2. 这是一个ACM的算法,叫贪婪算法,内含PPT和实例代码,希望对喜欢ACM的同学有所帮助!-This is an ACM algorithm, called greedy algorithm, containing the PPT and examples of code, and want to help students like the ACM!
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:11.62kb
    • 提供者:卢笑天
  1. KnapSack

    0下载:
  2. Fractional knapsack problem, Greedy algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:399.37kb
    • 提供者:Nguyen
  1. pack_of_four_algorithms

    0下载:
  2. 01背包四种算法实现:动态规划法,分支限定法,回溯法,贪心算法-01 pack of four algorithms: dynamic programming, branch limit method, backtracking, greedy algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:242.76kb
    • 提供者:Lucia
  1. The_greedy_algorithm_analysis_and_design_tutorial.

    0下载:
  2. 算法分析设计之贪心法教程The greedy algorithm analysis and design tutorial-Analysis and design of the greedy algorithm tutorial The greedy algorithm analysis and design tutorial
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:353.74kb
    • 提供者:vk
  1. greedyknapsack

    0下载:
  2. 贪心算法之背包问题。背包问题的贪心算法要求按照单位容量效益值的高低的量度标准进行排序,然后再分级选取,求得最优解。实现此算法,物品个数,每件物品的效益值,容量值,背包容量值都由键盘输入;输出结果要有每件物品的详细信息。-Greedy algorithm for knapsack problem. Knapsack problem greedy algorithm efficiency requirements in accordance with the unit value of the ca
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:41.89kb
    • 提供者:wangge
  1. greedyjs

    0下载:
  2. 贪心算法之带有限期的作业排序。应用贪心设计策略解决操作系统中单机、无资源约束且每个作业可以在等量的时间内完成的作业调度问题。-Greedy Algorithm for Scheduling with deadline. Application greedy single operating system design strategy to solve, no resource constraints and each job can be completed within the same a
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:35.2kb
    • 提供者:wangge
  1. somealgorithm

    0下载:
  2. 描述了分支定界算法,贪婪算法,动态规划算法,分而治之算法,回溯算法,理论性很强-Describe the branch and bound algorithm, greedy algorithms, dynamic programming algorithm, divide and conquer algorithms, backtracking algorithms, highly theoretical
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:130.04kb
    • 提供者:卢正义
  1. Greedy-algorithm

    0下载:
  2. greedy algorithm:Applications-Kruskal, Prim , Dijkstra, Backpack
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:2.68kb
    • 提供者:vis001
  1. Greedy

    0下载:
  2. This is Greedy Algorithm implementation.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-26
    • 文件大小:56.76kb
    • 提供者:RiHe
  1. greedy.c.tar

    0下载:
  2. Greedy Program for reconstuction convex binary matrix
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1.62kb
    • 提供者:Mohamed
« 12 3 »
搜珍网 www.dssz.com