-
partial-band-jamming
this program will help you to simulate partial band jamming on frequency hopping systems using the algorithms of spread spectrum book of ziemer
- 2013-08-11 23:31:23下载
- 积分:1
-
matpower4.0b4
this file is matpower software that is a power engineering software.
- 2012-07-03 00:27:53下载
- 积分:1
-
AdaBoost
ada boost分类器的matlab实现函数,有详细的注释(ada boost classifier matlab realize the function, detailed notes)
- 2013-04-05 20:48:28下载
- 积分:1
-
diff_ODE
matlab环境下,多个计算微积分和微分方程的程序(matlab environment program, multiple computing calculus and differential equations)
- 2014-01-05 23:12:30下载
- 积分:1
-
EOPP
EOPP方法用于产生一种相位板,为0或PI周期变化的相位板(EOPP method is used to generate a phase plate ,the phase vary )
- 2015-05-18 17:39:34下载
- 积分:1
-
NeuralNetworkToolbox
最经典的人工神经网络教程,内容详细,适用于广大战友(Classic artificial neural network tutorial, detailed and apply to the majority of his comrades)
- 2009-05-14 03:28:34下载
- 积分:1
-
filter
matlab image denoising with wavelet transform
- 2009-06-16 16:18:12下载
- 积分:1
-
dikin
We construct a generalization of affine-scaling vector fields for matrix linear programming problems. We discuss various properties of these vector fields and suggest a generalization of Dikin s algorithm.
- 2011-11-05 07:51:15下载
- 积分:1
-
convexhull
C++ Implementation of the convex-hull algorithm for a list of 2D points. Based on the quick-hull algorithm.
- 2016-06-15 13:11:52下载
- 积分: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