-
matlab-serialization-master
Matlab object serialization functions built with undocumented mex functions
`mxSerialize` and `mxDeserialize`. The function can convert any ordinary matlab
variable into uint8 array. These functions are unsupported and may change at
any time without notice in the future Matlab release.
- 2013-09-28 06:41:22下载
- 积分: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
-
LHM-c-code-plot-use-matlab
c code for LHMs and using the matlab to plot the field
- 2010-11-02 21:59:32下载
- 积分:1
-
ARMA-with-NExT
先用NEXT对进行出来了,消除噪声的影响,然后再用ARMA进行处理。(NEXT carried out on first use, and eliminate the noise, and then use the ARMA processing.)
- 2011-09-17 10:54:16下载
- 积分:1
-
Huffman
用赫夫曼树进行编码和解码的相关操作,支持字符串的加密和解密(the procedure was wrote for huffman code ,which can be uesd to encode sting)
- 2014-11-25 15:25:38下载
- 积分:1
-
sine
产生双声道音频信号!(Have a dual-channel audio signal!)
- 2007-10-29 12:01:01下载
- 积分:1
-
MATLAB.zip
关于MATLAB方面的教程主要是关于如何应用等基本操作(About MATLAB aspects tutorial is about how to apply the basic operations)
- 2015-04-16 08:37:49下载
- 积分:1
-
STLTestApp
This application tests STL Library.
- 2014-09-03 17:07:26下载
- 积分:1
-
GLMetaseq.c
让ARToolKit支持MQO模型所需的所有函数实现代码,均在对应的GLMetaseq.c中。(Let ARToolKit supports all the functions needed to MQO model codes, both in the corresponding GLMetaseq.c.)
- 2014-02-09 23:12:05下载
- 积分:1
-
tm
说明: protocol implementation for viewing TELEMECHANIC DATA
- 2015-01-16 03:49:18下载
- 积分:1