-
industrial-strength
eBook - Industrial Strength C++ - Visual C++ guide
- 2014-02-02 13:03:09下载
- 积分:1
-
HaarWavelet
haar小波分析的类,只有头文件,输入为一个序列的信号,输出为haar小波分解后的各级参数(haar wavelet class)
- 2013-12-11 09:41:20下载
- 积分:1
-
Mpanngjialaiia
混沌映射庞加莱界面Matlab程序源码码,程序源码虽小,短小精悍
(Chaos mapping Poincare interface the Matlab program source code, the program source code is small, dapper)
- 2012-08-23 20:49:08下载
- 积分:1
-
cPPmatlab
在vc中实现matlab gui引擎的调用,实现绘图功能(Matlab gui engine call the drawing function in vc)
- 2012-06-12 16:40:27下载
- 积分:1
-
DTproTest
DTproTest滴水动态变形-飘功能例子.rar(DTproTest example DTproTest example)
- 2015-02-02 01:49:55下载
- 积分:1
-
psfdi
EMD工具包 HT,HHT变换最新的工具(EMD kit HT, HHT transform the latest tools)
- 2009-11-25 10:59:03下载
- 积分:1
-
fun
matlab/simulinkSfunctionC文件例子源码matlab/simulinkSfunctionC文件例子源码dfdfwere(dsfsds)
- 2009-07-09 22:37:35下载
- 积分:1
-
aDBTT2_20paarr
该软件源码包是阵列信号处理开发包,在matlab软件源码中是没有有自带的,该软件源码包主要用于雷达信号处理,无线通信信号处理等领域
(Source package of the software development kit array signal processing matlab software source code that comes with the software source code packages for radar signal processing, wireless communications, signal processing and other fields)
- 2012-09-10 00:34:21下载
- 积分:1
-
K2
说明: 基于KALMAN滤波的MEMS陀螺仪滤波算法,陀螺仪滤波算法matlab实现(Based on KALMAN filter MEMS gyroscope filter algorithm, gyroscope filter algorithm matlab realize)
- 2017-04-24 15:58:09下载
- 积分: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