-
RScode
RS编码的例子,可以参考这个学RS编码,可以参考通信原理的书籍来对照来学!(This is a example about RS coding ,and you can learn RS by that.)
- 2010-08-01 20:59:56下载
- 积分: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
-
Lagrange-polynomial-approximati
本学期研一课程开设了数值方法,由于数值计算是MATLAB一项重要功能,所以结合MATLAB学习数值方法也许是条捷径!为了让大家更好的理解课程内容,更熟练第运用matlab解决数值计算问题,我根据上节课的内容,编写了《拉格朗日多项式逼近》与《牛顿多项式逼近》程序,以抛砖引玉,和大家共同提高!(其中部分程序参考数值方法(MATLAB版)一书)
附件里有m文件和详细的使用方法!
希望让大家受益!(Lagrange polynomial approximation)
- 2012-03-28 21:36:28下载
- 积分:1
-
294976fcm
this is also fuzzy c means clustering for segmentation
- 2013-09-19 17:48:38下载
- 积分:1
-
LS Least Square,最小二乘法
LS(Least Square,最小二乘法)算法是信道估计算法中最基本的算法之一。在MIMO-OFDM系统中,经常选择LS算法或其改进算法对信道进行估计。利用LS算法设计信道估计器,算法结构简单易于实现,且估计器不需要知道信道中各个收发天线对之间的自相关矩阵和噪声。(LS (further Square, Least Square) algorithm is one of the most basic algorithm of channel estimation algorithm. In MIMO- OFDM systems, often choose LS algorithm and its improved algorithm for channel estimation. Use of channel estimator and the LS algorithm design algorithm structure simple and easy to implement, and the estimator does not need to know in the channel between the sending and receiving antenna for autocorrelation matrix and noise.
)
- 2020-06-28 13:00:02下载
- 积分:1
-
waveanylis
用maltlab编程实现了平移不变量去噪的快速算法,结合例子验证该方法的去噪性能。(Programming with maltlab realize the translation invariant denoising fast algorithm, combined with examples of validation of the method of de-noising performance.)
- 2007-08-04 17:20:54下载
- 积分:1
-
whitenv
可以实现对数据的宝华和姜维处理,是很多忙信号处理算法之前十分必须的(it is very impontant to do BSS)
- 2010-05-13 19:03:17下载
- 积分:1
-
Kalman
Kalman 滤波 和曲线拟合 之间的对比试验(Kalman filtering and comparison test between the curve fitting)
- 2013-12-25 11:32:05下载
- 积分:1
-
SSUM
说明: 非常好的数字处理教程,可以从中学到如利用matlab产生各种音频(Very good tutorial digital processing, can learn, such as the use of matlab have a variety of audio)
- 2008-12-03 05:52:42下载
- 积分:1
-
Puma-3D-linksdata-extract-in-same-folder-as-Puma3
PUMA 3D Links Data
Extract in the Same Folder as PUMA 3D
- 2014-12-12 03:50:45下载
- 积分:1