资源列表
bisecteps.c
- general bisection method for finding the roots.
numerical-analysis-class-library
- VC++,BC++数值分析类库 粟塔山那本书的-for numerical analysis by Su Tashan
Conversion-between-the-values
- 实现数值之间的进制转化,可以实现二进制、十进制和十六进制的转化,关键在于能够实现超过long int型的二进制转化,不受内存整形数据类型大小的限制-Values between hex conversion, binary, decimal, and hexadecimal conversion, the key is to be able to achieve more than long int type binary transfor
exp-function
- 该函数是用C语言写的可以实现与exp函数相同功能的函数,算法精度可以达到小数点后10位-This function is to use C language to write can realize the same function with exp function of function, the algorithm precision can reach ten decimal point
Book_files
- fortran95-03程序设计chapman,第二版-fortran95-03program design
9.rar
- 该程序是运用二分法计算得出结果 ,方便实用,The program is the use of the dichotomy calculated results convenient and practical
SVDCMP
- 用于求解矩阵广义逆的,求解矩阵奇异值分解程序。-For solving matrix generalized inverse, solving matrix singular value decomposition procedure.
simpson
- Implementation of Simpson algorithm
Source1
- 用于求解线性方程的共轭梯度法,可以用于求解大量的线性方程。-Conjugate gradient method for solving linear equations.Can be used to solve a large number of linear equations
svd1
- fortran SVD程序,计算两个耦合场的相关模态-fortran SVD procedure to calculate the coupling field modal
Gauss
- Gauss方法解决线性方程组问题 使用了选列主元方法-Guass methods to solve linear equations
ICP
- 本程序使用matlab语言,实现了最近点迭代算法(ICP);在matlab直接调用该文件中的函数名即可使用。-This program uses the Matlab language, the nearest point iterative algorithm (ICP) matlab directly call a function in the file name can be used.
