-
arithXover
说明: 经典的遗传算法工具箱的算术交叉程序,与大家分享(classic genetic algorithm toolbox arithmetic Cross procedures, and share)
- 2006-04-07 21:23:13下载
- 积分:1
-
A-Dtest
A-D检验 本文是关于A-D检验的MATLAB程序,适用于序言A-D检测的同学,希望参考指正(AD test article is on the AD test MATLAB program, students apply to the preamble to AD detection, correct me want to refer to)
- 2012-06-15 18:32:50下载
- 积分:1
-
BLDC_speed_control
this is a matlab file that contains a simulink simulation of a BLDC motor
- 2014-12-31 22:13:02下载
- 积分:1
-
optimization-methods
本书介绍了非线性最优化问题的基本理论和算法,以及主要算法的matlab程序(This book describes the nonlinear optimization problem of the basic theory and algorithms, as well as the main algorithm matlab program)
- 2013-08-10 08:24:30下载
- 积分:1
-
grid_stability_region
Code for obtaining stability measure of typical system
- 2013-11-09 01:15:10下载
- 积分:1
-
Matlab
麻省理工大学
电气工程与计算机科学系
信号与系统专业关于matlab的应用(Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science, Signals and Systems professional application on matlab)
- 2013-07-14 11:03:18下载
- 积分:1
-
qeqeqe
matlab经典的三十个智能算法代码,你懂得,绝对经典。。。(matlab classic thirty intelligent algorithm code, you know, an absolute classic. . .)
- 2012-10-11 20:01:01下载
- 积分:1
-
two_level_FOC
针对异步电动机转子磁链定向的矢量控制系统,逆变部分采用的三电平拓扑结构,算法是采用的传统的SVPWM调制方法。(For the vector control system of induction motor rotor flux orientation, the three level topology is adopted in the inverter, and the algorithm is the traditional SVPWM modulation method.)
- 2016-12-29 19:46:49下载
- 积分:1
-
Max-fonction
a program for to maximise the fonction f(x,y)=x+y with genetic algorithm
- 2009-04-23 03:35:33下载
- 积分: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