介绍Facility Location相关算法的综述性的经典文献,推荐研究P-Median和P-Center的同僚们阅读。
2020-01-03 11:28:14 6.25MB P-Median Location Allocation Algorithm
1
Shimon Even's Graph Algorithms, published in 1979, was a seminal introductory book on algorithms read by everyone engaged in the field. This thoroughly revised second edition, with a foreword by Richard M. Karp and notes by Andrew V. Goldberg, continues the exceptional presentation from the first edition and explains algorithms in a formal but simple language with a direct and intuitive presentation. The book begins by covering basic material, including graphs and shortest paths, trees, depth-first-search and breadth-first search. The main part of the book is devoted to network flows and applications of network flows, and it ends with chapters on planar graphs and testing graph planarity.
2020-01-03 11:20:48 1.47MB 算法
1
这是一本关于ENVI IDL软件很好的国外培训教材,可供遥感图像处理的学着使用!
2020-01-03 11:18:10 2.24MB Remote Sensing Algorithms
1
计算机动画算法的经典书籍
2019-12-30 03:10:28 17.18MB Computer Animation Algorithms
1
算法引论 英文版 对我来说,以前学算法只囫囵吞枣地记了结论,工作了看编程珠玑,发现了思考的乐趣,现在看这本书,讲解算法设计思路,觉得很好。 伪代码不重要,用什么语言实现没关系,记住思路才是最主要的。所以,如果选一本书学算法的话,我会选这本。太厚的不要。 另外,堆排序那一节,说从底到顶比从顶到底快,我想了想,觉得时间一样。
2019-12-25 11:13:54 16.26MB 数据结构
1
Approximation Algorithms.pdf,Vijay V. Vazirani auth, Spring 出版社的近似算法经典教材
2019-12-23 03:06:08 15.06MB 算法
1
Design and implement professional level programs by exploring modern data structures and algorithms in Rust. Rust has come a long way and is now utilized in several contexts. Its key strengths are its software infrastructure and resource-constrained applications, including desktop applications, servers, and performance-critical applications, not forgetting its importance in systems’ programming. This book will be your guide as it takes you through implementing classic data structures and algorithms in Rust, helping you to get up and running as a confident Rust programmer. The book begins with an introduction to Rust data structures and algorithms, while also covering essential language constructs. You will learn how to store data using linked lists, arrays, stacks, and queues. You will also learn how to implement sorting and searching algorithms. You will learn how to attain high performance by implementing algorithms to string data types and implement hash structures in algorithm design. The book will examine algorithm analysis, including Brute Force algorithms, Greedy algorithms, Divide and Conquer algorithms, Dynamic Programming, and Backtracking. By the end of the book, you will have learned how to build components that are easy to understand, debug, and use in different applications. What you will learn Design and implement complex data structures in Rust Analyze, implement, and improve searching and sorting algorithms in Rust Create and use well-tested and reusable components with Rust Understand the basics of multithreaded programming and advanced algorithm design Become familiar with application profiling based on benchmarking and testing Explore the borrowing complexity of implementing algorithms
2019-12-21 22:24:36 6.71MB rust
1
mathematical methods and algorithms for signal processing英文原版pdf,很经典的书哦
1
Data Structures and Algorithms in C++, 4th edition.pdf
2019-12-21 22:21:19 31.74MB Data Structures Algorithms C++
1
本文,广泛的类测试超过十年在加州大学伯克利分校,加州圣迭戈,说明在一个故事线,使材料的愉快和容易消化的算法基础。重点放在了解每个算法背后的清晰的数学思想,一种是直观和严格的形式而不过分。功能包括:盒来加强叙事的使用:件,提供历史背景,如何在实践中使用的算法描述,并为数学复杂的旅行。仔细选择高级的主题,可以在一个标准的一个学期的课程,跳过,但可以覆盖在一个先进的算法课程或更悠闲的连续两个学期。一个可访问的线性规划处理向学生介绍这一算法最大的成就。一个可选的章在因子分解的量子算法提供了一个独特的窥视到这个令人兴奋的话题。除了文字,Dasgupta还提供了一个解决方案手册,可以在网上学习中心。
2019-12-21 22:19:48 1.93MB computer science
1