-
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
-
MannKendall
Dijkstra最短路算法通用Matlab程序
- 2010-08-20 21:31:35下载
- 积分:1
-
matlab-thin
自己写的matlab写的细化程序,特别针对条形的图形(Matlab write their detailed written procedures, especially for bar graph)
- 2011-11-29 19:24:10下载
- 积分:1
-
Ant-colony-algorithm
蚁群算法,包括基本蚁群算法,排序蚁群算法,最大最小蚁群算法(Ant colony algorithm, including the basic ant colony algorithm, sorting ant algorithm, ant colony algorithm for the maximum and minimum)
- 2011-05-11 16:45:54下载
- 积分:1
-
IBM_ViaVoicePhone的开发手册
说明: ibm的相关开发资料(ibm related development information .......................... clause 8)
- 2006-02-15 01:05:58下载
- 积分:1
-
wave
说明: 计算有义波高的程序 船舶水动力学方面 是比较专业的程序(Significant wave height calculation procedure for ship hydrodynamic aspects of the program more professional)
- 2011-02-25 21:09:52下载
- 积分:1
-
bandreconstructmmse
DCT域分布式视频编码经典MMSE重建C++代码(DCT Distributed video coding tipal MMSE recostruction C++ code)
- 2015-01-05 11:34:37下载
- 积分:1
-
example4_6
:滤波
fs=400 采样频率,必须大于两倍基带信号最高频率
ts=1/fs 采样时间间隔
T=5 时间窗大小
t=0:ts:T (hf1=zeros(1,N)
hf1(f<=B1&f>=-B1)=1
y1=hf1.*fftshift(y)
figure
subplot(211)
plot(f,abs(fftshift(y))/N,f,hf1, r-- )
axis([-fs/2,fs/2,0,1.2])
title( 原信号频谱 )
xlabel( f /Hz )
subplot(212)
plot(f,abs(y1)/N)
title( 低通滤波,截止频率90Hz )
xlabel( f /Hz ))
- 2010-05-25 20:58:05下载
- 积分:1
-
AsyncToolsfortheAsyncMinded
window下 出口同步通信工具,提供c++源码,说明详细(window exporting synchronous communication tools, c++ source code, specify details)
- 2007-05-12 23:28:23下载
- 积分:1
-
LMMATLAB7e
MATLAB初学入门者使用教程,共4部分。第1章概述1.rar第第2章语法.rar第3章SIMULINK.rar第4章建模.rar
(MATLAB beginner beginners tutorial 4. Chapter 1 Overview 1.rar 2 syntax the Rar 3 Chapter SIMULINK.rar of Chapter 4 Modeling. Rar)
- 2012-09-30 11:48:08下载
- 积分:1