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

搜索资源列表

  1. Binomial heaps 的实现和分析

  2. 1、抽象数据类型定义如下: 本程序主要定义了两个类,一个用于创建节点,另一个用于创建二项堆。 class BinomialHeapNode { public: int key; //节点的关键字的值 int degree; //节点的度 BinomialHeapNode* sibling; //节点的右兄弟节点 BinomialHeapNode* child; //节点的最最孩子节点 BinomialHeapNode* father; / /节点的双亲节点 BinomialHeapNode(i
  3. 所属分类:C/C++

    • 发布日期:2009-07-03
    • 文件大小:904192
    • 提供者:liangliang2337
  1. Beginning Algorithms

  2. wrox 2005A good understanding of algorithms, and the knowledge of when to apply them, iscrucial to producing software that not only works correctly, but also performsefficiently. This is the only book to impart all this essential in formation-from t
  3. 所属分类:其它

    • 发布日期:2007-09-28
    • 文件大小:9437184
    • 提供者:shnxl
  1. 大堆的应用,MAXheap,删除与插入

  2. 建立一个MAX heaps,分别插入和删除元素。 输出最大关键字的结点,并重新调整其为MAX heaps。通过编译得到可执行文件 *.exe。
  3. 所属分类:其它

    • 发布日期:2009-09-02
    • 文件大小:177152
    • 提供者:cjmaili
  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. 英文原版 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. advanced_windows_debugging

  2. This book enables you to Master today’s most powerful Windows debugging tools, including NTSD, CDB, WinDbg, KD, and ADPlus Debug code that wasn’t designed or written for easy debugging Understand debuggers “under the hood,” and manage symbols and so
  3. 所属分类:其它

    • 发布日期:2010-03-08
    • 文件大小:9437184
    • 提供者:haiiiiiyun
  1. Binomial Heaps,deaps

  2. mainly introduce binary heap,MIN-MAX heaps and binomial heaps. these data structure is very important and interesting.
  3. 所属分类:其它

    • 发布日期:2010-05-06
    • 文件大小:3145728
    • 提供者:tzqmiaomiao
  1. Mastering Algorithms with C.chm

  2. Part I: Preliminaries Chapter 1. Introduction Section 1.1. An Introduction to Data Structures Section 1.2. An Introduction to Algorithms Section 1.3. A Bit About Software Engineering Section 1.4. How to Use This Book Chapter 2. Pointer Manipulation
  3. 所属分类:C

    • 发布日期:2010-05-26
    • 文件大小:1048576
    • 提供者:yongjun_charlie
  1. Windows via C/C++

  2. Jeffrey Richter 的最新力作,AMAZON五星好书。Product Descr iptionGet the preeminent guide to programming application for Windows with C++. Programming Applications for Microsoft Windows is a classic book (formerly titled Advanced Windows, Third Edition) and is
  3. 所属分类:C++

    • 发布日期:2008-01-21
    • 文件大小:3145728
    • 提供者:dz08039
  1. 编程珠玑(programming pearls) 作者Jon Bentley communications of the ACM 文章合集!!!

  2. 编程珠玑(programming pearls)最早刊登在communications of the ACM 杂志上,有个连载的专栏。文章从1983年到1987年,一共30篇。 目前的书籍<>就是作者在上述文章的基础上修改而成的。 然而,无论你是否阅读过这本书,阅读原始的文 章都将使你受益菲浅。因为如同优秀的论文一样,这一篇篇的文章自成体系,从问题的引入到启发性的解决思路,再到巧妙的解法,令人拍案称奇,难以忘怀。 一共有30篇文章: #ls -l -rwxr-xr-x 1 lh r
  3. 所属分类:其它

    • 发布日期:2010-06-26
    • 文件大小:15728640
    • 提供者:linhuifj
  1. Advanced Windows Debuging

  2. 《Windows高级调试》的英文原版 参考链接: http://www.china-pub.com/195640 http://www.amazon.com/Advanced-Windows-Debugging-Mario-Hewardt/dp/0321374460/ref=sr_1_1?ie=UTF8&s=books&qid=1280847198&sr=8-1-spell This book enables you to * Master today’s most powerful Wind
  3. 所属分类:其它

    • 发布日期:2010-08-03
    • 文件大小:9437184
    • 提供者:fetag
  1. heaps data structure

  2. heaps data structure
  3. 所属分类:C

    • 发布日期:2010-12-01
    • 文件大小:51200
    • 提供者:c222h222
  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. Two-level heaps a new priority queue structure with applications

  2. Two-level heaps a new priority queue structure with applications to the single source shortest path problem
  3. 所属分类:其它

    • 发布日期:2011-07-28
    • 文件大小:841728
    • 提供者:qzs19840104
  1. Graph Alg Heaps Sorting Searching

  2. some useful little program for new learner Graph Alg.:Red-Black tree,Dijkstra s algorithm,Depth first search and breadth first search. Heaps:Fibonacci heap source.. Sorting:Various array sorting algorithms.. Searching:Array searching algorithms
  3. 所属分类:其它

    • 发布日期:2011-08-06
    • 文件大小:156672
    • 提供者:qzs19840104
  1. heaps-源码

  2. 堆练习 学习目标 在本课程结束时,您应该能够: 使用数组作为内部数据结构实现堆 使用堆对数组进行排序 正确识别堆和堆排序方法的空间和时间复杂度 描述 在本练习中,您将使用数组作为内部数据结构来实现堆。 您还将使用该堆来编写排序方法。 MinHeap类 在本练习中,您将实现MinHeap。 建议您使用数组作为堆的内部数据结构。 我们为您提供了一个HeapNode类来存储Heap的元素。 堆将使用key字段进行排序以按顺序维护元素。 这样,您可以拥有任何类型的对象,并且只要键是可比较的,就可以使用
  3. 所属分类:其它

    • 发布日期:2021-03-09
    • 文件大小:6144
    • 提供者:weixin_42131790
  1. go-heaps:Go中堆数据结构的参考实现-treap,skew,leftlist,pairing,fibonacci-源码

  2. 堆 Go中堆数据结构的参考实现 安装 $ go get -u github.com/theodesp/go-heaps 内容 堆 :配对堆是一种堆数据结构,具有相对简单的实现和出色的实际摊销性能。 :二进制堆的变体。 每个节点都有一个s值,即到最近叶子的距离。 与二进制堆相反,左派树试图变得非常不平衡。 :一个斜堆(或自调整堆)是作为二进制树实现的堆的数据结构。 偏斜堆是有利的,因为它们的合并能力比二进制堆快。 :Fibonacci堆是用于优先级队列操作的数据结构,由一组按堆排序的树组
  3. 所属分类:其它

    • 发布日期:2021-02-05
    • 文件大小:29696
    • 提供者:weixin_42138788
« 12 3 4 »