-
gls
gsl具有强大的矩阵运算,信号分析功能,使用gsl提供的库文件能加速vc开发复杂的数学运算,摆脱对MATLAB的依赖(gsl own powerful function of matrix operations and signal analysis , use the gsl provided library files,you can speed up the development of complex mathematical operations vc, get rid of dependence on the MATLAB)
- 2010-07-25 20:26:23下载
- 积分:1
-
QSPK
qspk程序,MATLAB仿真程序,一体化程序,请自行分文件。(QSPK program, MATLAB simulation, integration program, please make your own files.)
- 2015-03-16 21:59:33下载
- 积分:1
-
2光伏电源+配网
这是光伏电源并网的配网模型,里面包含boost,mppt,逆变器,10kv配电网(This is the distribution network model of photovoltaic power grid, which contains boost, MPPT, inverter, 10kV distribution network.)
- 2018-03-21 10:12:16下载
- 积分:1
-
code
converted ga matlab code to c++ for solving scheduling problem
- 2014-10-24 16:00:10下载
- 积分:1
-
Biometric-Testing
Biometric Fingerprint, testing application
- 2013-12-11 22:08:35下载
- 积分:1
-
att
奇异吸引子,混沌吸引子,复杂系统理论,画法代码。(Strange attractor, chaotic attractor, complex systems theory, painting code.)
- 2013-12-17 13:00:27下载
- 积分:1
-
matlabABCbianjie
MATLAB在ABC边界上的FDTD程序仿真程序。(MATLAB in the ABC program on the border FDTD simulation program.)
- 2009-04-19 16:24:48下载
- 积分:1
-
HuffmanTree
HUFFMAN TREE的编码源代码 实测可用 适合初学者使用(HUFFMAN TREE actual source code is available for beginners)
- 2013-12-04 16:28:15下载
- 积分:1
-
knn
matlab程序源代码,能够正确实现,最近邻分类(matlab program source code, to be able to correctly implement the nearest neighbor classifier)
- 2013-03-12 20:03:50下载
- 积分: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