-
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
-
CL
说明: 自己做的几个涉及到测量的子程序,有坐标反算、排序、角度转换、时间处理、四舍六入、三维显示等等(Yourself a few involves measurement subroutine, are calculated by coordinates, sorting, Angle conversion, time processing, and six into four, three dimensional display and so on)
- 2014-12-15 15:06:03下载
- 积分:1
-
SVD(matlab)
一种实现复矩阵的SVD分解的算法,使用Matlab进行仿真,亲测可用。(SVD decomposition algorithm to achieve complex matrix, using Matlab to simulate pro-test is available.)
- 2021-03-20 21:29:18下载
- 积分:1
-
particle
用于粒子滤波的,讲解详细!初学者可以很容易地看懂!(For the particle filter, and explain in detail! Beginners can easily understand!)
- 2009-03-27 20:27:18下载
- 积分:1
-
keti6
关于中性点接地的MATLAB仿真模型的搭建,效果还可以(About neutral grounding of MATLAB simulation model construction, the effect can be)
- 2015-01-05 10:38:56下载
- 积分:1
-
MappedTensor
Manages very large tensors of arbitrary dimensions as mapped files on disk.
(This class transparently maps large tensors of arbitrary dimensions to temporary files on disk. Referencing is identical to a standard matlab tensor, so a MappedTensor can be passed into functions without requiring that the function be written specifically to use MappedTensors. This is opposed to memmapfile objects, which cannot be used in such a way.
MappedTensor also offers support for basic operations such as permute, without requiring space for the tensor to be allocated.
An existing binary file can also be mapped, similarly to memmapfile. However, memmapfile offers more flexibility in terms of file format.
)
- 2010-12-14 15:17:16下载
- 积分:1
-
MATLAB_5
说明: MATLAB程序设计 内容包括:
1 M文件
2 程序控制结构
3 函数文件
4 程序练习
5 程序调试
(MATLAB program design includes: 1 M program structure document 2 document 3 function 4 Exercises 5 program debugging process)
- 2008-12-04 11:03:35下载
- 积分:1
-
matlab_antenna_dipole
this codes about design antenna dipole in MIMO.The implementation is based on the earlier
implementations of WINNER II interim model [
- 2013-12-12 18:10:47下载
- 积分:1
-
mcmcstat
Monte Carlo Markov Chain (MCMC)
- 2014-01-24 22:43:01下载
- 积分:1
-
twolayerperceptrons
two layer perceptrons
- 2010-07-09 13:33:11下载
- 积分:1