-
Matrix
自己编写的matlab简单计算,用于计算矩阵的加减乘与求逆,特征行列式等(I have written matlab simple calculation used to calculate the matrix addition and subtraction, multiplication and inversion, characteristic determinant, etc.)
- 2013-05-23 10:33:48下载
- 积分:1
-
SRK
SRK .........................(SRK.....................)
- 2010-05-12 10:25:25下载
- 积分:1
-
Matlab
Matlab实现数值分析中三次样条差值、非线性方程组等的相关例证(Matlab to achieve numerical analysis cubic spline difference, nonlinear equations and other relevant examples)
- 2015-03-23 19:14:20下载
- 积分:1
-
compare
int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i ++)
{
if (a[i] != b[i])
{
return i
}
}
return -1
}
(int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i++)
{
if (a[i] != b[i])
{
return i
}
}
return-1
}
)
- 2014-09-02 13:53:50下载
- 积分:1
-
fft2d
离散傅立叶变换已成为数字信号处理的重要工具,然而,它的计算量较大,运算时间长,在某种程度上却限制了它的使用范围。快速算法大大提高了运算速度,在某些应用场合已能作到实时处理,并且开始应用于控制系统。(Discrete Fourier Transform digital signal processing has become an important tool, however, the calculation of its larger, long computing time, but in a way limits the scope of its use. Fast Algorithm for greatly enhanced speed of operation, in some applications has been able to do real-time processing and control system began to be used.)
- 2007-09-17 20:46:15下载
- 积分:1
-
Codigo-Fuente
Sistema de Kardex & Inventario - VF
- 2014-11-25 09:07:32下载
- 积分:1
-
最小二乘法电力系统状态估计 estimation-WLS
最小二乘法电力系统状态估计,利用IEEE-14和IEEE-30节点系统检验,结果正确(WLS method of power system state estimation)
- 2020-06-27 04:00:01下载
- 积分:1
-
Gauss
线性方程组的数值解法的Matlab代码 采用Gauss算法和LU分解(Matlab code of the numerical solution of linear equations using Gauss algorithm and LU factorization)
- 2012-05-28 16:51:51下载
- 积分:1
-
beiyisi
时间序列的贝叶斯突变检测算法MATLAB源码.rar
- 2010-08-20 22:03:48下载
- 积分:1
-
Main_SVC_Nu
说明: matlab仿真例程,是支持向量机工具箱(matlab),可用于模式分类,模式识别 Nu_SVC二类分类算法(matlab simulation routines, support vector machine toolbox (matlab), can be used for pattern classification, pattern recognition Nu_SVC second-class Classification Algorithm)
- 2010-03-26 09:08:09下载
- 积分:1