资源列表
fftc
- 不用多说,快速傅立叶变换算法大家都知道的。-Needless to say, the Fast Fourier Transform algorithm we all know.
fft
- C语言实现快速傅里叶算法,可以输入任意位,有正变换和反变换!-C language realization of fast Fourier algorithm, can enter any place, there is transformation and anti-transformation!
scyt
- 三次样条插值函数,可以用于计算插值,一阶导数,二阶导数-Cubic spline interpolation function can be used to calculate the interpolation, first derivative, second derivative
three
- 计算机数值分析中三次样条插值算法的演示算法-Computer numerical analysis algorithm for cubic spline interpolation algorithm demo
STAT_CHI2_NORM_TEST
- chi-square test,for goodneesfit test.-chi-square test, for goodneesfit test.
Matrix_Inverse
- 矩阵求逆,适用于求解N*N矩阵的逆矩阵。-Matrix inversion for solving the inverse matrix N* N matrix.
ssgj
- 求对称正定矩阵的逆矩阵,以矩阵static double a[4][4]={ {5.0,7.0,6.0,5.0}, {7.0,10.0,8.0,7.0}, {6.0,8.0,10.0,9.0}, {5.0,7.0,9.0,10.0}} 为例-Symmetric positive definite matrix of order matrix static double a [4] [4] = {{5.0,7.0,6.0,5.0}, {7.0,10.0,8.0,7.0}, {6.0,8
List
- 用C++编写的两个List类,分别支持链表操作和数组操作。-Written in C++, two List classes, respectively, an array of operations and operations support list.
dfs
- 先深搜索算法,图论的基础算法,用于遍历图中各点,图用点边集表示,以文件方式读入-First deep-search algorithm, graph theory based algorithm for traversing the graph, Figure with a set of edges that point to papers read
pku3252
- 北大pku3252源代码 找出区间[a,b]中的round number数。一个数如果它的二进制表示中0的数目大于1的数目,这个数就是round number.-compute the number in [a,b]
MiniSpanTree_PRIM
- PRIM算法实现最小生成树的建立,并输出到文本文件中-PRIM to establish the minimum spanning tree algorithm, and output to a text file
biaodashiqiuzhi
- 该程序是数据结构中对任意输入的一个表达式含有括号等的进行求值-The program is evaluated an expression of any input data structure containing parentheses,
