-
1-aplikasi-penjualan
Yeah I actually fixed it by moving a bunch of stuff to onResume(). There are also a number of other bugs I found in this code posted here (which was based on even buggier code) that I will post as soon as I get them all fixed. The first one that comes to mind is that in the try block it needs to check if c is null. Another one is that there is no error handling for a source going down midstream
- 2015-03-27 00:50:12下载
- 积分:1
-
gademo13
运输问题的matlab源码,欢迎大家交流:)(transport issues Matlab source, all are welcome to exchange :))
- 2006-10-28 22:30:52下载
- 积分:1
-
mycluster
均值滤波聚类方法,对语音信号的分割和识别的一种有效方法(Average filtering clustering method, segmentation and recognition of speech signal is an effective method)
- 2015-02-05 15:58:48下载
- 积分:1
-
tx_Segment
LTE标准下,当要进行Turbo编码的数据长度大于6100,先进行分块,分块后再一块一块进行编码(LTE standard, when the Turbo coded data to be longer than the 6100, first block, block encoded and then a piece of)
- 2013-11-20 11:52:39下载
- 积分:1
-
p_judge
判断一组数据服从何种分布:正态分布判,断泊松分布判断,γ分布判断,指数分布判断,rayleigh分布判断(Determine a set of data obey what distribution
)
- 2013-08-25 09:13:28下载
- 积分:1
-
PIDControl
pid控制模型的matlab源程序,极佳的学习资料,适合学习(the material for the pid control study)
- 2013-07-24 21:40:09下载
- 积分:1
-
g
说明: 跳频参数估计论文通过各种时频分析方法进行处理(Hopping parameters estimated paper through a variety of time-frequency analysis method for processing)
- 2012-09-17 13:15:51下载
- 积分:1
-
Sparse-blind-source-
盲源分离程序代码 用于信号处理和模态识别(Blind source separation program code for signal processing and modal identification)
- 2016-07-05 17:06:14下载
- 积分:1
-
2
说明: 此算法为最小二乘参数估计的递推算法。运行后得到辨识参数:a1= -1.4981, a2= 0.7038, b1= 1.0476, b2= 0.4704。(The algorithm for the recursive least squares parameter estimation algorithm. After operation to identify the parameters: a1 =-1.4981, a2 = 0.7038, b1 = 1.0476, b2 = 0.4704.)
- 2009-07-24 11:20:45下载
- 积分: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