-
sy
说明: 常用的数值积分方法(特别是梯形、Simpson方法、和Romberg算法),编制复合梯形公式,复合Simpson公式,Romberg算法的程序,数值积分方法的逐步精致化过程(Commonly used numerical integration methods (in particular, trapezoidal, Simpson method, and the Romberg algorithm), the preparation of composite trapezoidal rule, composite Simpson formula, Romberg algorithm procedure, numerical integration process of gradual refinement)
- 2010-06-14 20:28:16下载
- 积分:1
-
threephaseinverter
simulation of three phase inverter
- 2009-11-15 01:37:06下载
- 积分:1
-
eng_mat
eng_mat.rar是matlab实例,有的matlab安装时不带,可以下载拷到matlab的example文件夹里(eng_mat.rar is the matlab example, matlab installed some without, you can download the example Kaodao matlab folder)
- 2008-04-20 09:14:41下载
- 积分:1
-
PR_toolbox
希腊希尔维亚的模式识别的源码。可以用来学习模式识别。(Source code in Matlab for Pattern Recogintion from xi la)
- 2010-12-25 13:48:47下载
- 积分:1
-
MATLAB
有限差分法计算静电场问题,有限差分法计算在二维情况下静电场的分布情况,近场分布。(Finite difference method to calculate the electrostatic field, the finite difference method to calculate the 2-d cases, the distribution of electrostatic field, the near field distribution.)
- 2015-04-15 15:55:34下载
- 积分:1
-
Backpropagation-Matlab-master
说明: 使用人工神经网络(ANN)实现手写数字体识别(Handwritten digit recognition)
- 2020-03-19 21:47:08下载
- 积分:1
-
sulv
有关速率的分岔图程序,图像比较清晰,可下载参考。(For the rate of the bifurcation diagram of the program, the image is relatively clear, can be downloaded reference.)
- 2012-05-18 22:46:06下载
- 积分: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
-
vector_control_vf_good_
说明: 异步电机矢量控制控制的matlab实现,系统采用3个pi调节器(Vector control of induction motor control to achieve matlab)
- 2011-03-30 09:33:01下载
- 积分:1
-
GPS-MATLAB
用matlab仿真GPS卫星,3维动画,非常不错的,
含有GUI功能。(Matlab simulation using GPS satellites, 3D animation, very good, with GUI functionality.)
- 2011-05-10 18:00:05下载
- 积分:1