资源列表
ADAMS34
- 这个算法是在学习“用Adams三步四阶内插公式校正”时自己遍的计算这个微分方程数值解的程序,可以修改里面的方程而用于求解其他的方程,请指正!-this is the learning algorithm "Adams steps with four bands interpolation formula correction" of their times calculated for the numerical solution of differential equati
parse
- 关于电磁波散射的时域有限差分法计算程序 很好的-a code about finite difference time domain method for electromagnetic waves scattering
lu
- 基于数值计算的矩阵分解。LU算法,并对分解后的矩阵与原矩阵进行比较和验证。-Based on the numerical calculation of decomposing matrix. LU decomposition algorithm, and the comparison with the original matrix matrix and verified.
A_LDU
- 程序实现将一个对称矩阵A分解成LDU 其中L为下三角矩阵 D为对角矩阵 U为上三角矩阵 该程序使用了二级指针,矩阵A的阶数可以由运行人员决定-Program implementation will be decomposed into a symmetric matrix A LDU where L is lower triangular matrix D a diagonal matrix U is upper triangular matrix of the program us
CFDZUOYE
- 简单的管道内波得一维雷曼问题,就是应用于一些简单作业的问题。-Simple pipeline waves have a Weilei Man issue, which is used in some simple operations issues.
Shooting
- Shooting method for differential equation
quick_sort
- 采用fortran编写的快速排序法范例,容易上手和学习,是学习fortran编程的必备,有注释哦-Fortran using quick sort paradigm written, easy to use and learn, is essential to learn fortran programming, notes oh
LPP
- 文件中是用MATLAB编写的LPP(局部保持投影)-File is written in MATLAB LPP (locality preserving projections)
divh
- 简单的矩阵求逆的c语言算法,对初学者适用,包含头文件可以直接镶嵌到其他程序中-Simple matrix inversion algorithm in c language for beginners to apply, including the header files can be directly embedded into other programs
spline3
- 三次样条插值(简称Spline插值)是通过一系列形值点的一条光滑曲线,数学上通过求解三弯矩方程组得出曲线函数组的过程。-Cubic spline interpolation (hereinafter referred to Spline interpolation) is through a series of point-shaped curve of a smooth, mathematically by solving the three-moment equations derived
svdsim.m
- Computes SVD using QR
spline
- C语言实现三次样条插值公式,可用于求解函数在某一区间上的函数值-Cubic spline interpolation formula C language function value can be used to solve the function in a given interval
