搜索资源列表
An Introduction to Genetic Algorithms
- Chapter 1: Genetic Algorithms: An Overview Chapter 2: Genetic Algorithms in Problem Solving Chapter 3: Genetic Algorithms in Scientific Models Chapter 4: Theoretical Foundations of Genetic Algorithms Charpter5 WHEN S
A Survey of Spectrum Sensing Algorithms
- A Survey of Spectrum Sensing Algorithms The spectrum sensing problem has gained new aspects with cognitive radio and opportunistic spectrum access concepts. It is one of the most challenging issues in cognitive radio sys
Algorithms and Applications
- Algorithms and Applications
Algorithms for Image Processing and Computer Visio
- Algorithms for Image Processing and Computer Vision
Introduction.to.Algorithms(chinese)
- 《算法导论》中文版!!中文名《现代计算机常用数据结构和算法》,程序员内功*必备。-"algorithm" Introduction to Chinese version! ! The Chinese name of "modern computer commonly used data structures and algorithms", the programmer must Interna
Introduction.to.Algorithms.-.Test
- 算法导论习题解答 算法导论习题解答 -Introduction to Algorithms Introduction to Algorithms Exercises Exercises to answer questions
Distributed.Algorithms
- 『下载说明』这里提供给大家的是《Distributed Algorithms》(分布式算法)英文版的PDF格式电子书下载。-』『 Download available to everyone here is Distributed Algorithms (Distributed algorithm) English version of the PDF format e-book download.
Introduction.to.Algorithms.Second.Edition
- [麻省理工学院-算法导论].Introduction.to.Algorithms,.Second.Edition-[Massachusetts Institute of Technology- Introduction to Algorithms]. Introduction.to.Algorithms,. Second.Edition
Introduction.to.Algorithms
- 麻省理工学院--算法导论(中文版),算法是程序的灵魂,很重要的,不能丢-Massachusetts Institute of Technology Introduction to Algorithms (Chinese version), the algorithm is the soul of the procedure, it is very important, should not throw
Wrox.Beginning.Algorithms.Nov.2005.eBook-LinG
- Welcome to Beginning Algorithms, a step-by-step introduction to computing algorithms for the real world. Developers use algorithms and data structures every day of their working lives. Having a good understanding of
Solutions-Algorithms
- MIT精品课程算法导论课后习题答案,备注:本答案为英文版 -Introduction to Algorithms MIT Courses Exercises after-school answer Note: The answer to the English version
Introduction.to.Algorithms.Second.Edition
- [麻省理工学院-算法导论].Introduction.to.Algorithms.Second.Edition是chm格式的电子书英文第二版-[Massachusetts Institute of Technology- Introduction to Algorithms]. Introduction.to.Algorithms.Second.Edition is chm format e-books in English Secon
A-PAINLESS-GUIDE-TO-CRC-ERROR-DETECTION-ALGORITHMS
- 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.
Distributed+Algorithms
- 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 . Distribu
algorithms
- 关于很多实用算法的描述,例如递归、贪心算法-About the descr iption of a lot of practical algorithms, such as recursive, greedy algorithm and so on
Oreilly.Algorithms.in.a.Nutshell.2008
- As the name implies "Algorithms in a Nutshell". A very good algo ebook, especially for new developers.
Sams.Publishing.Data.Structures.and.Algorithms.pdf
- Data.Structures.and.Algorithms in java second edition
McGraw.Hill.Introduction.To.Algorithms.Second.Edit
- 由麻省理工电气工程及计算机学院编写的第二版的算法介绍,该书详尽介绍了常用计算机算法-From the Massachusetts Institute of Electrical and Computer Engineering, prepared the second edition of the algorithm, the book includes detailed descr iptions of the commonly us
Algorithms.In.C.3rd.Ed.Part5.Graph.Algorithms
- 经典算法书(中文版)。这一套算法系列书介绍了当今最重要的算法,共分3卷,这是第2卷(第五部分),集中讲解图算法。本书共有6章(第17章~第22章)。第17章详细讨论图性质和类型,第18章~第22章分别讲解图搜索、有向图和DAG、最小生成树、最短路径以及网络流。书中提供了用C语言描述的完整算法源程序,并且配有丰富的插图和练习。-Algorithms in C, Third Edition, Part 5: Graph Algorithms
Algorithms.in.C.Parts.1-4.Fundamentals.Data.Struct
- 经典算法书(中文版).《C算法》介绍了当今最重要的算法,共分3卷,本书是第1卷。第1卷分4部分、共16章。第一部分“基础知识”(第1~2章)介绍了基本算法分析原理。第二部分“数据结构”(第3~5章)讲解算法分析中必须掌握的数据结构知识。主要包括基本数据结构、抽象数据结构、递归和树。第三部分“排序”(第6~11章)按章节顺序分别讨论了基本排序方法(如选择排序、插入排序、冒泡排序、希尔排序等)、快速排序方法,归并和归并排序方法、优先队列与堆