-
IMM-Target-tracking
目标跟踪算法,运用交互多模型算法的卡尔曼滤波器。有文档,有程序,适用于初学者(Target tracking algorithm, using interactive multiple model Kalman filter algorithm)
- 2015-04-16 17:19:01下载
- 积分:1
-
Asn1Dll_Open
提供了通用的asn1编解码动态库,实现BER和PER方式的asn1编解码。并提供使用实例和说明。(provides a common asn1 DLL codecs achieve BER and PER approach asn1 codecs. And to provide the use of examples and illustrations.)
- 2007-05-28 16:39:51下载
- 积分:1
-
satellite
这是卫星通信方向图测量软件
采用了VB编程,整个源代码通用
方便使用(This is a satellite communication pattern measurement software using VB programming, the entire source code to facilitate the use of generic)
- 2008-08-13 10:57:15下载
- 积分:1
-
vcmatlab
VC与matlab混合编程。详细介绍了几种混合编程的方法,实用易懂。(VC mixed with matlab programming. Details of several hybrid programming approach, practical and easy to understand.)
- 2011-08-21 09:28:39下载
- 积分:1
-
radar_trans_of_airplane
pdf文档,机载雷达坐标系变换相关内容,介绍了机载雷达坐标系下的探测目标位置表达方式(pdf document,introduce the coordinates translates method of the airplane between the target)
- 2015-02-10 22:20:21下载
- 积分:1
-
PQ-daima
包含一份程序代码、一幅运行结果图和一篇说明文档。用于电力系统稳态分析的程序,是PQ法潮流计算的典型应用,针对四机十一节点的电力系统,经仿真测试通过,有较强的参考价值。
(It contains a copy of the program code, the results of a run and a diagram documentation. A program for steady-state analysis of the power system, a typical application PQ load flow calculation method for the four planes eleven nodes power system, the simulation test is passed, there is a strong reference value.)
- 2016-11-02 20:47:37下载
- 积分:1
-
boostspi
boos pi controller close loop
- 2013-10-18 19:00:52下载
- 积分:1
-
fastica1
很清晰的fastica算法,主要是有关主元分析的程序,很好的,自己编的,有不会的 可以咨询(it s a progress which is fastica)
- 2013-09-13 23:41:08下载
- 积分:1
-
face-recognition-matlab-program
人脸识别MATLAB程序,识别准确率达到88 。。(Recognition program, face recognition revision, the recognition rate of 88 .)
- 2014-09-11 11:20:57下载
- 积分:1
-
Laba_0
#include "comparer.h"
#include <iostream>
using namespace std
int Comparer::compareByName(Student& s1,Student& s2)
{
return strcmp(s1.m_szName,s2.m_szName)
}
int Comparer::compareBySurname(Student& s1,Student& s2)
{
return strcmp(s1.m_szSurname,s2.m_szSurname)
}
int Comparer::compareByGroup(Student& s1,Student& s2)
{
- 2010-01-21 00:05:09下载
- 积分:1