资源列表
wave++.tar
- 小波分析程序,C++ library A C++ library of signal analysis tools
C_Common_Arithmetic
- C常用算法程序集的源代码。包括数值计算与非数值计算两部分,其中含:插值、巨阵运算、特殊函数、排序、屏幕操作、图形操作-C Common Arithmetic
random3
- 设信号为 ,其中, , , 为正态白噪声,试在N=256和1024点时,分别产生随机序列 ,画出 的波形并估计 的相关函数和功率谱。 -Set signal, which, for the normal white noise test in the N = 256 and 1024 points, respectively, random sequence, draw the waveforms and to estimate the correlation function an
factorial
- 该程序用来计算任何一个自然数的阶乘,并且可形象化显示其输出
diedaifa
- 数值分析中常用解方程组算法:简单迭代法。算法很简单,明了。注意迭代过程的收敛性!-Numerical solution of equations commonly used analysis algorithms: simple iterative method. Algorithm is very simple and clear. Note that the convergence of the iterative process!
回归分析工具箱
- 回归分析工具箱,能有效和方便的进行数字回归分析(matlab)-regression analysis toolkit, to be effective and convenient digital regression analysis (Matlab)
7
- 用c++编的矩阵的转置 代码明确易懂 思路清晰-C++ code using the transpose code matrix of clear thinking is clear and comprehensible
ffc
- 有关快速傅里叶变换的PPT课件,内容丰富-lecture PPT
liezhuyuanxiaoqufachengxu
- 列主元素消去是由高斯消去法改进得到的求解线性方程组的方法,它是目前计算机上常用的解低阶稠密矩阵方程组的有效方法。列主元消去法就是在每次选主元时,仅依次按列选取绝对值最大的元素作为主元,且只交换两行,再进行消元计算。程序通过将矩阵元素赋给数组,再操作数组从而达到处理矩阵的目的。这样便可以将矩阵化为上三角形式,轻松地解出方程组的最后一组解。在计算出方程组最后一个解后,应用回代的方法,计算出方程组所有的解。-Out the main elements of cancellation is receiv
c-P-P-algorithm-procedures
- 程序开始运行,要求用户首先输入两个大数。 然后进行菜单选择,进行相应的大数运算。 分析说明:由于大数的范围太大,不能直接定义为int或者float等, 所以我们的想法就是定义成字符串类型, 输入的数字一位一位地存入字符数组里面。 然后在运算的时候也是一位一位地运算。 这个过程就得从最基本的数学运算法则做起,不乏多种判断。 涉及到数组和指针的应用。最难的就是判断情 况还有应用数组和指针过程中出现的多种未可预知的错误, 还得通过逐步调试慢慢找出。我们先从加减
CRC16
- CRC16校验算法,包含Visual C源码-CRC16 checksum algorithm, including Visual C source code
BESSEL
- 在使用有限元方法进行电磁散射计算时,经常需要计算Bessel函数的根,该程序用来计算Bessel函数的根-Using the finite element method in electromagnetic scattering calculations, we often need to calculate the root of Bessel function, the program used to calculate the root of Bessel function
