Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - Algorithms in
Search - Algorithms in - List
Data+Structures+Algorithms+in+Java,讲术java的数据结构和算法-Data Structures in Java, java stresses in the data structure and algorithm
Update : 2008-10-13 Size : 2.75mb Publisher : Mr. Ma

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 SHOULD A GENETIC ALGORITHM BE USED? Chapter 6: Conclusions and Future Directions
Update : 2010-10-01 Size : 1.94mb Publisher : wunan_3@126.com

几百个数值算法-Hundreds of numerical algorithm
Update : 2025-02-17 Size : 181kb Publisher : 站长

DL : 0
Pascal Programs Printed in GENETIC ALGORITHMS IN SEARCH, OPTIMIZATION, AND MACHINE LEARNING by David E. Goldberg -Pascal Programs Printed in GENETIC ALGORITHMS IN SEARCH, OPTIMIZATION, AND MACHINE LEARNING by David E. Goldberg
Update : 2025-02-17 Size : 27kb Publisher : zjw

Data+Structures+Algorithms+in+Java,讲术java的数据结构和算法-Data Structures in Java, java stresses in the data structure and algorithm
Update : 2025-02-17 Size : 2.75mb Publisher : Mr. Ma

Algorithms in Java, Part 5 (Graph Algorithms) code
Update : 2025-02-17 Size : 9kb Publisher : dedema

Algorithms in C, Part 5 (Graph Algorithms) code
Update : 2025-02-17 Size : 7kb Publisher : dedema

包含大量的C++源码,从简单到复杂,一步一步,保证可以在1-2个月成为C++高手@-Contains a large number of C++ Source, from simple to complex, step by step to ensure that in 1-2 months to become C++ Master @
Update : 2025-02-17 Size : 192kb Publisher : 张天意

遗传算法在电力系统无功优化中的应用综述(郭昆丽 姚李孝),设计额设计参考-Genetic algorithms in reactive power optimization Summary (昆丽Guo Yao Li), the design of the amount of design reference
Update : 2025-02-17 Size : 183kb Publisher : 陈克佳

数据結構与算法C++版Adam Drozdek著-Data structure and algorithm C++ Version of the Adam Drozdek
Update : 2025-02-17 Size : 21.47mb Publisher : feng

DL : 0
一本麻省理工大学算法经典教材,对研究算法的人,值得一看.-A classical algorithm for the Massachusetts Institute of Technology teaching materials, the study of algorithms, and worth a visit.
Update : 2025-02-17 Size : 17.85mb Publisher : qian

this book mainly includes these contents :linked list, stacks and queuse, recursions, binary tree, multi tree, graphs, sorting, hashing, data compression.-Data Structures and Algorithms in C++(Adam.Drozdek).2nd.Ed.2001
Update : 2025-02-17 Size : 21.48mb Publisher : michael

Algorithms in Java e.book
Update : 2025-02-17 Size : 5.41mb Publisher : alf

DL : 0
利用遗传算法中的gaopt函数求解函数最优化问题-The use of genetic algorithms in function gaopt function optimization problem solving
Update : 2025-02-17 Size : 2kb Publisher : Alice Wang

As the name implies "Algorithms in a Nutshell". A very good algo ebook, especially for new developers.
Update : 2025-02-17 Size : 10.89mb Publisher : hdemir

Data.Structures.and.Algorithms in java second edition
Update : 2025-02-17 Size : 3.46mb Publisher : cywin

The associated code repository to the "Algorithms in a Nutshell" book published by O Reilly Media, Inc.
Update : 2025-02-17 Size : 9.88mb Publisher : nick

数据挖掘10大算法 Top 10 Algorithms in Data Mining (ICDM06 Panel)-Top 10 Algorithms in Data Mining (ICDM06 Panel)
Update : 2025-02-17 Size : 1.75mb Publisher : yufei

经典算法书(中文版)。这一套算法系列书介绍了当今最重要的算法,共分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
Update : 2025-02-17 Size : 13.26mb Publisher : wang

经典算法书(中文版).《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
Update : 2025-02-17 Size : 18.96mb Publisher : wang
« 12 3 4 5 6 7 8 9 10 ... 50 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.