-
ekf-and-ukf
本文主要是介绍了EKF与UKF的基本原理及其区别,主要适合讲课和作业运用(This paper introduces the basic principles of its distinction of EKF and UKF for lectures and operating use)
- 2012-09-17 13:59:31下载
- 积分:1
-
MyDEA1.0
做DEA用的,功能很强大,大家可以试试看,真的很好用(DEA do use, very powerful, we can try, really well)
- 2014-02-05 17:32:37下载
- 积分: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
-
emd
这是EMD(Rilling)的改进算法,程序中采用了过筛。(This is the EMD (Rilling) Improved algorithm, used in screening procedures.)
- 2007-11-08 20:47:26下载
- 积分:1
-
m
说明: 基于MATLAB图像处理的应用及参考代码(MATLAB-based image processing applications and reference code)
- 2009-03-22 11:44:26下载
- 积分:1
-
matlaborc++
说明: C++与MATLAB的数字基带传输系统仿真源代码的实现.(C++ With MATLAB digital base-band transmission system simulation source code to achieve.)
- 2008-10-16 11:12:49下载
- 积分:1
-
CashCode.Net.Source
CashCode protocol Visual Studio
- 2014-10-28 07:34:14下载
- 积分:1
-
subspace-matlab
协方差驱动随机子空间法的matlab算法,我下的。(Covariance-driven stochastic subspace method)
- 2013-04-15 20:49:44下载
- 积分:1
-
Folyd
自己写的Floyd,没有理解Folyd的同学可以拿去参考一下啦!!!!(Wrote it myself Floyd, do not understand Folyd students can refer to you instead!!!!)
- 2009-02-21 18:58:35下载
- 积分:1
-
winnow
固定长度winnow译码程序,使用汉明编码进行误码协商,确保通信双方信息一致(Fixed length winnow decoding program that uses Hamming coding error consultations to ensure that information is consistent communicating parties)
- 2016-01-21 18:44:30下载
- 积分:1