-
Matlab_VC_hybrid-programe
Matlab与C接口技术(两本pdf书籍,感觉很不错的),希望对大家有帮助(Matlab and C interface technology (two pdf books, I feel very good), we want to help)
- 2011-08-17 14:53:11下载
- 积分:1
-
Vector
上电后,在BRAKE信号无效,且保护逻辑无输出的情况下? 电机按DIRECTION信号的方向转动? 电流传感放大器采样电机电枢电流,经13脚的RC网络转换为电压值,与D/A转换输出的预定阀值相比较。如果当前的电流使转换的电压值小于阀值?(Power after the BRAKE signal is invalid, and the protection logic no circumstances ? electrical output signals according to the direction of rotation DIRECTION ? current sensing amplifiers motor armature current sample by 13 feet of RC network is converted to voltage value, and D/A conversion output compared to the target threshold. If the current of current to voltage conversion value is less than threshold ?)
- 2009-11-06 21:26:43下载
- 积分:1
-
matlab-WORD
说明: 这是一份介绍MATLAB的WORD版教程,里面有具体的实例,对于初学者很有用,欢迎大家下载学习。(This is a description of the WORD version of MATLAB tutorial, there are specific examples useful for beginners, are welcome to download the study.)
- 2011-04-14 23:27:07下载
- 积分:1
-
FilterTitleOverlay
FilterTitleOverlay字幕叠加的filter(FilterTitleOverlay subtitles superimposed filter)
- 2014-01-23 08:03:52下载
- 积分:1
-
BoxDimension_TS
求混沌时间序列的盒子维(box dimension)覆盖法(Seeking chaotic time series box dimensions (box dimension) covering method)
- 2015-03-18 16:33:47下载
- 积分: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
-
knn
matlab程序源代码,能够正确实现,最近邻分类(matlab program source code, to be able to correctly implement the nearest neighbor classifier)
- 2013-03-12 20:03:50下载
- 积分:1
-
qjyz
全局阈值程序,用于matlab中图像分割,能够对比强烈的图片进行较好的分割。(Global threshold program, used in matlab image segmentation, can be used to better segmentation contrast images.
)
- 2013-11-06 09:14:50下载
- 积分:1
-
Calendar-conversion
Calendar conversiono为日历转换代码,可以将阳历转变为阴历,也可将阴历转变为阳历(Calendar conversiono for the calendar conversion code, can be transformed into the lunar solar calendar lunar calendar, also can be converted to the Gregorian calendar
)
- 2015-02-23 18:10:24下载
- 积分:1
-
conjgrad
Numerical analysis did not pretreated Gauss method, the SSOR pre-Gaussian method, the pre-Gaussian polynomial method matlab program: CG
- 2015-02-08 05:32:32下载
- 积分:1