-
chs
presentation on controlling electronic devices using webcam
- 2010-02-20 22:16:22下载
- 积分:1
-
ICPmanu2
ICP shape detection algorithm for 2 mesh
- 2013-04-10 23:04:16下载
- 积分:1
-
Plane_Azimuth_Fre
基于面阵的信号方位角与频率的联合估计,采用MUSIC算法(Based on the planar array of signal azimuth and frequency of joint estimation using MUSIC algorithm)
- 2008-04-15 09:27:44下载
- 积分:1
-
MATLABCodesforDimensionalityReduction
维数约减matlab工具箱,包括LLE,ISOMAP,NPE等,具有较好的效果(Dimensionality reduction matlab toolbox, including LLE, ISOMAP, NPE, etc., with good results)
- 2010-11-13 19:54:11下载
- 积分:1
-
signalOK
构造模拟信号进行ICA独立分量盲源分离程序,值得参考和下载哦,可直接运行(Constructed analog signal the ICA independent component blind source separation program, worth considering and download Oh, and can be run directly)
- 2013-01-15 11:38:30下载
- 积分:1
-
Tutorial_PCA_code.tar
tutorial for PCA with code matlab
- 2013-12-21 14:58:03下载
- 积分:1
-
acceleration(time)
matlab 2013版,半车模型主被动悬架的车身垂直加速度时域对比图形。(matlab body vertical acceleration time domain graph)
- 2017-02-23 16:58:20下载
- 积分:1
-
NH4_load_Cal
说明: 二维插值计算钻井平台载荷,具有GUI操作界面(Load of two-dimensional interpolation drilling platform)
- 2011-03-18 16:18:51下载
- 积分:1
-
STRAIGHT
近几年来,在自然语言处理、信号处理、随机过程处理等方法的推动下,语音分析与合成技术获得了很大的发展,突破了传统的单纯语音计算算法的研究。情感语音分析与合成的研究,适应了语音技术的未来发展趋势,由于它能够很好的将语音的口语分析、情感分析与计算机技术有机的融合,为实现以人为本,具有个性化特征的语音合成系统,奠定基础。(STRAIGHT[1] is a high-quality speech analysis, modification and synthesis system based on a simple channel
VOCODER concept (in other words a source filter model).)
- 2012-03-25 17:03:40下载
- 积分: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