Planning Algorithms 国外优秀规划算法教材,适用于研发人员、学生等。
2019-12-21 21:33:19 10.61MB 规划算法
1
Roy Featherstone关于机器人动力学算法和空间矢量的原始书,该书对空间矢量的处理方法与现代处理方法有一点不同。
2019-12-21 21:31:59 19.47MB Algorithm
1
详细介绍了C++中各种有用并且高效的算法思想,掌握其中的方法对于以后的编程生涯有好处
2019-12-21 21:31:28 11.45MB C++算法书
1
Optimization Algorithms on Matrix Manifolds
2019-12-21 21:28:48 7.69MB 矩阵流形 优化算法
1
《算法导论》原书名——《Introduction to Algorithms》,是一本十分经典的计算机算法书籍,与高德纳(Donald E.Knuth)的《计算机程序设计艺术》(《The Art Of Computer Programming》)相媲美。 《算法导论》由Thomas H.Cormen、Charles E.Leiserson、Ronald L.Rivest、Clifford Stein四人合作编著(其中Clifford Stein是第二版开始参与的合著者)。本书的最大特点就是将严谨性和全面性融入在了一起。 其中网易公开课上面有本书作者Charles Leiserson的视频,此次只上传他们的课件和作业题
2019-12-21 21:28:32 7.01MB 算法导论
1
Book.(2001)Multi-Objective_Optimization Using Evolutionary Algorithms使用进化算法解决多目标问题,英语原版经典,绝版图书
2019-12-21 21:28:25 33.36MB 多目标 进化算法 演化计算
1
algorithms ver3 pdf contents 50ldkaldfi ldfijwel i lkf
2019-12-21 21:27:56 4.93MB algorithms ver3
1
"Algorithms: Design Techniques and Analysis" M H Alsuwaiyel 2016 | ISBN-10: 9814723649 | 572 pages 算法设计技巧与分析[2016] 英文版 Problem solving is an essential part of every scientific discipline. It has two components: (1) problem identification and formulation, and (2) the solution to the formulated problem. One can solve a problem on its own using ad hoc techniques or by following techniques that have produced efficient solutions to similar problems. This requires the understanding of various algorithm design techniques, how and when to use them to formulate solutions, and the context appropriate for each of them.Algorithms: Design Techniques and Analysis advocates the study of algorithm design by presenting the most useful techniques and illustrating them with numerous examples — emphasizing on design techniques in problem solving rather than algorithms topics like searching and sorting. Algorithmic analysis in connection with example algorithms are explored in detail. Each technique or strategy is covered in its own chapter through numerous examples of problems and their algorithms.Readers will be equipped with problem solving tools needed in advanced courses or research in science and engineering.
2019-12-21 21:26:45 3.36MB Algorithms 算法
1
Robert Sedgewick has thoroughly rewritten and substantially expanded and updated his popular work to provide current and comprehensive coverage of important algorithms and data structures. Christopher Van Wyk and Sedgewick have developed new C++ implementations that both express the methods in a concise and direct manner, and also 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 250,000 programmers! This particular book, Parts 1n4, 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. Although the substance of the book applies to programming in any language, the implementations by Van Wyk and Sedgewick also exploit the natural match between C++ classes and ADT implementations. Highlights * Expanded coverage of arrays, linked lists, strings, trees, and other basic data structures * Greater emphasis on abstract data types (ADTs), modular programming, object-oriented programming, and C++ classes 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, randomized BSTs, splay trees, skip lists, multiway tries, B trees, extendible hashing, and much more * Increased quantitative information about the algorithms, giving you a basis for comparing them * Over 1000 new exercises to help you learn the properties of algorithms Whether you are learning the algorithms for the first time or wish to have up-to-date reference material that incorporates new programming styles with classic and new algorithms, you will find a wealth of useful information in this book.
2019-12-21 21:18:58 11.47MB 算法 C++
1
Introduction.to.Algorithms.-.算法导论(中文版)
2019-12-21 21:17:46 24.42MB Algorithms 算法 导论
1