资源列表
LLUU
- 矩阵的LU分解,可以用来改进求解线性方程组的效率。-LU matrix decomposition can be used to improve the efficiency of solving linear equations.
Lagrange
- 拉格朗日插值多项式 ,用于离散数据的拟合 ,结果准确。 -Lagrange interpolating polynomial for the fitting of the discrete data, the results are accurate.
longgekuta
- 四阶龙格库塔的c语言实现,自己编的,效果挺好的-LONG GE KU TA
Gauss
- 高斯消去法解线性方程组,适用于工程计算程序里的部分数值计算
P14FDTD
- 时域差分方法(fdtd)方法模拟有边界电磁场问题-fdtd method to imulate a bounary problem
peEllip5m
- 用工字型差分格式解拉普拉斯方程,简洁具体,效率高 -Employment the fonts differential format solution of the Laplace equation
Data-smooth
- 本程序是基于地球物理理论中,测量得到的磁法数据需要圆滑,故而有此程序。程序使用的圆滑方式是5个点的圆滑。-This procedure is based on geophysical theory, measurement of the magnetic method of data need to be smooth, and therefore have this program. Uses smooth sleek five points.
erweikuosanjinjiCN823
- 二维扩散方程紧致差分格式程序 误差(ti^2+h^4)-Compact difference scheme for two-dimensional diffusion equation program error (ti ^ 2+h ^ 4)
fpround_fpround
- floating point rounding
fpnormalize_fpnormalize
- floating point normalise
Quarter
- 四分之一圆柱贴体网格的生成,可以调节大小-Fourth cylindrical body-fitted grid generation, you can adjust the size of the
6609_Minimal_-Subarray_-Length.tar
- Solution for the problem 6609 - Minimal Subarray Length(ACM-ICPC Live Archive), uses Kadane s Algorithm. Time of complexity O(n2).