资源列表
project
- 数值分析的程序,比较了同一个方程使用Jacobi与高斯迭代迭代的次数。-Numerical analysis of the program, compared to the same equation using the Jacobi and Gauss iteration the number of iterations.
SButterworh
- Butterworth带通滤波Fotran子程序,严格按照原文献在对事件序列正滤一遍后又倒滤一遍,以合理避免了位相偏移。-Butterworth band-pass filter Fotran subroutine, in strict accordance with the original documents in the sequence of events is filtered again and then filter down again in order to avoid a r
cvf_rter
- Compaq Visual Fortran Error Messages,对于利用CVF编程的programmer是本很好的对照手册。-Compaq Visual Fortran Error Messages, programming, programmer for the use of CVF is a very good control of the manual.
henon-and-Algorithm-analysis
- henon映射与lorenz方程之lyapunov指数的数值计算与分析-Algorithm analysis
gridtc
- matlab实现用网格算法优化支持向量机中的相关参数 简单易用-matlab mesh optimization algorithm implemented by the support vector machine parameters in a simple to use
FFT1D
- FFT的奈奎斯特频率为 ,( 为采样间隔)实际上的FFT变换点数要求为2的n次幂,各点所对应的频率是从 到 ,求出 后,可以用 ,这里N为FFT变换的点数。如变换点数为2048,由于对称性,实际有用的点数为1024个。 在该程序中,做完富氏变换后,已经将数据按照频率从0到 到0的顺序排好。 在运行结果中,只需存储左下角的1/4区域的数据即可。 -FFT of the Nyquist frequency, (for the sampling interval) is actually
FFT2D
- 2dFFT的奈奎斯特频率为 ,( 为采样间隔)实际上的FFT变换点数要求为2的n次幂,各点所对应的频率是从 到 ,求出 后,可以用 ,这里N为FFT变换的点数。如变换点数为2048,由于对称性,实际有用的点数为1024个。 在该程序中,做完富氏变换后,已经将数据按照频率从0到 到0的顺序排好。 在运行结果中,只需存储左下角的1/4区域的数据即可。 -2dFFT of the Nyquist frequency, (for the sampling interval) is actua
fortran
- fortran源程序,很实用,学习性强。-fortran source code, it is practical, learning and strong.
CG
- 采用c++实现共轭梯度算法求解大规模线性方程组-Using c++ to achieve large-scale conjugate gradient algorithm for solving linear equations
cPP
- 采用c++实现优化的复合梯形公式,辛普森,高斯求函数积分,精度高,效率高-C++ to achieve optimal use of the composite trapezoidal formula, Simpson, Gauss function, integral, high precision, high efficiency
Euler-Engineering
- Euler工程,找最长的数列! 定义一个正整数数列,其迭代公式为: n = n/2 (当n为偶数) n = 3n+1 (当n为奇数) 比如从n=13开始,计算这个数列得: 13 ->40->20->10->5->16->8->4->1 这个数列一共有10项。 要求在小于1百万的所有起始数中,哪个数能产生最长的数列。 -Euler project, find the longest series! Define a p
Eular-Engineering
- Euler工程,相邻元素乘积最大。 给了一个20x20的两位数矩阵,其中的红字部分的积为: 26x63x78x14=1788696 那么,任意方向上(上、下、左、右、对角)4个相邻的数的最大乘积是多少?-In the 20x20 grid below, four numbers along a diagonal line have been marked in red. 08 02 22 97 38 15 00 40 00 75 04 05 07 78 52 12 50 7
