-
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
-
huxinxi
好用的互信息程序,可以计算时序信号的互信息以及熵等。可以直接使用(it is used for multil-information,and it can be used directly.)
- 2014-01-14 20:13:32下载
- 积分:1
-
DVB-Tsimulation
in this projeh DVB-T signal can simulate by matlab
- 2013-07-10 23:17:41下载
- 积分:1
-
Riemann_solver
用matlab求解的一维黎曼问题的精确解,有限体积格式(Using matlab dimensional Riemannian problem solving an exact solution, finite volume scheme)
- 2013-10-28 10:21:46下载
- 积分:1
-
turbinsimulink
this file is simulink of disel genrator in matlab
- 2015-01-14 16:14:40下载
- 积分:1
-
RSMlognorm
响应面法计算相关系数情况下结构的可靠度.已知极限状态方程,变量服从对数正态分布,变量均值和标准差已知,且知道变量的相关系数。(Response surface methodology to calculate the correlation coefficient of reliability under the circumstances structures known to limit state equation, variables lognormal distribution, the mean and the standard deviation is known variables, and that the correlation coefficient variables.)
- 2013-12-30 15:21:54下载
- 积分:1
-
NR1
可以实现直角坐标系下的牛顿拉夫逊算法,适合于潮流计算(Cartesian coordinate system can achieve the Newton Raphson method, suitable for power flow calculation)
- 2010-05-31 15:23:07下载
- 积分:1
-
prog_matlab
完全安LTE协议写的matlab代码,对于学习LTE协议很有帮助
- 2010-01-03 15:51:09下载
- 积分:1
-
2015-04-02-15.35.09
用于计算射线声学声线,来找到所有声线中我想要的声线(to find the best acoustic line all )
- 2015-04-02 15:59:06下载
- 积分:1
-
matlab
matlab 数值优化遗传算法程序,大家都看看嘛。(matlab genetic algorithm numerical optimization procedures, we all look at them.)
- 2009-05-02 15:00:31下载
- 积分:1