搜索资源列表
Matrixchain
- 算法导论例题的实现,矩阵连乘。自己写的,质量一般
AssembleLine
- 经典算法实现,装配线问题,算法导论习题,环境为vc2005
Introduction_to_Algorithm
- 常见算法设计的源代码。配合著名的那本“算法导论”。其中主要包括: 归并排序 活动选择问题 矩阵链乘问题 矩阵链乘问题的备忘录解法 逆序对问题 求和问题 装配线问题 最短路径Dijkstra算法和堆操作 -Common algorithm design of the source code. With the well-known that the " Introduction to Algorithms." Which mainly i
alg_FFT
- FFT(快速傅里叶变换)的实现,思想源于《算法导论》-FFT (Fast Fourier Transform) implementation
MST
- 最小生成树的实现,算法思想源于《算法导论》-Implementation of the minimum spanning tree
matrix-inverse
- 实现用LUP方法进行矩阵求逆的过程,原理见于算法导论第28张。-Method implemented by the LUP matrix inversion process, the principle found in Introduction to Algorithms, Chapter 28.
linear-equation
- 使用LUP方法实现一阶线性方程组的求解过程,原理详见算法导论第28章。-LUP method implementation using the first-order process for solving linear equations, principles detailed in Chapter 28 Introduction to Algorithms.
fft
- 改进的算法导论中的fft代码,将nlogn的复杂度下降到n,编译成功,4096个数据点时常为2秒。-Fft code in the Introduction of the improved algorithm will be the nlogn of complex decreased to n successful compile 4096 data points from time to time for two seconds.
算法导论
- 算法导论书籍,该书籍是学习算法的一本好用的教程(Introduction to Algorithms)
算法导论_中文版_第三版
- 算法导论为最经典的算法书籍,内容丰富且有深度。(Introduction to Algorithm is the most classic algorithm book.)