-
read_txt_1
过于滤波,采用卡尔曼滤波有关的方法。比较简单。打开文件,希望有用(kalman filter)
- 2011-12-09 21:20:28下载
- 积分:1
-
MyFftTest
实现快速傅里叶变换的控制台程序,对用户输入的数组做变换。(Fast Fourier transform console program, to an array of user input to make change.)
- 2015-02-07 11:19:03下载
- 积分:1
-
eMule0.47b-Sources
鼎鼎大名eMule(电骡) V0.47b 源码下载
(famous eMule (electricity mule) V0.47b download FOSS)
- 2006-10-08 07:07:49下载
- 积分:1
-
satelite
通过卫星的测量方程和状态方程来求解卫星的姿态。包括四元数,角度,角速度等等。(By satellite measurements to solve equations and state equations of satellite attitude. Including the quaternion, angle, angular velocity and so on.)
- 2009-11-09 10:13:00下载
- 积分:1
-
s2source
Hello my name is Kev i Coding in the PUFF
- 2014-09-04 14:40:35下载
- 积分:1
-
LRS
进行时域分析的好程序,刚和师兄编的,仅供参考(Good time domain analysis procedures, and senior compiled just for reference only)
- 2011-10-04 09:54:20下载
- 积分:1
-
444
采用动态规划方法实现的目标分配,后面有MATLAB代码(Solving Weapon Target Assignment
Problem with Dynamic Programming)
- 2010-11-05 23:36:00下载
- 积分:1
-
CLASSLIBRARY
This file contains a summary of what you will find in each of the files that
make up your tree application.
- 2009-12-15 17:22:02下载
- 积分:1
-
MATLAB7_0-teach
MATLAB (matrix laboratory) is a numerical computing environment and fourth-generation programming language. Developed by MathWorks, MATLAB allows matrix manipulations, plotting of functions and data, implementation of algorithms, creation of user interfaces, and interfacing with programs written in other languages, including C, C++, Java, and Fortran.(MATLAB是MATrix LABoratory的缩写,是一款由美国MathWorks公司出品的商业数学软件。MATLAB是一种用于算法开发、数据可视化、数据分析以及数值计算的高级技术计算语言和交互式环境。除了矩阵运算、绘制函数/数据图像等常用功能外,MATLAB还可以用来创建用户界面及与调用其它语言(包括C,C++和FORTRAN)编写的程序。)
- 2011-04-26 12:41:40下载
- 积分:1
-
Archive
4) 创建一个名为Complex的类,进行复数的算术运算。复数的形式为:
realpart+imaginarypart*i
用浮点变量表示类的private数据。提供构造函数,能够对所声明的该类对象进行初始化。在不提供初始化值的情况下,该构造函数应包含默认值。针对以下功能,分别提供一个public成员函数。
(1)两个复数相加;
(2)两个复数相减
(3)用(a, b)的形式打印复数,其中a为实部,b为虚部。
(4) Create a class called Complex, and perform complex arithmetic operations. Plural form: realpart+imaginarypart* i said private data class with floating point variables. Provide a constructor, the object can be declared for the class is initialized. In the case do not provide initialization values, the constructor should contain default values. For the following functions, which provide a public member function. (A) two complex numbers (2) the subtraction of two complex (3) (a, b) in the form of plural printing, where a is the real part, b is the imaginary part.)
- 2013-12-18 15:14:46下载
- 积分:1