搜索资源列表

  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 * @ver
  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 Sedg
  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 surfac
  3. 所属分类:其它资源

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

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

    • 发布日期:2008-10-13
    • 文件大小:35074
    • 提供者:蒲永鑫
  1. 算法学习书籍

    2下载:
  2. 此书压缩包包括: [C算法(第1卷)].(美国)Robert.Sedgewick.清晰版.pdf  [C算法(第2卷)].(美国)Robert.Sedgewick.清晰版.pdf [数据结构(C语言版)].严蔚敏_吴伟民.扫描版.pdf [数据结构与算法分析C.描述].(美国)Mark.Allen.Weiss.扫描版.pdf [算法导论].(美国)Cormen.扫描版.pdf 编程珠玑.pdf
  3. 所属分类:电子书籍

  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 * @ver
  3. 所属分类:加密解密

    • 发布日期:2024-04-29
    • 文件大小:15360
    • 提供者:某男
  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 Sedg
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-04-29
    • 文件大小:47104
    • 提供者:舒海林
  1. arithmetic14

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

    • 发布日期:2024-04-29
    • 文件大小:20123648
    • 提供者: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 surfac
  3. 所属分类:绘图程序

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:蒲永鑫
  1. Sedgewick3

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

    • 发布日期:2024-04-29
    • 文件大小:34816
    • 提供者:蒲永鑫
  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. 所属分类:书籍源码

    • 发布日期:2024-04-29
    • 文件大小:12288
    • 提供者:
  1. Robert_Sedgewick

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

    • 发布日期:2024-04-29
    • 文件大小:765952
    • 提供者:ss
  1. Algorithms-RobertSedgewick

    0下载:
  2. Algorithms by Robert Sedgewick
  3. 所属分类:图形图象

    • 发布日期:2024-04-29
    • 文件大小:4001792
    • 提供者:Paola
  1. Algorithms.In.C.3rd.Ed.Part5.Graph.Algorithms

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

    • 发布日期:2024-04-29
    • 文件大小:13904896
    • 提供者:wang
  1. Algorithms.in.C.Parts.1-4.Fundamentals.Data.Struct

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

    • 发布日期:2024-04-29
    • 文件大小:19883008
    • 提供者:wang
  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
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-29
    • 文件大小:27648
    • 提供者:cnng
  1. AlgorithmsInC-Sedgewick(1990)(5468B625).pdf

    0下载:
  2. Algorithms in C Sedgewick 1990 Addison - Wesley-Algorithms in C Sedgewick 1990 Addison - Wesley
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-04-29
    • 文件大小:27566080
    • 提供者:spike_b
  1. 1983_Algorithms_Robert-Sedgewick

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

    • 发布日期:2024-04-29
    • 文件大小:4002816
    • 提供者: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 bot
  3. 所属分类:文档资料

    • 发布日期:2024-04-29
    • 文件大小:10036224
    • 提供者:Huynh Ngoc Tu
« 12 »

源码中国 www.ymcn.org