-
Mallat算法
说明: 一个关于小波的matlab复合分析算法(MRA),值得一看(one of the Matlab composite wavelet analysis algorithm (MRA), an eye-catcher)
- 2006-01-06 16:25:58下载
- 积分:1
-
200951482GAyh
使用matlab求解一元函数最大值问题的代码(Solving functions of one variable maximum
)
- 2011-07-08 23:48:29下载
- 积分: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
-
dds
dds信号发生器,matlab7.0,dspbuilder7.0(dds signal generator, matlab7.0, dspbuilder7.0)
- 2013-12-17 11:21:34下载
- 积分:1
-
double_pendulum1
只是偶搭建的关于二级倒立摆模糊控制的Matlab模块文件,可以直接用,肯定对研究倒立摆的同仁有帮助(Only occasionally set up on a double inverted pendulum fuzzy control module of the Matlab files, can be directly used, the study affirmed the inverted pendulum has Tongren help)
- 2007-07-29 09:26:06下载
- 积分:1
-
Desktop
lanja lanja.m lanja.m lanja.m v lanja.m
- 2012-04-16 23:34:22下载
- 积分:1
-
goldbach
问题描述:
哥德巴赫猜想:任何大偶数均可表示为2 个素数之和。(Problem Description: Goldbach conjecture: any large even number can be expressed as two Primes.)
- 2008-05-05 22:11:30下载
- 积分:1
-
FourierTransform_fft
关于信号处理中傅立叶变换的MATLAB函数,可以与FFT进行对比,运算速度比较快。(on Signal Processing Fourier transform function MATLAB, compared with the FFT. Operational speed is faster.)
- 2007-03-09 13:21:47下载
- 积分:1
-
example1
人工鱼群算法在优化配置中的应用,可以对参数进行优化选择(AFSA applications optimized configuration, you can choose to optimize the parameters)
- 2015-01-04 15:41:49下载
- 积分:1
-
PSK_encode_decode
本源码通过声音传通数据,将数据调制二进制PSK(即BPSK)信号从喇叭发出来,另外一个接收程序接收到声音后,便可以解码出来,用到的技术有PSK编码、PSK解码、Windows录音,为了防止传输过程中出现的误,本原码采用rss纠错码,使得通讯更加稳定可靠。(The Source by voice through the data, binary modulation PSK (ie, BPSK) signals emitted the speaker, the other receiving program after receiving the sound, you can decode it, the techniques used have PSK encoding, PSK decoding, Windows Recording in order to prevent accidental transmission occurs, the primitive code using rss error correction code, making communications more reliable.)
- 2015-04-03 13:58:41下载
- 积分:1