-
channel_modulationANDdetect
channel modulation and detection
- 2010-11-08 06:21:53下载
- 积分:1
-
matlab100examples
matlab的100个小应用程序,对初学者比较有用。(100 small matlab application, useful for beginners.)
- 2010-10-23 00:43:57下载
- 积分:1
-
ISFLA_R
说明: 一种改进的蛙跳算法,语言为matlab真实有效(Watti algorithm implemented by modular programming, the language is CPP real and effective)
- 2019-04-29 15:30:31下载
- 积分:1
-
gc
说明: Code to use image segmentation via Graph cut
- 2010-07-27 20:58:46下载
- 积分:1
-
mediancut
Color Quantization Techniques
- 2011-04-24 04:25:49下载
- 积分:1
-
IIR_rls
RLS algorithm using IIR
- 2011-08-06 19:46:36下载
- 积分:1
-
Luo_Rudy_1991
A model expliciting the ventricular cardiac action potential. Depolarization,reporalization and their interaction
- 2014-12-19 19:07:21下载
- 积分:1
-
MATLAB-source-code-
本代码是赵书兰老师的《MATLAB编程与最优化设计应用》这本书的程序源代码(This code is Zhao Shulan teacher "MATLAB programming and optimization design applications," this book source code)
- 2014-05-22 15:10:13下载
- 积分:1
-
matlab_baodian
这是MATLAB宝典的源码,里面包含各个章节的源码,请参考!(This is the MATLAB source code, please refer to!)
- 2010-10-30 10:51:56下载
- 积分: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