-
moderncommunicationsystemMATLAB
本程序师描述blast检测的仿真程序,描述了该码的各种性能,并对仿真结果进行了分析(The programmer describes blast testing simulation program, describes the various properties of the code, and simulation results are analyzed)
- 2010-08-30 09:30:15下载
- 积分:1
-
REDA-Matlab
有关于雷达信号的仿真和各种噪声的仿真以及信号的处理(There are on the radar signal simulation and various noise simulation, and signal processing)
- 2013-07-25 21:46:48下载
- 积分:1
-
完整的蚁群算法用MATLAB求解76城市TSPMATLAB环境源码
matlab程序运行时导入数据文件作为输入参数,对于初学matlab的同学会有帮助,使用matlab实现智能预测控制算法,PLS部分最小二乘工具箱,各种kalman滤波器的设计,isodata 迭代自组织的数据分析。
- 2022-08-15 07:43:22下载
- 积分:1
-
an example of matlab simulink wind turbine
an example of matlab simulink wind turbine
- 2022-10-20 23:20:04下载
- 积分:1
-
利用JPDA算法进行多目标数据关联仿真 main_JPDA
利用JPDA算法进行多目标数据关联仿真,实现多目标连续跟踪(Using the JPDA algorithm to carry out multi objective data association simulation)
- 2020-07-08 15:38:56下载
- 积分:1
-
evolutionarystrategy
optimization a function based on evolutionary strategy
- 2010-05-04 04:42:28下载
- 积分:1
-
FaultDiagnosis_Fangzhen
仿真信号,及其对其进行故障诊断的方法程序,可用于实际信号的分析(Simulated signals, and its method of fault diagnosis procedures can be used for the actual analysis of the signal)
- 2013-07-17 15:24:54下载
- 积分:1
-
copula_example_code
一个动态copula的例子,利用patton2004,2006a,2006b中的方法(example for dynamic copula)
- 2018-07-21 10:46:52下载
- 积分:1
-
VB_kalman
说明: vb语言实现的卡尔曼滤波源程序 (没有测试,输出部分要配合相应的过程)(vb language Kalman filtering source (no test, the output corresponding to tie part of the process))
- 2006-05-03 23:40:52下载
- 积分: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