-
atmosnonstd
program in matlab code
- 2012-03-29 10:51:20下载
- 积分:1
-
channel_impulse_response
大规模多输入多输出非平稳无线信道冲击响应(Large-scale multi-input multi-output non-stationary wireless channel impulse response)
- 2014-12-09 11:03:47下载
- 积分:1
-
ed_5
energy detection algorithm.
- 2012-01-25 15:29:20下载
- 积分:1
-
frit_toolbox
脊波工具和相关实验以及有关实验数据,对实现脊波应用有着相当重要的源码(Ridgelet tools and related experiments and the experimental data, the application of the realization of ridgelet have very important source)
- 2009-01-08 11:27:34下载
- 积分:1
-
tezheng
这是我自己编写的提取brushlet能量相位特征的程序,然后有结果。(tezheng.zip)
- 2010-09-14 13:38:04下载
- 积分:1
-
spider20060724
机器学习和模式识别工具包spider。内容很丰富。包含svm 决策树(C45,J48)、svm、knn、adaboost、bagging、hmm(隐马尔科夫模型)、随机树(random forest)等(Machine learning and pattern recognition toolkit spider. Very rich in contents. Tree contains svm (C45, J48), svm, knn, adaboost, bagging, hmm (hidden Markov model), random trees (random forest), etc.)
- 2013-11-02 21:13:57下载
- 积分:1
-
LFM_radar
仿真程序模拟产生理想点目标的回波,并采用频域相关方法(以便利用FFT)实现脉冲压缩。(Simulation program simulated the ideal point target echo, and the use of frequency-domain correlation method (to take advantage of FFT) to achieve pulse compression.)
- 2008-04-09 23:39:39下载
- 积分:1
-
lab
matlab基础,关于自相关函数的,并且它很实用,很多教材都用到了(matlab based on the autocorrelation function, and it was practical, many materials are used in the)
- 2011-04-26 09:21:01下载
- 积分:1
-
code
说明: Simulates n random angles from a von Mises distribution, with preferred
direction thetahat and concentration parameter kappa(Simulates n random angles from a von Mises distribution, with preferred
direction thetahat and concentration parameter kappa.)
- 2020-03-26 10:33:15下载
- 积分: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