-
流水线型车间作业调度问题
流水线型车间作业调度问题可以描述如下:n个任务在流水线上进行m个阶段的加工,每一阶段至少有一台机器且至少有一个阶段存在多台机器,并且同一阶段上各机器的处理性能相同,在每一阶段各任务均要完成一道工序,各任务的每道工序可以在相应阶段上的任意一台机器上加工,已知任务各道工序的处理时间,要求确定所有任务的排序以及每一阶段上机器的分配情况,使得调度指标(一般求Makespan)最小。下面的源码是求解流水线型车间作业调度问题的遗传算法通用MATLAB源码,属于GreenSim团队原创作品,博客上发布的是不完全的源码,本人将其补充完成已成功运行,转载请注明GreenSim团队原创作品。(Pipelined job-shop scheduling problem can be described as follows: n tasks on the assembly line m processing stages, each stage has at least one machine and at least one stage there are multiple machines, and the same processing performance of each machine on the same stage , at every stage to complete each task are a process, each process of each task can be processed on any machine on the corresponding stage of the processing time of each process known tasks, all tasks required to determine the sort and every Distribution of the machine on a stage, making scheduling index (typically seek Makespan) Min. The following code is a Genetic Algorithm for Job Shop Scheduling Problem pipelined general MATLAB source code, original works belong GreenSim team, the blog post is incomplete source code, I will supplement has been successfully completed its operation, please indicate the original team GreenSim works.)
- 2020-10-30 15:19:56下载
- 积分:1
-
MATLAB6.0
本文件含有关于matlab学习的资料,适用于初学者(This document contains information on learning matlab for beginners)
- 2010-07-09 19:19:01下载
- 积分:1
-
4-Profile-Storage
using L in profile storage. We may solve Ly b accessing L by row and either LTx y
accesing LT by column or equivalently xTL yT accessing L by row
- 2013-07-24 09:27:36下载
- 积分:1
-
neiting_V7.3
包括压缩比、运行时间和计算复原图像的峰值信噪比,GPS和INS组合导航程序,意信号卷积的运算,并且绘制图象。( Including compression ratio, image restoration computing uptime and peak signal to noise ratio, GPS and INS navigation program, Convolution operation is intended to signal and image rendering.)
- 2021-03-28 16:39:11下载
- 积分:1
-
MATLABexperiment
基于matlab平台的编程 实现pcm 编码的功能(the file is based on the matlab and it has the function of pcmcoding )
- 2009-05-29 09:18:08下载
- 积分:1
-
TaylorAlgorithm
该算法在原有的算法基础上提出的TDOA泰勒算法,可以用在传感器定位和蜂窝网定位。且该算法的定位精度比较高。(The algorithm is based on the original algorithm proposed TDOA Taylor algorithm can be used in sensor positioning and cellular location. And the algorithm is relatively high positioning accuracy.)
- 2013-07-10 17:21:38下载
- 积分:1
-
DimReduct
dimensionality reduction toolbox
- 2014-08-07 00:06:07下载
- 积分:1
-
acmabyVanderveen
Analytical constant-modulus algorithm, to separate linear combinations of CM sourcesThe algorithm
is robust in the presence of noise, and is tested on measured data,
collected from an experimental set-up.
- 2007-12-02 21:52:30下载
- 积分:1
-
Maltab-in-mathematical-modeling
《matlab在数学建模中的应用》卓金武版,从数学建模的角度介绍matlab的应用。书中内容完全是根据数学建模竞赛的需要而编排的,涵盖了绝大部分数学建模问题的matlab求解方法。源码为《Maltab在数学建模中的应用》的源程序和数据。
("Matlab in mathematical modeling, " Zhuo Jinwu version, from the mathematical modeling point of view on the application of matlab. The book content is based entirely on the needs of mathematical modeling contest arranged, covering the majority of matlab mathematical modeling method for solving the problem. Source for the "Maltab in mathematical modeling, "the source code and data.
)
- 2011-05-01 16:06:04下载
- 积分:1
-
CLAHE
Contrast Limited AHE (CLAHE) differs from ordinary adaptive histogram equalization in its contrast limiting. This feature can also be applied to global histogram equalization, giving rise to contrast limited histogram equalization (CLHE). In the case of CLAHE, the contrast limiting procedure has to be applied for each neighbourhood from which a transformation function is derived.
- 2013-09-11 02:48:42下载
- 积分:1