资源列表
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
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
daonajuzhen
- 电力系统潮流计算 文件输入 计算稀疏矩阵并求其逆矩阵-File input power flow calculation
FFT
- 傅里叶变,可以实现正向及反向傅里叶的变换-Fourier transformation, can achieve the forward and backward Fourier transform
dist
- 开车从起始点A到目的地B的路线有多条。给你一张描述待选路线的表(n*n的矩阵A),让你找出行车距离最短的路线。表中表示了任意两个路口的连通情况,以及距离。矩阵元素a(i,j)=0表示路口i,j不连通,a(i,j)!=0表示路口i,j的行车距离。其中起始点A在路口1,目的地B在路口n 。完成源程序DIST.CPP中Dijkstra函数的编写。-A drive to the destination from a starting point a number of B' s line. Giv
Runge-Kutta
- source code for implementation of range kutta s method of numerical analysis methods in mathematics.
longdistanse
- 最短路径问题是图论研究中的一个经典算法问题, 旨在寻找图(由结点和路径组成的)中两结点之间的最短路径。 算法具体的形式包括: 确定起点的最短路径问题 - 即已知起始结点,求最短路径的问题。 确定终点的最短路径问题 - 与确定起点的问题相反,该问题是已知终结结点,求最短路径的问题。在无向图中该问题与确定起点的问题完全等同,在有向图中该问题等同于把所有路径方向反转的确定起点的问题。 确定起点终点的最短路径问题 - 即已知起点和终点,求两结点之间的最短路径- A spanning tr
jacobi
- Jacobi方法解方程组,子函数文件,用于返回求解和迭代次数-use method Jacobi to solve functions
juanji
- opencv 实现自定义模版卷积,用户可以自定义卷积核模版-convolution with user defined kernel.
draw-ellipe-order
- Autocad lisp is draw ellipse
ruihua
- 这是一个学生百度后写的关于图像的锐化的cpp文件-This is a student wrote after Baidu cpp file on the image sharpening
Euclidean-division
- 辗转相除法递归求最大公约数 #include iostream using namespace std -Euclidean division method recursively find the greatest common divisor