-
HaarWavelet
haar小波分析的类,只有头文件,输入为一个序列的信号,输出为haar小波分解后的各级参数(haar wavelet class)
- 2013-12-11 09:41:20下载
- 积分:1
-
matlab
matlab 教程(matlab tutorial)
- 2010-05-06 22:55:51下载
- 积分:1
-
CPP_
c++必备:c++ primer、clean code、effective c++(c++ primer、clean code、effective c++)
- 2015-02-04 15:22:17下载
- 积分:1
-
bypass-UAC-souce-code
本代码可以实现绕过win7UAC(用户账户控制),可以很好的实现(This code can realize to bypass win7UAC, (User Account Control), can achieve a good)
- 2013-04-19 11:37:28下载
- 积分:1
-
MatlabSimulink_and_vc
matlab与VC很不错的。肯定不少人需要吧。(matlab with the VC is very good. Certainly a lot of people need it.)
- 2007-11-21 21:04:44下载
- 积分:1
-
HG
说明: 把2D图形变为3D图像的软件。先用该软件将2D图像转为数据,再用我上传的将2D转为3D的MATLAB软件绘图即可。(2D into 3D software)
- 2009-07-20 21:33:18下载
- 积分:1
-
MedianFilter
快速中值滤波,在大数据量的情况下速度很快,论文“Median Filter in Constant Time”的C语言实现(C souce code for "Median Filter in Constant Time")
- 2014-01-14 10:25:05下载
- 积分: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
-
simulink
实现了曲线拟合,关于客车燃油经济性的曲线(vc++ achieve numerical simulation with the approximation method of calculating least-squares curve fitting )
- 2010-09-09 22:14:44下载
- 积分:1
-
timeclient_src
The time is calculated and converted to 64-bit in the first and second lines and then converted to local time zone before being converted to a SYSTEMTIME structure. Last of all the system time is set.
- 2007-10-16 09:36:28下载
- 积分:1