-
filter
滤波程序算法,MATLAB编写,具有一定的参考价值(Filtering program algorithm, MATLAB writing, has a certain reference value)
- 2010-01-02 19:08:36下载
- 积分: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
-
Alamouti
实现空是分组编码Alamouti,真是一种正交的空时分组码,可实现空间分集增益(Block coding to achieve space is Alamouti, is really an orthogonal space-time block codes, spatial diversity gain can be achieved)
- 2011-09-27 17:20:47下载
- 积分:1
-
mfcc
这是基于matlab的关于Mel频率倒谱系数(MelFrequencyCepstrumCoefficient,MFCC)的代码,对大家理解有一定帮助。(This is based on the matlab Mel Frequency Cepstral Coefficients (MelFrequencyCepstrumCoefficient, MFCC) code for us to understand some help.)
- 2013-11-18 16:34:37下载
- 积分:1
-
FUNCS_1
Generate the list of events to be modified after simulation
- 2011-06-15 22:25:28下载
- 积分:1
-
dftsum_by_anup
Matlab function to implement the DFT equation:
X = DFTsum(x) where x is an N point vector containing the values x(0),..., x (N − 1) and X is the corresponding DFT.
- 2015-01-11 02:10:03下载
- 积分:1
-
Matlab-senior-notes(5)
Matlab高级讲义- SIMULINK仿真基础(Matlab senior notes- SIMULINK based simulation)
- 2011-12-24 21:15:08下载
- 积分:1
-
pid_simulation
A program implementing PID controller for vehicle fuel system
- 2010-09-17 17:06:17下载
- 积分:1
-
retmp
利用户相关进行图像配准,精度高,希望对读者有所帮助。(image registration with cross corr)
- 2009-04-28 10:29:29下载
- 积分:1
-
public
Base64编码说明 Base64编码要求把3个8位字节(3*8=24)转化为4个6位的字节(4*6=24),之后在6位的前面补两个0,形成8位一个字节的形式。 如果剩下的字符不...(Base64-encoded instructions require the Base64 encoding three 8-bit bytes (3* 8 = 24) was converted to 4 6 bytes (4* 6 = 24), then in front of the two s complement 6 0, 8 is formed bits in a byte form. If the rest of the characters do not ...)
- 2015-03-18 17:44:08下载
- 积分:1