-
Kalman-filtering
kalman滤波方面的书籍,是一本经典的书籍。详细讲述了各种方法及组合滤波方法(kalman filter books, is a classic book. Detail the various methods and composition of the filter)
- 2010-12-23 19:47:24下载
- 积分:1
-
matlab-utility-functions-summary
MATLAB工具函数汇总。对参加数学建模用MATLAB写程序很有帮助(matlab utility functions summary。)
- 2014-09-11 11:45:50下载
- 积分:1
-
LiteMapper_5600
一种激光雷达扫描系统的相关参数,对于了解用该系统获取的lidar数据很有帮助(A laser radar scanning system parameters, the system used for the understanding of the lidar data to obtain useful)
- 2011-01-10 16:35:47下载
- 积分:1
-
MAtlab
《电力电子应用技术的MAtlab仿真》一书影印版。(Power electronics simulation base on MAtlab)
- 2013-11-10 15:19:18下载
- 积分:1
-
Matlab-runcode
A new method for analysing nonlinear and non-stationary data has been developed.
The key part of the method is the `empirical mode decomposition method
with which any complicated data set can be decomposed into a nite and often
small number of `intrinsic mode functions that admit well-behaved Hilbert transforms.
This decomposition method is adaptive, and, therefore, highly ecient.
- 2014-11-29 22:18:46下载
- 积分:1
-
Projects
Linear selection algorithm, similar to sequencing, the analysis algorithm to learn to be aware of
- 2014-10-02 13:51:07下载
- 积分:1
-
openfile1
一个用于实测信号处理处理与分析的实例,主要有时域分析和频域分析(A processing instance of the processing and analysis for the measured signal mainly sometimes domain analysis and frequency domain analysis)
- 2013-03-21 12:22:01下载
- 积分:1
-
6_1
1. 定义一个抽象学生类CStudent,它具有公有成员函数Average(),该函数用于计算学生的平均分,函数为虚函数;定义一个文科学生类CStudentLiberalArts,它是类CStudent的派生类,并以公有方式派生,它具有的成员有:
1) 保存英语、政治、数学、地理和历史、美术成绩的整形成员变量;
2) 设置上述变量的公有成员函数;
3) 输出上述变量的公有成员函数;
4) 公有的成员函数Average()用于计算学生的平均分;
定义一个理科学生类CStudentScience,它是类CStudent的派生类,并以公有方式派生,它具有的成员为:
1) 保存英语、物理、数学、化学和计算机、程序设计成绩的整形成员变量;
2) 设置上述变量的公有成员函数;
3) 输出上述变量的公有成员函数;
4) 公有的成员函数Average()用于计算学生的平均分;
编写主函数,并测试以下内容:
1) 定义一个CStudent的指针数组pStu,数组长度为4;
2) 动态创建2个文科学生的对象,地址存于pStu数组的0-1个元素内;
3) 动态创建2个理科学生的对象,地址存于pStu数组的2-3个元素内;
4) 利用while循环调用数组里每个元素的计算平均成绩操作;
释放动态分配的空间,确保必要的析构函数能被调用。
(1 define an abstract class student CStudent, it has a public member function Average (), this function is used to calculate the student s average points function as virtual function definition of a liberal arts student class CStudentLiberalArts, it is the class CStudent derived class, and public be derived, which has members are:
1) Save English, shaping member variables politics, mathematics, geography and history, art achievements
2) Set the above variables public member function
3) public member function of the output of the variable
4) public member function Average () is used to calculate the average student s points
The definition of a science student class CStudentScience, it is the class CStudent derived class, and public manner derived, which has members as follows:
1) Save English, physics, mathematics, chemistry and computer programming achievement shaping member variables
2) Set the above variables public member function
3) public member function of t)
- 2014-10-20 15:29:16下载
- 积分:1
-
TP1_CHEN
建立关于分数的类,并进行加减乘除等相关运算的C++代码
(Establishment of the scores of the class, and other related operations of addition, subtraction C++ code)
- 2015-02-28 01:43:45下载
- 积分:1
-
weixingdingwei
作者在学习《航天系统》时,在c++6.0环境中实现的卫星定位的算法程序。包括通过轨道根数求卫星状态参数的算法和通过卫星状态参数反求卫星星历的算法。(Author of the study "space system" is in c++6.0 environment to achieve the satellite positioning algorithm. Including through the orbital parameters of the algorithm for the satellite status and Reverse status parameters via satellite satellite ephemeris algorithms.)
- 2013-09-25 19:42:10下载
- 积分:1