-
sgz
具有滑动窗的geoertzel算法函数。提供了一个函数,用于实现滑动窗的geoertzel算法。已调试通过,可直接调用。(A function for slide geoertzel arithmetic which can be applied directly.
)
- 2010-12-02 21:02:30下载
- 积分:1
-
answer
概率论与数理统计 浙江大学 盛骤等主编 第四版参考答案 希望对各位同学的学习有帮助哦(Probability Theory and Mathematical Statistics, Zhejiang University, editor of the fourth edition of Sheng arrest and other reference answer you want to help students learn, oh)
- 2015-04-14 21:55:26下载
- 积分:1
-
three_phase_charge
完成进行三段式充电仿真,模拟电池充电过程,实现充电管理(to carry on charging as to simulate battery to charge)
- 2021-04-12 10:38:57下载
- 积分:1
-
CRCcheck
说明: CRC校验码的MATLAB实现 生成多项式【1 1 0 0 1 1】
结果正确 可以直接使用(CRCcheck.m)
- 2010-04-12 19:37:23下载
- 积分: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
-
UPFC4
dpfc for power quality improvement
- 2014-09-14 00:42:22下载
- 积分:1
-
atividade1
Crossover fron generic algorithm, matlab
- 2013-07-30 23:41:03下载
- 积分:1
-
allsv_pwmnikhil
SVPWM technique converter..all types
- 2011-05-23 17:57:04下载
- 积分:1
-
hopfield-NET
菲尔德网络知识,对神经网络只是大大的补充,该算法应用很广。(Rumsfeld network knowledge, the neural network is greatly supplement, the algorithm is widely used.)
- 2013-11-01 16:41:41下载
- 积分:1
-
hello-mean-shift
说明: 本程序是一个采用均值位移向量的方法进行的运动跟踪算法(This procedure is a displacement vector by the method of the mean motion tracking algorithm)
- 2011-03-02 15:04:37下载
- 积分:1