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

Search list

[Data structsdata+structures+algorithms+and+applications+in+C++

Description: 数据结构 算法与应用 C++语言描述 机械工业出版社,完全非扫描高清版 配有答案和程序-Data structures algorithms and application of C++ Language description of Machinery Industry Press, completely non-scanning high-definition version with the answer and procedures
Platform: | Size: 18666496 | Author: | Hits:

[OtherAlgorithms

Description: 一本麻省理工大学算法经典教材,对研究算法的人,值得一看.-A classical algorithm for the Massachusetts Institute of Technology teaching materials, the study of algorithms, and worth a visit.
Platform: | Size: 18713600 | Author: qian | Hits:

[Crack HackA-PAINLESS-GUIDE-TO-CRC-ERROR-DETECTION-ALGORITHMS

Description: A PAINLESS GUIDE TO CRC ERROR DETECTION ALGORITHMS CRC校验理论与实践的经典教程,Ross写的。-A PAINLESS GUIDE TO CRC ERROR DETECTION ALGORITHMS CRC checksum of the classic theory and practice tutorials, Ross wrote.
Platform: | Size: 184320 | Author: haoz | Hits:

[OtherSolutions+for+Introduction+to+algorithms

Description: Introduction 2 algorithms exercise and answer.pdf
Platform: | Size: 221184 | Author: james | Hits:

[SCMDistributed+Algorithms

Description: This course is about "distributed algorithms".Distributed algorithms include a wide range of parallel algorithms,which can be classified by a variety of attributes.-This course is about distributed algorithms . Distributed algorithms include a wide range of parallel algorithms, which can be classified by a variety of attributes.
Platform: | Size: 1747968 | Author: aple | Hits:

[Embeded-SCM Developalgorithms

Description: 关于很多实用算法的描述,例如递归、贪心算法-About the description of a lot of practical algorithms, such as recursive, greedy algorithm and so on
Platform: | Size: 10832896 | Author: zhongyu | Hits:

[OtherAlgorithms-and-Complexity

Description: 这本书是关于算法和复杂性,因此它在解决问题的方法上 计算机和费用(通常是运行时间),使用这些方法。 计算需要时间。有些问题需要很长的时间其他人就可以迅速完成。一些问题 似乎需要很长时间,然后有人发现一个更快的方法,研究的数额计算端口的是需要的,以便执行某些类型的计算是研究计算复杂性的关键。-This book is on algorithms and complexity, it solve the problem in the computer and the cost (usually run time), the use of these methods. Calculation will take time. Some problems take a long time to others can be completed quickly. Some of the problems seem to take a long time, and then someone discovered a faster way to study the amount of ports is necessary for the implementation of certain types of calculation is to examine the computational complexity of the key.
Platform: | Size: 1359872 | Author: 韩雪莲 | Hits:

[Windows DevelopOreilly.Algorithms.in.a.Nutshell.2008

Description: As the name implies "Algorithms in a Nutshell". A very good algo ebook, especially for new developers.
Platform: | Size: 11423744 | Author: hdemir | Hits:

[OtherIntroduction.to.Algorithms.Second.Edition

Description: Introduction to algorithms. Second edition. Thomas Cormen
Platform: | Size: 4912128 | Author: Rafa50 | Hits:

[JSP/JavaSams.Publishing.Data.Structures.and.Algorithms.pdf

Description: Data.Structures.and.Algorithms in java second edition
Platform: | Size: 3631104 | Author: cywin | Hits:

[Software EngineeringMcGraw.Hill.Introduction.To.Algorithms.Second.Edit

Description: 由麻省理工电气工程及计算机学院编写的第二版的算法介绍,该书详尽介绍了常用计算机算法-From the Massachusetts Institute of Electrical and Computer Engineering, prepared the second edition of the algorithm, the book includes detailed descriptions of the commonly used computer algorithms
Platform: | Size: 11994112 | Author: 王俊杰 | Hits:

[Otheralgorithms

Description: 计算机算法设计与分析(第三版),作者:王晓东 电子版。-Design and Analysis of Computer Algorithms (third edition), Author: Xiaodong electronic version.
Platform: | Size: 6621184 | Author: 付明哲 | Hits:

[OtherAn-introduction-to-bioinformatics-algorithms

Description: An introduction to bioinformatics algorithms
Platform: | Size: 2991104 | Author: quinquindavid | Hits:

[BooksAlgorithms

Description: 一个VLSI back-end design很好的书 -a very good book on VLSI physical design cad ALGORITHMS FOR VLSI PHYSICAL DESIGN AUTOMATION
Platform: | Size: 22211584 | Author: weihuagao | Hits:

[BooksMIT.Introduction.to.Algorithms.Second.Edition

Description: MIT 算法导论第二版 这么经典的书就不用多说了吧。-MIT.Introduction.to.Algorithms.Second.Edition
Platform: | Size: 18672640 | Author: 沧海 | Hits:

[Data structsData.Structures.Algorithms.CHS

Description: data structures algorithms and applications in c++ 中文版 学习数据结构的经典教材-data structures algorithms and applications in c++ data structures to study the Chinese version of the classic textbook
Platform: | Size: 7929856 | Author: vmario | Hits:

[Other2003Graph.Algorithms.and.Network.Flows

Description: 图算法与数据流,麻省理工相关课程的教学讲义,可供此领域的学习与研究人员参考。-Graph algorithms and data flow, Massachusetts Institute of Technology-related courses teaching notes available for this area of study and research officers.
Platform: | Size: 786432 | Author: gouyabin | Hits:

[OtherAlgorithms.Exercises.solution

Description: 算法概论答案,对初学者帮助很大,不会的时候可以参考参考-Introduction to algorithms answer helpful for beginners, no time can refer to the reference
Platform: | Size: 569344 | Author: 毛晓俐 | 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:
« 1 23 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net