-
dt_cwt-texture
这是一个图像检索的实现程序,确认运行正确。(This is an image retrieval program to realize,and sure to run correctly)
- 2012-05-03 21:02:26下载
- 积分:1
-
main
蚁群算法解决TSP问题,验证过的,运行乜有问题,希望多多交流!(Ant colony algorithm to solve TSP, verified, run what-have problems, I hope more exchanges!)
- 2014-10-23 09:48:50下载
- 积分:1
-
Desktop
dijkstra最短路径规划设计dijkstra 城市最短路径规划问题的研究基于Matlab的程序代码(dijkstra shortest path planning dijkstra shortest path planning dijkstra shortest path planning)
- 2014-11-04 17:29:47下载
- 积分:1
-
LVQ
LVQ神经网络的分类——乳腺肿瘤诊断,包含源代码和数据(LVQ neural network classification- breast cancer diagnosis, including source code and data)
- 2013-12-08 18:56:26下载
- 积分:1
-
MATLAB__Dijkstra
常用的几个MATLAB算法源码,有Dijkstra、Floyd、Prim、Kruskal等。源码绝对可用。嘿嘿!(Several commonly used MATLAB algorithm source code, there Dijkstra, Floyd, Prim, Kruskal and so on. Source absolutely available. Hey!)
- 2014-12-29 11:09:00下载
- 积分:1
-
Fractal-dimensionmatlab-program
通过分形维数函数,提取数据特征并画出曲线,程序可以直接使用(By fractal dimension function, feature extraction data and draw the curve, the program can be used directly)
- 2015-03-24 15:15:02下载
- 积分:1
-
caft230rp
caft230 for send the quest
- 2015-04-01 06:32:11下载
- 积分:1
-
1
说明: spwvd算法的程序代码,非常实用
在毕设中需要用到跳频信号的应该都能用到该代码(Smooth pseudo Wigner distribution)
- 2018-05-16 14:05:49下载
- 积分:1
-
PSO_DG_Optimization
利用改进的粒子群算法实现了分布式电源的优化配置!有详细的中文注释!(The improved particle swarm optimization algorithm is used to optimize the configuration of distributed power supply. Detailed Chinese notes!)
- 2021-03-30 22:29:10下载
- 积分: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