-
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
-
PI_dq
实现求模PI控制以及dq变换,对于学习这方面的同学很有用(PI dqtransformationg in matlab very useful)
- 2012-10-15 22:12:02下载
- 积分:1
-
tongxinwangsuanfa
爱尔兰B、爱尔兰C、D算法、F算法 仿真程序(ElangB、ElangC、D、F algorithm Simulation)
- 2015-04-14 20:19:32下载
- 积分:1
-
FFTmatlab
基于FFT的图像拼接程序,matlab实现的(Based on the FFT of the image mosaic program, matlab achieved)
- 2008-04-24 22:42:23下载
- 积分:1
-
DWT
压缩感知代码!小波分析理论与MATLAB(Compressed sensing code! Wavelet analysis theory and MATLAB)
- 2011-01-16 21:05:37下载
- 积分:1
-
ART
this is simple sample of ART neural network:
main file: ART.m
- 2011-01-24 00:59:51下载
- 积分:1
-
Fadingchannel
说明: 简单混合衰落信道
This mfile inputs an unmodulated sinewave through a simple Rayleigh two path fading channel and shows the output with phase, gain, and attenuation characteristics via animation.
(simple mixed fading channel This mfile inputs an unmodulated sinewave through a simple two path Rayleigh fading channel and shows the output with phase, gain, and attenuation characteristics via animation.)
- 2006-03-31 09:01:54下载
- 积分:1
-
beam-forming-
是波束形成的系统图,是整个波束形成的系统,方便大家做波束形成的图。(Is a system diagram of the beam-forming, and the whole beam forming system, facilitate beamforming FIG.)
- 2012-11-13 18:08:11下载
- 积分:1
-
Fouriertransform
1995chun-ching shih的分数傅立叶变换文章.(1995chun-ching shih article of the fractional Fourier transform.)
- 2007-10-22 15:32:47下载
- 积分:1
-
brushlet
brushlet程序,包括分解,重构,显示系数等(brushlet.zip)
- 2010-09-14 13:32:15下载
- 积分:1