-
最佳平方逼近
最佳平方逼近数值分析算法程序,matalab编程运算(numerical analysis of best square approximation)
- 2021-03-17 22:19:21下载
- 积分:1
-
FDTD-2D-with-PML
This FDTD 2D simulation based on Dennis Sullivan book s. Wave propagation in vacuum background using PML boundary conditions.
- 2012-11-13 15:50:25下载
- 积分:1
-
BIANbuchangLMS
用matlab自编的的变步长LMS滤波的算法的程序,希望对大家有用(Matlab own use of variable step size LMS algorithm for filtering procedure, in the hope that useful to everybody)
- 2008-03-19 16:26:43下载
- 积分:1
-
MalmquistLuenberger
基于R程序的malmquist-luenberger 指数的计算源代码。(Malmquist- luenberger index calculation based on R program source code.)
- 2020-08-23 14:07:46下载
- 积分:1
-
Numerical Recipes in Fortran 77
fortran数值计算方面的一本好书,计算机数值算法的圣经。(Numerical Recipes in Fortran 77 The Art of Scientific Computing Second Edition
Volume 1 of Fortran Numerical Recipes)
- 2020-11-25 18:09:32下载
- 积分:1
-
118nodes
大规模配电网118节点的潮流计算程序,辐射状网络,含原始数据。(Large-scale distribution network 118 nodes of the power flow calculation procedures, radial network, with the original data.)
- 2021-02-01 15:50:00下载
- 积分:1
-
Spline3
三次样条插值函数实现
运行后画出曲线图,并得到插值函数表达式。(spline3)
- 2020-12-02 20:39:26下载
- 积分:1
-
for语言编写的abaqus混凝土弹性本构
利用for语言精确模拟混凝土的全过程弹性本构(Accurate simulation of the whole process of elastic constitutive of concrete by for language)
- 2020-11-23 20:09:34下载
- 积分:1
-
kriging
包括基本的克里金(Kriging)插值法实现代码,仅实现基本方法部分,不包含扩展克里金方法( kriging uses ordinary kriging to interpolate a variable z measured at
locations with the coordinates x and y at unsampled locations xi, yi.
The function requires the variable vstruct that contains all
necessary information on the variogram. vstruct is the forth output
argument of the function variogramfit.
This is a rudimentary, but easy to use function to perform a simple
kriging interpolation. I call it rudimentary since it always includes
ALL observations to estimate values at unsampled locations. This may
not be necessary when sample locations are not within the
autocorrelation range but would require something like a k nearest
neighbor search algorithm or something similar. Thus, the algorithms
works best for relatively small numbers of observations (100-500).
For larger numbers of observations I recommend the use of GSTAT.
Note that kriging fails if there are two or more observa)
- 2015-01-08 15:43:50下载
- 积分:1
-
fit_line
//最小二乘法直线拟合
m_FoldList为关键点(x,y)的链表
拟合直线方程(Y=kX+b)
(//linear least squares fitting m_FoldList as the key point (x, y) of Chain fitting linear equation (Y = C/56 b))
- 2005-08-24 04:40:23下载
- 积分:1