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

搜索资源列表

  1. Data.Structures.and.Algorithm.Analysis.in.C

  2. 非常经典的数据结构和算法分析的英文书 PREFACE CHAPTER 1: INTRODUCTION CHAPTER 2: ALGORITHM ANALYSIS CHAPTER 3: LISTS, STACKS, AND QUEUES CHAPTER 4: TREES CHAPTER 5: HASHING CHAPTER 6: PRIORITY QUEUES (HEAPS) CHAPTER 7: SORTING CHAPTER 8: THE DISJOINT SET ADT CHAPTER 9
  3. 所属分类:其它

    • 发布日期:2009-10-06
    • 文件大小:2097152
    • 提供者:yorua007
  1. 高级数据结构PPT 英文版

  2. 英文版高级数据结构PPT,内容包括: Amortized complexity (Web) External sorting & tournament trees (Sections 7.10.1, 7.10.2, and 5.8) Buffering (Section 7.10.3) Run generation & optimal merge patterns (Huffman trees) (Sections 7.10.4 and 7.10.5) Priority queues and
  3. 所属分类:其它

    • 发布日期:2009-10-07
    • 文件大小:1048576
    • 提供者:yuqijing1986
  1. Data.Structures.and.Algorithm.Analysis

  2. This book describes data structures, methods of organizing large amounts of data, and algorithm analysis, the estimation of the running time of algorithms. As computers become faster and faster, the need for programs that can handle large amounts of
  3. 所属分类:C

    • 发布日期:2009-10-19
    • 文件大小:2097152
    • 提供者:lgm97
  1. 动态树_国外专家的讲稿

  2. In this lecture we discuss dynamic trees that have many applications such as to Network Flow and Dynamic Connectivity problems in addition to them being interesting theoretically. This is the beginning of our discussion of dynamic graphs. We will di
  3. 所属分类:其它

    • 发布日期:2010-01-04
    • 文件大小:130048
    • 提供者:dwdyss
  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. Amortized Analysis

  2. Amortized Analysis A sequence of operations: OP1, OP2, … OPm OPi : several pops (from the stack) and one push (into the stack) ti : time spent by OPi the average time per operation:
  3. 所属分类:其它

    • 发布日期:2010-07-24
    • 文件大小:690176
    • 提供者:kkvia
  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. 麻省理工:Introduction.to.Algorithms

  2. 麻省理工算法导论(英文版) Part I: Foundations(9--109/100) Chapter 1: The Role of Algorithms in Computing Chapter 2: Getting Started Chapter 3: Growth of Functions Chapter 4: Recurrences Chapter 5: Probabilistic Analysis and Randomized Algorithms Part II: Sortin
  3. 所属分类:其它

    • 发布日期:2011-03-02
    • 文件大小:12582912
    • 提供者:wonderful_w
  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. John.Wiley.&.Sons.Data.Structures.and.Algorithms.Using.Python.2011.pdf

  2. Contents Preface xiii Chapter 1: Abstract Data Types 1 1.1 Introduction...... . 1 1.1.1 Abstractions..... . 2 1.1.2 Abstract Data Types.... . . 3 1.1.3 Data Structures..... 5 1.1.4 General Definitions.... . . . 6 1.2 The Date Abstract Data Type....
  3. 所属分类:Python

    • 发布日期:2012-02-02
    • 文件大小:10485760
    • 提供者:rootfs
  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. Data Structures and Algorithm Analysis in C - Mark Allen Weiss.chm

  2. PREFACE Purpose/Goals This book describes data structures, methods of organizing large amounts of data, and algorithm analysis, the estimation of the running time of algorithms. As computers become faster and faster, the need for programs that can h
  3. 所属分类:C

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

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

    • 发布日期:2013-04-08
    • 文件大小:12582912
    • 提供者:u010145361
  1. 麻省理工算法导论(完整精辟版)

  2. 麻省理工算法导论 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 - Probab
  3. 所属分类:其它

    • 发布日期:2008-09-10
    • 文件大小:17825792
    • 提供者:nhs221_sdn
  1. Data.Structures.and.Algorithm.Analysis.in.C

  2. 数据结构与算法的经典书; Data Structures and Algorithm Analysis in C by Mark Allen Weiss PREFACE CHAPTER 1: INTRODUCTION CHAPTER 2: ALGORITHM ANALYSIS CHAPTER 3: LISTS, STACKS, AND QUEUES CHAPTER 4: TREES CHAPTER 5: HASHING CHAPTER 6: PRIORITY QUEUES (HEAPS) CH
  3. 所属分类:C

    • 发布日期:2008-09-14
    • 文件大小:2097152
    • 提供者:baal0525
  1. 摊还分析(Amortized analysis)

  2. 国外给出的摊还分析(Amortized analysis)示例以及解析
  3. 所属分类:专业指导

    • 发布日期:2018-02-24
    • 文件大小:263168
    • 提供者:iammatlab
« 12 »