您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. 最优化问题 贪婪算法

  2. 在贪婪算法(greedy method)中采用逐步构造最优解的方法。在每个阶段,都作出一个看上去最优的决策(在一定的标准下)。决策一旦作出,就不可再更改。作出贪婪决策的依据称为贪婪准则(greedy criterion)。
  3. 所属分类:其它

    • 发布日期:2009-06-06
    • 文件大小:289792
    • 提供者:yuteng19871117
  1. 【麻省理工大学】算法导论

  2. 英文原版 chm 格式 Table of Contents Introduction to Algorithms, Second Edition Preface Part I - Foundations Chapter 1 - The Role of Algorithms in Computing Chapter 2 - Getting Started Chapter 3 - Growth of Functions Chapter 4 - Recurrences Chapter 5 - Pro
  3. 所属分类:其它

    • 发布日期:2010-01-10
    • 文件大小:17825792
    • 提供者:ygjack
  1. a greedy heuristic for set covering

  2. 贪心算法在falcility location problem中的近似度为H(n)的证明
  3. 所属分类:其它

    • 发布日期:2010-06-08
    • 文件大小:167936
    • 提供者:susan1susan
  1. 算法分析与设计课件01

  2. 第三部分(Part III) 数据结构(Data Structures) 第十章 基本的数据结构(Elementary Data Structures) 第十一章 散列表(Hash Tables) 第十二章 二叉查找树(Binary Search Trees) 第十三章 红-黑树(Red-Black Trees) 第十四章 扩充的数据结构(Augmenting Data Structures) 第四部分(Part IV) 高级的设计与分析技术(Advanced Design and Analy
  3. 所属分类:其它

    • 发布日期:2010-11-03
    • 文件大小:269312
    • 提供者:follow90
  1. 算法分析与设计课件02

  2. 第三部分(Part III) 数据结构(Data Structures) 第十章 基本的数据结构(Elementary Data Structures) 第十一章 散列表(Hash Tables) 第十二章 二叉查找树(Binary Search Trees) 第十三章 红-黑树(Red-Black Trees) 第十四章 扩充的数据结构(Augmenting Data Structures) 第四部分(Part IV) 高级的设计与分析技术(Advanced Design and Analy
  3. 所属分类:其它

    • 发布日期:2010-11-03
    • 文件大小:1048576
    • 提供者:follow90
  1. 算法分析与设计课件03

  2. 第三部分(Part III) 数据结构(Data Structures) 第十章 基本的数据结构(Elementary Data Structures) 第十一章 散列表(Hash Tables) 第十二章 二叉查找树(Binary Search Trees) 第十三章 红-黑树(Red-Black Trees) 第十四章 扩充的数据结构(Augmenting Data Structures) 第四部分(Part IV) 高级的设计与分析技术(Advanced Design and Analy
  3. 所属分类:其它

    • 发布日期:2010-11-03
    • 文件大小:884736
    • 提供者:follow90
  1. np难问题近似算法(绝版好书)

  2. 这本书在国内已经绝版。目录如下 Introduction Dorit S. Hochbaum 0.1 What can approximation algorithms do for you: an illustrative example 0.2 Fundamentals and concepts 0.3 Objectives and organization of this book 0.4 Acknowledgments I Approximation Algorithms for Sc
  3. 所属分类:其它

    • 发布日期:2010-12-22
    • 文件大小:13631488
    • 提供者:dragonxin28
  1. 算法导论(第2版)参考答案

  2. 目录(Table of Contents)   前言(Preface)   第一部分(Part I) 基础(Foundations)   第一章 计算中算法的角色(The Role of Algorithms in Computing)   第二章 开始(Getting Started)   第三章 函数的增长率(Growth of Functions)   第四章 递归(Recurrences)   第五章 概率分析与随机化算法(Probabilistic Analysis and Rand
  3. 所属分类:其它

    • 发布日期:2011-03-08
    • 文件大小:2097152
    • 提供者:youmu543
  1. [麻省理工学院-算法导论](英文版).chm

  2. 注:下载后,评价时给5星,还你11分 Table of Contents Introduction to Algorithms, Second Edition Preface Part I - Foundations Chapter 1 - The Role of Algorithms in Computing Chapter 2 - Getting Started Chapter 3 - Growth of Functions Chapter 4 - Recurrences Chapter
  3. 所属分类:其它

    • 发布日期:2011-04-03
    • 文件大小:17825792
    • 提供者:li0524158198
  1. C++算法设计分析会场安排问题

  2. 算法设计与分析课后程序实现会场安排。 // 会场安排问题 // #include #include #include using namespace std; int greedy(int n,int *a,int *b) //贪心选择 { int sum=0,curr=0,i,j,k; int *x; x=new int[2*n]; for(i=j=0;i<n;i++,j+=2) { x[j]=a[i]; x[j+1]=b[i]; } sort(a,a+n); //排序
  3. 所属分类:C/C++

    • 发布日期:2011-05-17
    • 文件大小:787456
    • 提供者:lee22901
  1. Greedy算法经典问题的解答

  2. 3个关于greedy算法的经典实例,不过是英文的,老外讲的挺细的
  3. 所属分类:C/C++

    • 发布日期:2011-05-20
    • 文件大小:177152
    • 提供者:zhmhd
  1. 浙大算法设计课(英文)

  2. 浙大算法设计课(英文) dye-np dye-lp dye-local search dye-greedy dye-geometry computational dye-Dynamic programming dye-Divide-and-conquer dye-approximation dye-algorithm design and analysis
  3. 所属分类:其它

    • 发布日期:2011-11-15
    • 文件大小:2097152
    • 提供者:yxtyxt3311
  1. 算法导论(第2版)参考答案

  2. 目录(Table of Contents)   前言(Preface)   第一部分(Part I) 基础(Foundations)   第一章 计算中算法的角色(The Role of Algorithms in Computing)   第二章 开始(Getting Started)   第三章 函数的增长率(Growth of Functions)   第四章 递归(Recurrences)   第五章 概率分析与随机化算法(Probabilistic Analysis and Rand
  3. 所属分类:其它

    • 发布日期:2012-03-12
    • 文件大小:2097152
    • 提供者:hq8411
  1. 算法导论英文版

  2. 算法导论,英文 【本书目录】 I Foundations Introduction 3 l The Role of Algorithms in Computing 5 l.l Algorithms 5 l.2 Algorithms as a technology 10 2 Getting Started I5 2.l Insertion sort 15 2.2 Analyzing algorithms 21 2.3 Designing algorithms 27 3 Growth of Fun
  3. 所属分类:数据库

    • 发布日期:2012-08-01
    • 文件大小:17825792
    • 提供者:caidadong
  1. (code)Greedy Algorithms

  2. 贪心算法的总结和代码实现,里面有文档总结和对应代码实现
  3. 所属分类:C++

    • 发布日期:2012-12-01
    • 文件大小:2097152
    • 提供者:xywlpo
  1. 贪婪算法的实例

  2. 贪婪算法的实例,有问题陈述和具体的程序
  3. 所属分类:C/C++

    • 发布日期:2013-03-28
    • 文件大小:577536
    • 提供者:ykplayer
  1. 计算机 贪心greedy算法 ppt

  2. 计算机贪心算法,介绍了贪心算法的基本概念,全英文版 DR. ranka
  3. 所属分类:专业指导

    • 发布日期:2013-11-26
    • 文件大小:172032
    • 提供者:wwb626
  1. 算法分析与设计经典课件

  2. 本文详细论述了算法设计中各种经典算法,有greedy算法,dynamic programming算法...
  3. 所属分类:其它

    • 发布日期:2008-10-21
    • 文件大小:381952
    • 提供者:qingdaofml1
  1. f2fs——FG_GC优化之从GREEDY算法修改为CAT算法源码

  2. f2fs——FG_GC优化之从GREEDY算法修改为CAT算法源码
  3. 所属分类:其它

    • 发布日期:2017-08-01
    • 文件大小:21504
    • 提供者:wojiushihuchao1
  1. Coursera-Stanford-Greedy-算法-最小生成树和动态编程:用于快速搜索的笔记本-源码

  2. Coursera-Stanford-Greedy-算法-最小生成树和动态编程:用于快速搜索的笔记本
  3. 所属分类:其它

    • 发布日期:2021-02-04
    • 文件大小:8388608
    • 提供者:weixin_42134144
« 12 3 4 5 »