Fundamentals of Data Structures,by Ellis Horowitz and Sartaj Sahni Data Structures, Algorithms and Program Style Using C,by James F. Korsh and Leonard J. Garrett Data Structures and Algorithm Analysis in C,by Mark Allen Weiss Data Structures: From Arrays to Priority Queues,by Wayne Amsbury Information Retrieval: Data Structures & Algorithms,edited by William B. Frakes and Ricardo Baeza-Yates Introduction to Algorithms,by Thomas H. Cormen, Charles E. Leiserson, and Ronald L. Rivest Practical Data Structures in C++,by Bryan Flamig Reliable Data Structures in C,by Thomas Plum Data Structures and Algorithms,Alfred V. Aho, Bell Laboratories, Murray Hill, New Jersey,John E. Hopcroft, Cornell University, Ithaca, New York,Jeffrey D. Ullman, Stanford University, Stanford, California DDJ Algorithms and Data Structures Articles
2021-10-24 18:52:33 27.66MB 算法,信息检索,C++
1
徐士良的《C常用算法程序集》,很难找的一本书,拿来跟大家分享一下,顺便附上代码
2021-09-28 23:39:46 12.43MB C 算法 源码
1
集合了10本经典算法的书籍,是不可多得的学习算法好资料
2021-09-11 12:13:50 27.75MB c语言 算法 经典算法书 合集
1
C++的数学常用算法,提供多种算法的描述与函数文件
2021-08-29 15:01:17 50KB c++数学算法
1
C语言结合C#的图像处理例子,包含图像视频滤镜、美颜等算法。有些demo跑不起来要重新生成一下
2021-08-03 16:05:12 2.72MB 图像处理 C/C#
1
适合于编程爱好者
2021-05-22 16:01:58 16KB 算法
1
详细介绍了C++中各种有用并且高效的算法思想,掌握其中的方法对于以后的编程生涯有好处
2019-12-21 21:31:28 11.45MB C++算法书
1
各种角度的FDTD算法指导。 可以计算电离层 电磁波时域有限差分方法 (葛德彪),经典的书 (FDTD)
2019-12-21 20:16:59 9.95MB FDTD
1
CLRS for Instructor 《算法导论——教师用书》(有部分习题答案) Computer Algorithms - Introduction to Design and Analysis 3rd - Sara Baase Solutions for CLRS (算法导论部分习题解答)
2019-12-21 19:23:01 16.98MB 算法
1
王硕-你也能看懂的python算法书-随书代码,编程的核心是算法,学习算法不仅能教会你解决问题的方法,而且还能为你今后的发展提供一种可能。 包含双指针、哈希、深度优先、广度优先、回溯、贪心、动态规划和最短路径等经典算法。
2019-12-21 18:54:21 54KB python 算法 数据结构 王硕
1