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

搜索资源列表

  1. 贪心方法

    0下载:
  2. 贪心方法解0/1背包问题,构造一个物品类,调用类方法对背包进行排序,核心代码已给出-greedy method for 0 / 1 knapsack problem, a structural categories of goods, the category called right backpack method for sequencing, the core code has been given
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:50.83kb
    • 提供者:赵立
  1. tanxinfangfa

    0下载:
  2. 贪心方法是一种改进了的分级处理方法。它首先根据题意,选取一种量度标准。然后按这种量度标准对这n个输入排序,并按排序一次输入一个量。如果这个输入和当前已构成在这种量度意义下的部分最优解加在一起不能产生一个可行解,则不把此解输入加到这部分解中。这种能够得到某种度量意义下的最优解的分级处理方法称为贪心方法。-greedy method is an improvement of the classification methods. According to its first title Italy,
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:15.19kb
    • 提供者:刘昌兵
  1. duioji

    0下载:
  2. 用贪心法实现多机调度的问题。用C语言编写的-greedy method used to achieve multi-machine scheduling problems. C language prepared by the
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1.27kb
    • 提供者:yzb
  1. 各种排序算法

    0下载:
  2. 各种常用的排序算法源程序,包括快速排序/归并排序/带限期的排序以及贪心法的实现程序-various commonly used algorithm source, including rapid sequencing / merge sorting / ranking with the deadline and the greedy method to achieve procedures
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9.64kb
    • 提供者:zbing0203
  1. 贪婪法解最短回路问题

    0下载:
  2. 一个用变形贪婪法解货郎回路的C程序代码 思想 1.选择一条最短的边作为部分解。 2.选择一条最短的且将之加入到部分解不形成回路的边。 3.重复第2步,直至所有的结点都包含在部分解中。-deformation with a greedy method for the Traveling Salesman circuit C code ideological one. Choose a minimum as part of the solution side. 2. Choose one of th
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:13.61kb
    • 提供者:莫非
  1. 背包问题2 递归

    1下载:
  2. 一个0-1背包问题的C++实现,背包的容量为t,各物品的重量分别为w1,w2。。。wn,找一个能装下最大重量的物品组合,用递归形式的贪心法实现-a 0-1 knapsack problem of C achieved, the capacity for backpack t, the weight of the items were w1, w2. . . Wn, one can find the largest installed under the weight of goods portf
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:8.4kb
    • 提供者:飞杨
  1. Image-Segmentation

    0下载:
  2. 一个基于图形的高效图像分割算法,包括论文及相应的源代码。-This paper addresses the problem of segmenting an image into regions. We define a predicate for measuring the evidence for a boundary between two regions using a graph-based representation of the image. We then develo
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:445.42kb
    • 提供者:xudq
  1. duo

    0下载:
  2. 名称叫做多边形游戏,是算法设计技巧与分析中经常会遇到的一类问题,主要是由贪心法来解决-Name of the game called the polygon is algorithm design techniques and analysis of a class of frequently encountered problems, mainly by the greedy method to solve
  3. 所属分类:Other Games

    • 发布日期:2017-03-30
    • 文件大小:507.12kb
    • 提供者:Crane
  1. analysys-and-design-of-algorithm-ppt

    0下载:
  2. 我上课用的计算机算法设计与分析的电子教案,内容包括了最基本的分治法,贪心法,动态规划法,-I class computer algorithms used in design and analysis of electronic lesson plans, including the most basic sub-rule law, greedy method, dynamic programming method,
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1.35mb
    • 提供者:周先生
  1. Knapsack_V6.0

    0下载:
  2. vc实现的0-1背包问题,一般递归方法,动态规划方法和贪心方法-vc achieved 0-1 knapsack problem, the general recursive method of dynamic programming methods and greedy method
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:18.07kb
    • 提供者:wangkc
  1. tanlanfa

    0下载:
  2. 设计一个小程序运用贪婪法解决实际问题,并且计算一些简单运算.-Design a small program to use the greedy method to solve practical problems, and calculation of some simple calculations.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:5.57kb
    • 提供者:feige
  1. bowuguan

    0下载:
  2. 对大型活动的安排,贪心法,先对结束时间排序在依次取出最大子集。-Arrangements of large-scale activities, greedy method, first the end of time in order to sort out the biggest subset.
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:2.71kb
    • 提供者:kroeger
  1. The_design_of_computer_algorithms

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

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

    1下载:
  2. 贪心法中最优量度标准的选择,是ACM队训练时看到讲义之一。-Greedy method to choose the best measure of the standard is ACM training lectures to see one.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:158.9kb
    • 提供者:S
  1. Greedy

    0下载:
  2. Greedy method in c/c++.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:206.96kb
    • 提供者:Hidden Dragon
  1. The-principle-of-greedy-method-

    0下载:
  2. 关于程序设计编程中的有关贪心算法的知识和一些理论例题!-The function is about the principle of greedy method !
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-26
    • 文件大小:253.76kb
    • 提供者:
  1. Greedy-algorithm

    0下载:
  2. 贪心算法法,算最优活动安排,主要体现贪心算法思想。-The greedy method, the optimal arrangements
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:888byte
    • 提供者:向虎
  1. Greedy

    0下载:
  2. Greedy method in c/c++.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:207kb
    • 提供者:niora
  1. greedy

    0下载:
  2. 贪心法解决背包问题 可自己设置物品数量和背包总容量-Greedy method to solve the knapsack problem and the number of items can set up their own backpack with a total capacity
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1.2kb
    • 提供者:yangle
  1. Greedy-algorithm

    0下载:
  2. 贪心算法法,算最优活动安排,主要体现贪心算法思想。-The greedy method, the optimal arrangements
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-12
    • 文件大小:1016byte
    • 提供者:mzi814159
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com