-
31856matlabvc
主要是MATLAB与VC的链接,是从别人哪里弄过来的,和大家一起分享一下!希望对大家可以有用!~~(MATLAB and VC are the main link where other people get from the back, and to share with everyone! Hope everyone can be useful! ~ ~)
- 2009-02-23 13:13:13下载
- 积分:1
-
3dfdtd
fdtd 电磁计算 三维电磁仿真技术 电磁场计算 fdtd 算法(fdtd Em compute em field calculation )
- 2014-02-09 17:16:19下载
- 积分:1
-
CC
说明: 提取超声回波信号中回波时移的互相关计算。(Extraction echo ultrasonic echo signals of time-lapse cross-correlation calculation.)
- 2009-02-17 11:23:34下载
- 积分:1
-
ftwt
matlab可以方便地实现付利叶变换,为了在vc中实现这样的精度,有次程序。(matlab can easily achieve profits Fourier transform, in order to achieve vc such precision, there are times procedures.)
- 2008-01-16 20:26:45下载
- 积分:1
-
matrix_chol
说明: matlab中chol函数的C++实现,即对矩阵进行分解,分解为上三角矩阵(chol matlab in C++, the function)
- 2011-03-14 19:28:50下载
- 积分:1
-
dts_pss_crf
用于蛋白质数据生成分类数据的转换。做PSS(Protein Secondary Structure prediction)的可以参考一下。
(for protein production data disaggregated data conversion. Do PSS (Protein Secondary Structure prediction ) can be examined.)
- 2007-03-04 22:01:32下载
- 积分:1
-
truyen_dan_so_matlab
Simulation Digital communication by using matlab
- 2012-09-03 13:14:51下载
- 积分:1
-
svm
基于支持向量机传感器故障诊断Matlab原程序( Fault Diagnosis Based on the SVM)
- 2021-05-14 15:30:03下载
- 积分:1
-
NtMapViewOfSection
最新的C++写的NtMapViewOfSection注入工具,经过长时间测试完全稳定可靠。值得大家使用。(The latest written in C++, NtMapViewOfSection injection tool, after a long test completely reliable. Worth using.)
- 2021-03-14 22:49:22下载
- 积分: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