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

搜索资源列表

  1. Graph

    0下载:
  2. 贪心算法 ;用到图结构,栈和队列来解决哈密顿回路;输出结果:路径(每条边及其权值),总和-Greedy algorithm use graph structure,stacks and queues to solve the Hamiltonian circuit output:path (each edge and the right value),the sum
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:5400
    • 提供者:zhuliyan
  1. Prim

    0下载:
  2. 用贪心算法,求解最短路径问题; 通过根据当前的最优情况,选择最好的节点;-greedy alogith ,in order to get the best result for the station of the matter
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:896
    • 提供者:陈超
  1. Best_add-oilrar

    0下载:
  2. 也是用贪心算法,来求解一个最优解,不过,它是根据当前的最好加油位置,来决定下一个加油位置;
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:794
    • 提供者:陈超
  1. 3-2

    0下载:
  2. 堆排与贪心算法解usaco 1-3-2牛棚问题 -Heap row with the greedy algorithm for solving the problem usaco 1-3-2 barn1
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:688153
    • 提供者:胡卉芪
  1. main

    0下载:
  2. poj1328: Radar Installation。贪心算法。正确程序-poj1328: Radar Installation. Greedy algorithm. accepted program
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:733
    • 提供者:王文波
  1. main

    0下载:
  2. poj2109:Power of Cryptography.贪心算法.正确程序.-poj2109:Power of Cryptography.Greedy algorithm.accepted program.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:951
    • 提供者:王文波
  1. greedy

    1下载:
  2. 问题描述: 假设要在足够多的会场里安排一批活动,并希望使用尽可能少的会场。设计一个有效的贪心算法进行安排。(这个问题实际上是著名的图着色问题。若将每一个活动作为图的一个顶点,不相容活动间用边相连。使相邻顶点着有不同颜色的最小着色数,相应于要找的最小会场数。) 编程任务: 对于给定的k个待安排的活动,编程计算使用最少会场的时间表。 数据输入: 由文件或键盘给出输入数据。第一行有1 个正整数k,表示有k个待安排的活动。接下来的k行中,每行有2个正整数
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:630776
    • 提供者:Stephen
  1. tanxinsuanfa

    0下载:
  2. 希望各位能够有帮助,比较简单的贪心算法,各位多多支持-Hope you will be helpful, relatively simple greedy algorithm, ladies and generous support of the
  3. 所属分类:Other systems

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

    0下载:
  2. 背包问题和0/1背包问题的主要区别就是物品可不可以再分割。背包问题中的物品可以再进行分割,而0/1背包问题中的物品则反之。贪心算法往往只从局部去考虑问题,所以在解决0/1背包问题时得不到最优解。-class GreedyAlgorithm{ public: GreedyAlgorithm(int _weight[],int _value[],int capacity) double*ComputeRatio() void Sor
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:1052
    • 提供者:wenwen
  1. H1

    0下载:
  2. 贪心算法解删数问题 运用C++ Delete a few greedy algorithm for solving the problem-Delete a few greedy algorithm for solving the problem
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:828
    • 提供者:heqin
  1. cupidity

    0下载:
  2. 使用visual c++语言编写的贪心算法-Using visual c++ language of the greedy algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:19324
    • 提供者:刘建飞
  1. WithTheOrdinaryKnapsackProblemGreedyAlgorithmToSol

    0下载:
  2. 用贪心算法求解普通背包问题的代码 用贪心算法求解普通背包问题的代码-With the ordinary knapsack problem greedy algorithm to solve the code
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:3653
    • 提供者:yeyingsong
  1. GreedDelNum

    0下载:
  2. 删数问题源码,使用贪心算法 内有贪心规则说明-There are a few problems deletion greedy rule source descr iption
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-11
    • 文件大小:523
    • 提供者:zhudz
  1. GreedySelector

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

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

    0下载:
  2. 本人上传的是用贪心算法实现找零钱问题。贪婪算法的根本思想是逐步获得最优解。-I uploaded is to use greedy algorithm to find small change problem. Greedy algorithm is the fundamental idea is to gradually get the optimal solution.
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:563609
    • 提供者:林丽
  1. greed

    0下载:
  2. 贪心算法,动态生成数组后,然后计算得到最小生成树-greed algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:1200
    • 提供者:huahua
  1. 31

    0下载:
  2. 为了方便大家学些,上传了一个贪心算法的算法-In order to facilitate everyone to learn more, upload the algorithm, a greedy algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:882
    • 提供者:fei
  1. 32

    0下载:
  2. 为了方便大家学习,上传了一个贪心算法的算法代码-In order to facilitate them to learn, upload a greedy algorithm algorithms code
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:649
    • 提供者:fei
  1. yundongyuanzuijiapipei

    0下载:
  2. 计算机算法设计,用于设计贪心算法,你们懂得-Computer algorithms designed for the design of dynamic programming, you know
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:650056
    • 提供者:tianya
  1. suanfasheji

    0下载:
  2. c++实现的汽车加油问题,内含具体代码,使用贪心算法实现-c++ implementation of the vehicle refueling, containing the specific code
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:950113
    • 提供者:gongke
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 35 »
搜珍网 www.dssz.com