-
QQ
说明: matlab编程的好工具 toolbar(toolbar welcome)
- 2009-03-15 23:05:10下载
- 积分:1
-
RS232
rs232收发程序matlab (rs232 transceiver procedures matlab)
- 2014-10-23 09:58:45下载
- 积分:1
-
2013matlab
Matlab使用手册, 绝版 教授执笔绝版 教授执笔绝版 教授执笔绝版 教授执笔绝版 教授执笔(good for you)
- 2015-03-27 10:40:22下载
- 积分:1
-
float-digtal
关于数据转换的很好的C语言程序,很好用,很实用(Data conversion on the C language program good, very good, very practical)
- 2011-09-02 21:18:49下载
- 积分:1
-
GetSpeDir
获取windows和system32的默认完整路径,初学者可以学习参考一下(Access to windows and system32 default the full path, beginners can learn to refer to)
- 2007-08-09 13:11:51下载
- 积分:1
-
层次分析法
通过使用matlab,对层次分析法进行求解,从而进一步确定权重,更快的解决问题。(By using matlab, the analytic hierarchy process (AHP) is solved to further determine the weight and solve the problem more quickly.)
- 2019-04-18 08:56:05下载
- 积分:1
-
examples
matlab 与HFSS联合仿真的几个例子。非常好用,,一学就会。(A few of examples of matlab with HFSS simulation. It is very nice, and quick to learn.)
- 2020-11-29 15:49:29下载
- 积分:1
-
sysidjob2
该程序涉及了一阶系统、二阶系统的阶跃响应下的系统辨识方法。(The procedure involves first-order system, second-order system step response of system identification methods.)
- 2012-06-09 17:20:09下载
- 积分:1
-
xinxilun
这是信息论里的知识,有循环编码、香农编码、费诺编码的程序(This is the knowledge in the information theory, a cycle encoding, shannon coding, coding procedure fee)
- 2014-11-20 22:39:24下载
- 积分: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