-
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
-
Matlab
matlab数理统计数据箱 学习matlab很有用(matlab mathematics matlab statistical data useful for me to learn)
- 2008-05-15 21:08:32下载
- 积分:1
-
F16_dyn
F16开环动力学系统模型。输入为油门及三个舵面控制,以及系统低阶、高阶选择器。输出为飞机飞行状态以及油门大小。采用Quaternion四元素法,可以有效避免俯仰角theta达到90°时数学奇异现象。(F16 open-loop dynamic system model. Throttle input and three rudder control, and system low, high selector. Output is the size of aircraft status, and throttle. Quaternion method using the four elements, can effectively avoid the pitch angle theta to 90 °, mathematics strange phenomenon.)
- 2011-09-30 11:04:51下载
- 积分:1
-
00687992LDPC
说明: LDPC的编码和译码程序 采用vc及matlab(LDPC coding and decoding process, and matlab using vc)
- 2011-04-06 10:41:57下载
- 积分:1
-
ChaosAttractors
产生混沌时间序列,Logistic映射Henon映射等。(Chaotic time series, Logistic mapping Henon mapping.)
- 2015-03-18 16:37:09下载
- 积分:1
-
window
matlab hann hamming window FFT DFT DTFT
- 2013-11-21 21:52:01下载
- 积分:1
-
connect_VB_and_MATLAB
vb連結matlab
在vb裡面可以使用加減、或sin波(vb connect matlab)
- 2009-10-28 09:44:07下载
- 积分:1
-
zcgzxl
最长公共子序列的 c代码,可以直接运行获得结果。(C code for the longest common subsequence can be run directly.)
- 2013-12-04 16:13:33下载
- 积分:1
-
hilbert
hilbert变换的程序,输入一个时间序列,既可以得到希尔伯特变换之后的复信号,输出结果是复信号(hilbert transformation)
- 2013-05-15 11:09:02下载
- 积分:1
-
Sistema-de-Ventas---VF
Sistema de Ventas - VF
- 2014-11-25 09:10:08下载
- 积分:1