资源列表
ebooks3
- it contains future of mathematics ebbook.good for mathematics enthusiast
GAUSS1
- 列主元高斯消元法,可以求解线性方程组,简单易用-Column pivot Gauss elimination method, can solve linear equations, simple to use
Sparse-Matrix
- Understand Sparse matrix and Dense matrix
Polynominal
- 一个实现多项式乘法的C++源程序,含源程序说明文档,易于理解。-An implementation of polynomial multiplication in C++ source code, including documentation, easy to understand.
fft
- 离散傅里叶变换的ppt文档,总结的比较全面,绝对经典。-Discrete Fourier transform of ppt documents, summary of a more comprehensive, absolute classic.
DELPHI-line84269157
- 基于DELPHI下开发的线性插值算法.用于线性系数的计算.-DELPHI, developed based on the linear interpolation algorithm. For the linear coefficient calculation.
floatAddSubMulDiv
- c语言用int四则运算实现float四则运算-four C functions: float floatMul(float a, float b) float floatDiv(float a, float b) float floatAdd(float a, float b) float floatSub(float a, float b) These functions each take as input two float operands and return
analysis-the-result-of-FFT
- 详细介绍了FFT变换的物理意义,分析了fft后的频率分辨率等-Detail the physical meaning of the FFT transform, after analysis of the fft frequency resolution, etc.
shuzhijisisuan
- 数值计算源代码:包含romberg和差值计算的matlab代码,线性方程组和迭代法的c源代码。-Numerical code: the difference between calculated and included romberg matlab code, linear equations and the iterative method c source code.
creatchildprocess
- 计算某个数字上限内的所有质数,数字限于正整数-calculate all prime numbers smaller than input number
sanciyangtiaochazhi
- 这是一段三次样条的插值程序,可以进行插值,就是给一组数据,然后给要算的值,就可以出结果了-This is a cubic spline interpolation procedure can be interpolated, is to give a set of data, then the value to be counted, the result can be a
juzhenliancheng
- 给定n个矩阵A1,A2,…,An,其中,Ai与Aj+1是可乘的,i=1,2,…,n-l。 你的任务是要确定矩阵连乘的运算次序,使计算这n个矩阵的连乘积A1A2…An时总的元素乘法次数达到最少。 -Given n matrices A1, A2, ..., An, which, Ai and Aj+1 is multiplicative in, i = 1,2, ..., nl. Your task is to determine the matrix multiplication ope
