资源列表
test_dct
- 本程序是在VC++编译环境下,用纯C语言编写的2D-DCT变换,程序中用的是一个4*4的矩阵进行的变换,可以改为对一幅图像进行。运算结果正确,在Matlab中进行了检验,dct2()指令即进行DCT变换。有一定的参考价值。-This procedure is in VC++ compiler environment, written in pure C 2D-DCT transform, the program used is a 4 x 4 matrix for the transformat
centroidi
- simple algorithm to calculate centroid
matlabAutoAdapt
- 自适应算法的程序,用matlab语言编写,属于现代信号处理方法。-Adaptive algorithm of the program, with the matlab language, belongs to modern signal processing methods.
curve_fit_density_function
- APPLYING CURVE FIT OF THE PROBABILITY DENSITY FUNCTION This file details the Microsoft Excel user-defined function applying curve fit of PDF Integration. Create macro as shown below, then in spreadsheet, type function "curvefit(a,s)" with Asi n
ROMBERG
- TC下开发的龙贝格算法的演示。主要注重于迭代法的应用。-TC developed under Romberg Algorithm Demonstration. Mainly focus on the application of iterative methods.
Runge-Kutta
- source code for implementation of range kutta s method of numerical analysis methods in mathematics.
longdistanse
- 最短路径问题是图论研究中的一个经典算法问题, 旨在寻找图(由结点和路径组成的)中两结点之间的最短路径。 算法具体的形式包括: 确定起点的最短路径问题 - 即已知起始结点,求最短路径的问题。 确定终点的最短路径问题 - 与确定起点的问题相反,该问题是已知终结结点,求最短路径的问题。在无向图中该问题与确定起点的问题完全等同,在有向图中该问题等同于把所有路径方向反转的确定起点的问题。 确定起点终点的最短路径问题 - 即已知起点和终点,求两结点之间的最短路径- A spanning tr
Euclidean-division
- 辗转相除法递归求最大公约数 #include iostream using namespace std -Euclidean division method recursively find the greatest common divisor
Displacement_filter
- 利用高速相机追踪高速运动机构,检测位移并进行滤波处理-Using high-speed cameras to track speed motion mechanism, and detecting a displacement filtering process