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

搜索资源列表

  1. 算法导论 答案 (英文版)

  2. 不错的参考资料 值得一看 Revision History R-1 Preface P-1 Chapter 2: Getting Started Lecture Notes 2-1 Solutions 2-16 Chapter 3: Growth of Functions Lecture Notes 3-1 Solutions 3-7 Chapter 4: Recurrences Lecture Notes 4-1 Solutions 4-8 Chapter 5: Probabilistic
  3. 所属分类:其它

    • 发布日期:2009-10-13
    • 文件大小:1048576
    • 提供者:lololoo
  1. MIT 麻省理工 算法课程-第二节-讲义(经典!)

  2. Asymptotic Notation - Recurrences - Substitution, Master Method
  3. 所属分类:其它

    • 发布日期:2009-12-20
    • 文件大小:328704
    • 提供者:grasssu
  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. 算法导论教师手册基本上需要的题目都有

  2. Contents Revision History R-1 Preface P-1 Chapter 2: Getting Started Lecture Notes 2-1 Solutions 2-16 Chapter 3: Growth of Functions Lecture Notes 3-1 Solutions 3-7 Chapter 4: Recurrences Lecture Notes 4-1 Solutions 4-8 Chapter 5: Probabilistic Anal
  3. 所属分类:其它

    • 发布日期:2010-12-08
    • 文件大小:1048576
    • 提供者:wy96f
  1. a general method for solving divide and conquer recurrences

  2. a general method for solving divide and conquer recurrences
  3. 所属分类:其它

    • 发布日期:2011-01-09
    • 文件大小:467968
    • 提供者:mostovoi1234
  1. some techneques for solving recurrencessome techneques for solving recurrencessome techneques for solving recurrencessom

  2. some techneques for solving recurrences
  3. 所属分类:其它

    • 发布日期:2011-01-09
    • 文件大小:1048576
    • 提供者:mostovoi1234
  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. MIT_Introduction to Algorithms 算法导论视频字幕

  2. 1 第一课 课程细节;序论:算法分析,插入排序法(Insertion Sort),合并排序(Merge Sort) 阅读:1-2章 发测验 0 2 演示课 1 算法的正确性 发《作业 1》 3 第二课 渐进表示(Asymptotic Notation)。递归公式(Recurrences):置换法,迭代法,主方式 阅读:3-4 章,除了§4.4 4 第三课 各个击破法: Strassen 算法,费氏数列,多项式乘法。 阅读:28 章第 2 节,30章第1节 5 演示课 2 递归公式,松散性 阅读
  3. 所属分类:C

    • 发布日期:2011-05-27
    • 文件大小:621568
    • 提供者:PfanAya
  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. Notes on the Repertoire Method for Solving Recurrences

  2. Notes on the Repertoire Method for Solving Recurrences
  3. 所属分类:专业指导

    • 发布日期:2012-06-25
    • 文件大小:120832
    • 提供者:readcsbook
  1. 《算法导论》原版英文课件2

  2. Lecture 2 Asymptotic Notation; Recurrences; Substitution, Master Method.pdf
  3. 所属分类:C/C++

    • 发布日期:2012-07-23
    • 文件大小:328704
    • 提供者:xiaofei2010
  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. 算法导论(英文版)

  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. Introduction to Algorithm

  2. Some books on algorithms are rigorous but incomplete; others cover masses of material but lack rigor. Introduction to Algorithms uniquely combines rigor and comprehensiveness. The book covers a broad range of algorithms in depth, yet makes their des
  3. 所属分类:专业指导

    • 发布日期:2013-09-17
    • 文件大小:5242880
    • 提供者:u010908322
  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 - Prob
  3. 所属分类:其它

    • 发布日期:2008-09-29
    • 文件大小:17825792
    • 提供者:fuyf2002
  1. Introduction to Algorithms(算法导论)

  2. May 2001 Part I: Foundations Chapter List 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 Introduction This p
  3. 所属分类:网络基础

    • 发布日期:2013-11-04
    • 文件大小:12582912
    • 提供者:u012686880
  1. Introduction to Algorithms(算法导论)

  2. Some books on algorithms are rigorous but incomplete; others cover masses of material but lack rigor Introduction to Algorithms uniquely combines rigor and comprehensiveness The book covers a broad range of algorithms in depth yet makes their design
  3. 所属分类:其它

    • 发布日期:2014-01-21
    • 文件大小:4194304
    • 提供者:foenixin
« 12 »