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

搜索资源列表

  1. JavaFR_RSA_Source

    0下载:
  2. 基于java的完整的RSA算法实现 /** * <p>Titre : RSA </p> * <p>Descr iption : Encodage de donn閑s selon le protocole RSA </p> * <p>Copyright : Copyright (c) 2004</p> * @author Fran鏾is Bradette * @version 1.1 * version originale d
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:15588
    • 提供者:某男
  1. C Algorithm_配套源码Robert Sedgewick

    0下载:
  2. 这是Donald Kunth(计算机科学学术界最最有名的大师级人物,曾获图灵奖及其他无数科技奖项)的弟子Robert Sedgewick的名著C算法一书的配套源码-Kunth (computer science academic gurus of the most famous figures, won the Turing Award and countless other technology awards) Robert Sedgewick the disciples of the fam
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:47533
    • 提供者:舒海林
  1. arithmetic14

    0下载:
  2. 1-14种经经典算法,用c++实现 Robert Sedgewick著-1-14 species by the classical algorithm, using c Robert Sedgewick to achieve
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:20123845
    • 提供者:cx
  1. Sedgewick

    0下载:
  2. The table surface is divided into N by M square cells. Some cubes are stacked one upon another over the cells, forming towers. For each cell the number of cubes stacked over it is given in the matrix A. -The table surface is divided into N by M squa
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:983
    • 提供者:蒲永鑫
  1. Sedgewick3

    0下载:
  2. Robert Sedgewick的不朽之作《Algorithms》-the immortal Robert Sedgewick's "Algorithms"
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:35074
    • 提供者:蒲永鑫
  1. Algorithms-RobertSedgewick

    0下载:
  2. Algorithms by Robert Sedgewick
  3. 所属分类:Graph program

    • 发布日期:2017-05-15
    • 文件大小:4002296
    • 提供者:Paola
  1. AlgorithmsinCcode

    0下载:
  2. This file contains the code from "Algorithms in C, Third Edition, Parts 1-4," by Robert Sedgewick, and is covered under the copyright and warranty notices in that book-This file contains the code from
  3. 所属分类:source in ebook

    • 发布日期:2017-03-30
    • 文件大小:12516
    • 提供者:
  1. Robert_Sedgewick

    0下载:
  2. Robert Sedgewick非递归全排列算法-Robert Sedgewick wide array of non-recursive algorithm
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-02
    • 文件大小:765691
    • 提供者:ss
  1. algoincpp

    0下载:
  2. its a source code file for the book Algorithms in C++, Parts 1–4 by sedgewick-its a source code file for the book Algorithms in C++, Parts 1–4 by sedgewick
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:16756
    • 提供者:anshu
  1. Algorithms.In.C.3rd.Ed.Part5.Graph.Algorithms

    1下载:
  2. 经典算法书(中文版)。这一套算法系列书介绍了当今最重要的算法,共分3卷,这是第2卷(第五部分),集中讲解图算法。本书共有6章(第17章~第22章)。第17章详细讨论图性质和类型,第18章~第22章分别讲解图搜索、有向图和DAG、最小生成树、最短路径以及网络流。书中提供了用C语言描述的完整算法源程序,并且配有丰富的插图和练习。-Algorithms in C, Third Edition, Part 5: Graph Algorithms is the second book in Sedgewi
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-06-01
    • 文件大小:13904888
    • 提供者:wang
  1. Algorithms.in.C.Parts.1-4.Fundamentals.Data.Struct

    2下载:
  2. 经典算法书(中文版).《C算法》介绍了当今最重要的算法,共分3卷,本书是第1卷。第1卷分4部分、共16章。第一部分“基础知识”(第1~2章)介绍了基本算法分析原理。第二部分“数据结构”(第3~5章)讲解算法分析中必须掌握的数据结构知识。主要包括基本数据结构、抽象数据结构、递归和树。第三部分“排序”(第6~11章)按章节顺序分别讨论了基本排序方法(如选择排序、插入排序、冒泡排序、希尔排序等)、快速排序方法,归并和归并排序方法、优先队列与堆排序方法、基数排序方法以及特殊目的排序方法,并比较了各种排序
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-06-12
    • 文件大小:19883343
    • 提供者:wang
  1. Java_Generics_And_Collections_2006

    0下载:
  2. In the past decade, Java has become the language of choice for a variety of applications. But Java developers have found themselves repeatedly referring to references such as Sedgewick s Algorithms in C for solutions to common programming problems. T
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:925904
    • 提供者:saurabh
  1. CPP_Algorithms_sorcecde1-4

    0下载:
  2. C++图算法第1至第4部分源代码,这本书是Robert Sedgewick写的,代码是C++格式的,对于学习图算法是非常好的。-C++ graph algorithm 1 to 4 parts of the source code, this book is written in Robert Sedgewick, the code is C++ format, graph algorithm for learning is very good.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:27658
    • 提供者:cnng
  1. code

    0下载:
  2.   Mark Allen Weiss   1987年在普林斯顿大学获得计算机科学博士学位,师从著名算法大师Robert Sedgewick,现任美国佛罗里达国际大学计算与信息科学学院教授.他曾经担任全美AP(Advanced Placement)考试计算机学科委员会的主席(2000-2004).他的主要研究方向是数据结构,算法,和教育学.- In this second edition of his successful book, experienced teacher and autho
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:66511
    • 提供者:narsu
  1. Algorithms.in.CPP

    0下载:
  2. 数据结构。 该书是由 Robert Sedgewick 写的介绍CPP算法和数据结构的经典之作。全书分四部分。(英文完整版)-Data structure. The book written by Robert Sedgewick describes algorithms and data structures CPP classic. The book consists of four parts. (English full version)
  3. 所属分类:Data structs

    • 发布日期:2017-05-20
    • 文件大小:6120630
    • 提供者:simon
  1. RobertSedgewickc

    0下载:
  2. 美国Robert.Sedgewick c算法.清晰版-Robert.Sedgewick
  3. 所属分类:Special Effects

    • 发布日期:2017-06-10
    • 文件大小:17685108
    • 提供者:王佳恒
  1. AlgorithmsInC-Sedgewick(1990)(5468B625).pdf

    0下载:
  2. Algorithms in C Sedgewick 1990 Addison - Wesley-Algorithms in C Sedgewick 1990 Addison - Wesley
  3. 所属分类:SCM

    • 发布日期:2017-06-17
    • 文件大小:27566080
    • 提供者:spike_b
  1. Delphi_-_Algorithms

    0下载:
  2. Delphi Algorithms ROBERT SEDGEWICK BROWN UNNER!MY
  3. 所属分类:Delphi VCL

    • 发布日期:2017-05-15
    • 文件大小:4048462
    • 提供者:Hikum1207
  1. 1983_Algorithms_Robert-Sedgewick

    0下载:
  2. 1983 Algorithms Robert Sedgewick
  3. 所属分类:CA program

    • 发布日期:2017-05-16
    • 文件大小:4002907
    • 提供者:ChinhND
  1. Algorithms-in-Java--3rd-Ed---Robert-Sedgewick

    0下载:
  2. This edition of Robert Sedgewick s popular work provides current and comprehensive coverage of important algorithms for Java programmers. Michael Schidlowsky and Sedgewick have developed new Java implementations that both express the methods in a con
  3. 所属分类:Document

    • 发布日期:2017-11-02
    • 文件大小:10036520
    • 提供者:Huynh Ngoc Tu
« 12 »
搜珍网 www.dssz.com