-
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
-
ControlSys
用vc调用matlab7.0写的小程序,可以实现简单的控制系统仿真演示(with vc call matlab7.0 write small programs, can achieve a simple control system simulation demo)
- 2005-07-26 17:46:32下载
- 积分:1
-
VBdiaoyongMATLAB
说明: VB调用MATLAB
使用VB来调用matlab里的函数,可以综合matlab的强大功能使vb开发的程序效率更高。(MATLAB using VB to call matlab in VB to call the function, can be integrated so that the power of matlab programs vb efficient.)
- 2009-08-02 17:12:37下载
- 积分:1
-
shuangcanshushuangmenxianjiance
双参数的双门限语音端点检测程序MATLAB代码 可直接运行(Two parameters of the double threshold endpoint detection procedures MATLAB code can be directly run)
- 2015-03-30 14:39:04下载
- 积分:1
-
ModelingSimu
IT++软件学习资料,IT++拥有强大的C++库,综合了Matlab的功能和C的速度,适合于信号处理等领域。(IT++ )
- 2010-12-26 16:41:21下载
- 积分:1
-
PSNRSSIM_matlab
matlab计算两幅图片之间的psnr和ssim值,彩色图片,算法是转换为YUV计算的,YCbCr(matlab computing psnr and ssim value between two pictures, color pictures, the algorithm is converted to YUV calculation, YCbCr)
- 2015-08-28 22:21:18下载
- 积分:1
-
10
说明: matlab高效编程程序第十章,可以运行。(Chapter matlab programming procedure efficient, you can run.)
- 2011-04-10 15:32:10下载
- 积分:1
-
sorting
关于相控阵雷达分选的一篇比较好的外文文献(paper on sorting of phased array radar signal )
- 2012-05-10 15:18:11下载
- 积分:1
-
TABLEAU-DE-BORD-V1
Overview: In the application, often the need for custom report format, such as the printing contract, cargo manifests,
- 2015-04-22 23:14:26下载
- 积分:1
-
Vccallmatlabdll
vc调用matlab的例子,亲,使用起来非常方便哦(
vc call matlab example, pro, very convenient oh)
- 2016-06-13 14:49:04下载
- 积分:1