-
p_classical
经典的功率谱估计,平均周期图法实现,已经加上了详细的注释(Classical power spectrum estimation, the average periodogram implementation, has added a detailed comment)
- 2009-03-19 20:35:52下载
- 积分:1
-
arithematicdecoded
Arithmetic decoding of a file
- 2011-02-04 23:17:00下载
- 积分:1
-
across
遗传算法解决作业车间调度问题,这一M文件为遗传算子的交叉操作(Genetic algorithms to solve the job shop scheduling problem, the M-file for the genetic operators crossover operation)
- 2015-04-15 15:14:06下载
- 积分:1
-
imageprocessingmatlab
全面系统地总结了matlab中用于图像图形处理的命令(comprehensively and systematically summed up the images used Matlab graphics processing orders)
- 2007-03-20 21:22:02下载
- 积分:1
-
层次分析法
说明: 通过使用matlab,对层次分析法进行求解,从而进一步确定权重,更快的解决问题。(By using matlab, the analytic hierarchy process (AHP) is solved to further determine the weight and solve the problem more quickly.)
- 2019-04-18 08:56:05下载
- 积分:1
-
BasicTutorialFlute
教你怎样吹笛子:详细介绍了竹笛的基本吹奏法和详细技巧,内有五十首练习曲,李小逸编著
(Teach you how to play the flute: flute introduces the basic skills of playing methods and detailed, the Fifty Etudes, Li Xiaoyi ed)
- 2010-09-29 19:58:39下载
- 积分:1
-
emd
matlab中的emd分解实例程序,程序简单易懂,无错误,复制可用(Examples of emd decomposition matlab program, the program is simple to understand, error-free, copy available)
- 2013-07-25 19:58:06下载
- 积分:1
-
JC_Calculate
JC法可靠度计算程序,时变可靠度计算实例以及时变可靠度曲线绘制,使用寿命预测(JC method of reliability calculation procedures, the time-varying reliability calculation example and time-varying reliability curve drawing, the service life prediction)
- 2014-09-15 16:09:45下载
- 积分:1
-
Bretschneider
function [H T] = Bretschneider(F,U,D)
functie [H T] = Bretschneider(F,U,D)
F= fetchlengte (m)
U =windsnelheid (m/s)
D= depth (m)
Depth dependend Bretschneider formulag.
see
Sorensen, R.M. (1993). Basic Wave Mechanics for Coastal and Ocean Engineers. New
York: John Wiley & Sons.
- 2015-03-03 19:07:24下载
- 积分:1
-
Shop-scheduling-genetic-algorithm
说明: 遗传算法车间调度,车间作业调度问题遗传算法
--------------------------------------------------------------------------
输入参数列表
M 遗传进化迭代次数
N 种群规模(取偶数)
Pm 变异概率
T m×n的矩阵,存储m个工件n个工序的加工时间
P 1×n的向量,n个工序中,每一个工序所具有的机床数目
输出参数列表
Zp 最优的Makespan值
Y1p 最优方案中,各工件各工序的开始时刻,可根据它绘出甘特图
Y2p 最优方案中,各工件各工序的结束时刻,可根据它绘出甘特图
Y3p 最优方案中,各工件各工序使用的机器编号
Xp 最优决策变量的值,决策变量是一个实数编码的m×n矩阵
LC1 收敛曲线1,各代最优个体适应值的记录
LC2 收敛曲线2,各代群体平均适应值的记录
最后,程序还将绘出三副图片:两条收敛曲线图和甘特图(各工件的调度时序图)(Genetic algorithm scheduling, job shop scheduling problems with genetic algorithms -------------------------------------------------------------------------- genetic evolution of the input parameter list, the number of iterations M N population size (taken even) Pm mutation probability T m × n matrix, stored m one piece n a process of processing time 1 × n vector, n a process in which each machine processes the number of Zp with the best value Y1p Optimal Makespan programs, the start time of each process the workpiece can be drawn based on its optimal solution Gantt Y2p, each time the workpiece end of the process, according to its draw Gantt Y3p optimal solution, each piece of the processes using machine code Xp optimal decision variable, decision variable is a real m × n matrix encoded LC1 convergence curve 1, the generation of the best individual record of LC2 fitness convergence curve 2, the average fitness value on behalf of groups record Finally, the program will draw three pict)
- 2021-01-27 13:58:35下载
- 积分:1