Welcome![Sign In][Sign Up]
Location:
Search - Sedgewick

Search list

[Crack HackJavaFR_RSA_Source

Description: 基于java的完整的RSA算法实现 /** * <p>Titre : RSA </p> * <p>Description : Encodage de donn閑s selon le protocole RSA </p> * <p>Copyright : Copyright (c) 2004</p> * @author Fran鏾is Bradette * @version 1.1 * version originale de Robert Sedgewick and Kevin Wayne.Copyright ? 2004 * pris sur le site http://www.cs.princeton.edu/introcs/104crypto/RSA.java.html * Modifier par Fran鏾is Bradette */-on the integrity of the RSA algorithm / ** * lt; Pgt; Part : RSA lt; / Pgt; * Lt; Pgt; Description : Encodage de donn idle s selon le protocole RSA lt; / Pgt; * Lt; Pgt; Copyright : Copyright (c) 2004lt; / pgt; * @ author Fran is continuing Bradette * * @ version 1.1 version originale de Robert Sedgewick and Kevin Wayne.Copyright 2004 * pris sur le site http://www.cs.princeton. * Modifier edu/introcs/104crypto/RSA.java.html par Fran is continuing Bradette * /
Platform: | Size: 15588 | Author: 某男 | Hits:

[Other resourceC Algorithm_配套源码Robert Sedgewick

Description: 这是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 famous C Algorithm for a book supporting FOSS
Platform: | Size: 47533 | Author: 舒海林 | Hits:

[Other resourcearithmetic14

Description: 1-14种经经典算法,用c++实现 Robert Sedgewick著-1-14 species by the classical algorithm, using c Robert Sedgewick to achieve
Platform: | Size: 20123845 | Author: cx | Hits:

[Other resourceSedgewick

Description: 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 're cells. Some cubes are stacked one upon anothe r over the cells. forming towers. For each cell the number of cube 's stacked over it is given in the matrix A.
Platform: | Size: 983 | Author: 蒲永鑫 | Hits:

[Other resourceSedgewick3

Description: Robert Sedgewick的不朽之作《Algorithms》-the immortal Robert Sedgewick's "Algorithms"
Platform: | Size: 35074 | Author: 蒲永鑫 | Hits:

[Data structsC Algorithm_配套源码Robert Sedgewick

Description: 这是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 famous C Algorithm for a book supporting FOSS
Platform: | Size: 47104 | Author: 舒海林 | Hits:

[Data structsarithmetic14

Description: 1-14种经经典算法,用c++实现 Robert Sedgewick著-1-14 species by the classical algorithm, using c Robert Sedgewick to achieve
Platform: | Size: 20123648 | Author: cx | Hits:

[source in ebookSedgewick3

Description: Robert Sedgewick的不朽之作《Algorithms》-the immortal Robert Sedgewick's "Algorithms"
Platform: | Size: 34816 | Author: 蒲永鑫 | Hits:

[source in ebookAlgorithmsinCcode

Description: 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
Platform: | Size: 12288 | Author: | Hits:

[Graph programAlgorithms-RobertSedgewick

Description: Algorithms by Robert Sedgewick
Platform: | Size: 4001792 | Author: Paola | Hits:

[VC/MFCalgorithmsinC++-RobertSedgewick

Description: Robert Sedgewick - Algorithms in C++ Parts 1- 4 3th Edition-Robert Sedgewick- Algorithms in C++ Parts 1- 4 3th Edition
Platform: | Size: 6364160 | Author: Paola | Hits:

[Mathimatics-Numerical algorithmsAlgorithms.In.C.3rd.Ed.Part5.Graph.Algorithms

Description: 经典算法书(中文版)。这一套算法系列书介绍了当今最重要的算法,共分3卷,这是第2卷(第五部分),集中讲解图算法。本书共有6章(第17章~第22章)。第17章详细讨论图性质和类型,第18章~第22章分别讲解图搜索、有向图和DAG、最小生成树、最短路径以及网络流。书中提供了用C语言描述的完整算法源程序,并且配有丰富的插图和练习。-Algorithms in C, Third Edition, Part 5: Graph Algorithms is the second book in Sedgewick s thoroughly revised and rewritten series. The first book, Parts 1-4, addresses fundamental algorithms, data structures, sorting, and searching. A forthcoming third book will focus on strings, geometry, and a range of advanced algorithms. Each book s expanded coverage features new algorithms and implementations, enhanced descriptions and diagrams, and a wealth of new exercises for polishing skills. A focus on abstract data types makes the programs more broadly useful and relevant for the modern object-oriented programming environment. Coverage includes: * A complete overview of graph properties and types * Diagraphs and DAGs * Minimum spanning trees * Shortest paths * Network flows * Diagrams, sample C code, and detailed algorithm descriptions
Platform: | Size: 13904896 | Author: wang | Hits:

[Mathimatics-Numerical algorithmsAlgorithms.in.C.Parts.1-4.Fundamentals.Data.Struct

Description: 经典算法书(中文版).《C算法》介绍了当今最重要的算法,共分3卷,本书是第1卷。第1卷分4部分、共16章。第一部分“基础知识”(第1~2章)介绍了基本算法分析原理。第二部分“数据结构”(第3~5章)讲解算法分析中必须掌握的数据结构知识。主要包括基本数据结构、抽象数据结构、递归和树。第三部分“排序”(第6~11章)按章节顺序分别讨论了基本排序方法(如选择排序、插入排序、冒泡排序、希尔排序等)、快速排序方法,归并和归并排序方法、优先队列与堆排序方法、基数排序方法以及特殊目的排序方法,并比较了各种排序方法的性能特征。第四部分“搜索”(第12~16章)在进一步讲解符号表、树等抽象数据类型的基础上,重点讨论哈希方法、基数搜索以及外部搜索方法。-This particular book, Parts 1-4, represents the essential first half of Sedgewick s complete work. It provides extensive coverage of fundamental data structures and algorithms for sorting, searching, and related applications. The algorithms and data structures are expressed in concise implementations in C, so that you can both appreciate their fundamental properties and test them on real applications. Of course, the substance of the book applies to programming in any language. Highlights * Expanded coverage of arrays, linked lists, strings, trees, and other basic data structures * Greater emphasis on abstract data types (ADTs) than in previous editions * Over 100 algorithms for sorting, selection, priority queue ADT implementations, and symbol table ADT (searching) implementations * New implementations of binomial queues, multiway radix sorting, Batcher s sorting networks, randomized BSTs, splay trees, skip lists, multiway tries, and much more * Increased quantit
Platform: | Size: 19883008 | Author: wang | Hits:

[Special EffectsCPP_Algorithms_sorcecde1-4

Description: 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.
Platform: | Size: 27648 | Author: cnng | Hits:

[SCMAlgorithmsInC-Sedgewick(1990)(5468B625).pdf

Description: Algorithms in C Sedgewick 1990 Addison - Wesley-Algorithms in C Sedgewick 1990 Addison - Wesley
Platform: | Size: 27566080 | Author: spike_b | Hits:

[OtherAlgorithms-.Robert.Sedgewick

Description: Robert.Sedgewick等编著的最新算法经典书籍!-The latest classic books of algorithms was wittten by Robert.Sedgewick,etc.
Platform: | Size: 12273664 | Author: 宋浩远 | Hits:

[CA auth1983_Algorithms_Robert-Sedgewick

Description: 1983 Algorithms Robert Sedgewick
Platform: | Size: 4002816 | Author: ChinhND | Hits:

[DocumentsAlgorithms-in-Java--3rd-Ed---Robert-Sedgewick

Description: 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 concise and direct manner and provide programmers with the practical means to test them on real applications. Many new algorithms are presented, and the explanations of each algorithm are much more detailed than in previous editions. A new text design and detailed, innovative figures, with accompanying commentary, greatly enhance the presentation. The third edition retains the successful blend of theory and practice that has made Sedgewick s work an invaluable resource for more than 400,000 programmers!
Platform: | Size: 10036224 | Author: Huynh Ngoc Tu | Hits:

[VC/MFCAalgorithm_Robert-Sedgewick-

Description: 算法 高清英文原版第四版 Aalgorithm_Robert Sedgewick -The algorithm HD English original fourth edition
Platform: | Size: 12368896 | Author: 罗珂 | Hits:

[Books算法 英文版第4版 Robert Sedgewick

Description: 算法英文版 第四版,完整版,普林斯顿大学(Algorithms the fourth edition Robert Sedgewick and Kevin Wayne Princeton University)
Platform: | Size: 12371968 | Author: 符咒的力量 | Hits:
« 12 3 »

CodeBus www.codebus.net