资源列表
matlab_No2
- 计算方法,矩阵LDL 分解与cholesky分解-Calculation method, the matrix LDL ' decomposition and decomposition cholesky
fft
- 快速傅里叶变换在 C语言的实现.自己在电脑上完美实现-FFT implementation in C language. Its perfect realization of the computer
100
- 300以内阶乘运算,可以扩充,unix平台下c语言实现。-300
Euler
- 欧拉法阶线性方程组,解决现有的所有方程的线性揭发能够给实现输入输出同步发生十分有用-Euler method linear equations to solve all existing equations discovered able to achieve simultaneous occurrence of very useful input and output
pjjd
- 用于计算地震属性值,计算地震道数据平均绝对振幅值大小。-Used to calculate the seismic attribute values, calculate the average absolute amplitude of seismic data value size.
Circle.cpp
- Bresenham Algorithm for circle drawing
calculateBesselFunction
- 本代码为计算贝塞尔函数及其导数的源代码。在电磁场数值计算中解决亥姆霍兹方程中有广泛的应用-This code for calculating Bessel function and its derivative of source code. The electromagnetic field numerical computation of solving helmholtz equation is widely used
Point
- point函数的重载操作,具体的内容代码内有注释,可以参考-point function of the overloaded operator, the specific contents of the comments within the code, can refer to
SOR
- 数值分析SOR迭代方法求解线性方程,主要源代码。-Numerical analysis SOR method for solving equations
Stand-matrix
- code in c++ for multiplication matrics
zhongshu
- c++实现众数问题,一种简单算法,与递归算法有关-c++ plural question, a simple algorithm, the recursive algorithm
EX_1_GAUSS
- 解线性方程组的GAUSS列主元消元法,算法参考《计算机数值方法》施吉林等编著,第二章第二节2-3主元消去法算法设计。-Computerized Numerical Methods