-
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
-
409417080235
1.熟悉matlab基础操作。
2.能够用Lagrange插值, Newton插值法对函数表进行一次、二次、三次插值,体会各种插值方法不同的特点。
(A. Familiar with matlab underlying operating. Two. With Lagrange interpolation, Newton interpolation function table once, quadratic, cubic interpolation, and appreciate the different characteristics of the various interpolation methods.)
- 2012-06-11 10:36:44下载
- 积分:1
-
voiceRecognitionSX
这是一个基于DTW的语音识别算法,由matlab实现,相信对大家有帮助。(This is a DTW-based speech recognition algorithm by matlab to achieve, I believe that everyone has to help.)
- 2013-11-18 16:14:02下载
- 积分:1
-
binlessinfo
file dlll very important for the file spike to run under matlab code and visual studio 10.
- 2010-12-14 14:53:48下载
- 积分:1
-
program1
说明: matlab中对于语音编码的叙述和代码演示(matlab for speech coding in the description and code demo)
- 2008-10-19 15:39:59下载
- 积分:1
-
iu6djgtjer5y
X射线头影图象的自适应卡尔曼滤波方法研究_徐常胜.zip(Cephalometric X-ray image of the adaptive Kalman filtering method _ Xu Changsheng. Zip)
- 2013-08-08 20:13:57下载
- 积分:1
-
VC-Digital
一本关于VC和VB数值计算的书,里面有个库,包括了很多的数值计算函数,不用matlab也可以实现数值计算了(A numerical calculation of VC and VB book, which has a library, including a lot of numerical functions can be achieved without matlab numerical calculation of the)
- 2011-09-27 21:15:12下载
- 积分:1
-
Matrix-Operations
矩阵的运算,在此贡献,希望大家多多指点。(Matrix computation, in this contribution, we hope that a lot of guidance.)
- 2015-03-22 13:57:54下载
- 积分:1
-
massive-mimo
为满足对日益增长的数据传输速率和系统容量
的要求,无线宽带移动通信已由传统的单输入单输
出(single-input single-output,SISO)系统发展到多输
入多输出(multiple-input multiple-output,MIMO)系
统(In MIMO systems, channel state information (CSI) is necessary for coherent detection and channelequalization at the receiver.)
- 2014-09-02 21:19:52下载
- 积分:1
-
C--Turbo--DSP
Turbo 码作为一种性能优越的信道码, 其应用逐步推广到深空通信、卫星通信和移动通信, 并被推荐为第三代移动通信的信道编码方案之一。本设计实现了通用的Turbo 码的编译码(Turbo codes as a superior performance of channel code, its application gradually extended to deep space communications, satellite communications and mobile communications, and was recommended as one of the channel coding scheme third generation mobile communications. The design and implementation of the encoding and decoding of Turbo codes common)
- 2014-11-23 09:00:22下载
- 积分:1