-
cordic
Matlab实现CORDIC(COordinate Rotation DIgital Computer)算法的程序.(The matlab implemention of CORDIC algorithm with code for testing.)
- 2012-07-13 04:41:51下载
- 积分:1
-
WMR
this folder contains a matlab code for wmr coding.
- 2013-08-05 13:33:53下载
- 积分:1
-
sagnac
基于保偏光纤的Sagnac环透射谱仿真程序,可以用于计算自由光谱范围等(Based on the transmission spectrum of polarization-maintaining fiber Sagnac loop simulation program, and can be used to calculate the free spectral range and so on)
- 2021-03-17 10:29:21下载
- 积分:1
-
simulink-vilcle-control
智能车辆的控制技术 这里介绍了智能车辆主动避让和超车等的simulink仿真例子(Intelligent vehicle control technology of intelligent vehicle initiative to avoid overtaking simulink simulation example)
- 2013-04-02 08:17:42下载
- 积分:1
-
lms
最小均方误差(LMS)自适应滤波器的matlab函数 lms.m(matlab function lms.m : LMS adaptive filter)
- 2018-12-30 15:02:05下载
- 积分:1
-
buck_boost
buck-boost升降压电路,输入电压为100v,输出电压为160v,采用PI控制调节系统占空比(boost-buck circuit, the input voltage is 100v, the output voltage of 160v, using PI duty cycle control regulation system)
- 2015-10-30 23:19:21下载
- 积分:1
-
communicationsystem
基于MATLAB的简单通信系统仿真
13折线 PCM编解码 BPSK调制解调 MSK调制解调(MATLAB-based simulation of a simple communication system 13 line PCM codec MSK modulation and demodulation BPSK modulation and demodulation)
- 2010-12-01 23:41:05下载
- 积分:1
-
fft
快速傅里叶变换的matlab实现,用于对信号进行频谱分析(Fast Fourier transform matlab implementation for spectral analysis of signals)
- 2011-11-30 00:40:14下载
- 积分:1
-
NeuralNetwork_RBF
RBF神经网络用于分类与回归,非常实用,强烈建议下载(RBF neural network for classification and regression, very practical, it is strongly recommended to download)
- 2009-09-22 00:22:37下载
- 积分:1
-
HardWork
说明: 上转型对象
1.实验目的
掌握上转型对象的使用。
2. 实验要求
要求有一个abstract类,类名为Employee,Employee的子类有YearWorker、MonthWorker和WeekWorker。YearWorker对象按年领取薪水,MonthWorker按月领取薪水,WeekWorker按周领取薪水。Employee有一个abstract方法:
public abstract earnings()
子类必须重写父类的earnings()方法,给出各自领取薪水的具体方式。
有一个Company类,该类用Employee数组作为成员,Employee数组的单元可以是YearWorker对象、MonthWorker对象或WeekWorker对象的上转型对象。程序能输出Company对象一年需支付的薪水总额。
(The transformation of the object 1. Purpose of the experiment used to grasp the transformation of the object. 2. Experiment requires a abstract class requirements, class named Employee, Employee of the child class has YearWorker, MonthWorker and WeekWorker. YearWorker object to receive annual salary, MonthWorker receive a monthly salary, WeekWorker receive weekly salary. Employee one abstract method: public abstract earnings () sub-class must override the parent class of earnings () method, given their own specific way of receiving pay. A Company class, such as members with an array of Employee, Employee of the array elements can be YearWorker object, MonthWorker object or objects on the transformation of objects WeekWorker. Company object program can output a year' s salary to be paid the total amount.)
- 2010-04-27 18:54:17下载
- 积分:1