搜索资源列表
sdasd
- 车间作业调度问题遗传算法,可以生成调度甘特图。-Job-shop scheduling problem genetic algorithm, can generate Gantt scheduling.
xiaofei_jsp
- 该程序是用MATLAB写的,用pso算法解决了6X6的车间调度问题,并绘制了甘特图,代码简单易学。-The program is written in MATLAB, a 6X6 with pso algorithm to solve the job shop scheduling problem, and draw a Gantt chart, the code is easy to learn.
gantt_flex
- 这是Flex建立甘特图的范例 机遇 Flexlib的scheduling-This is a Flex Gantt chart to establish an example of the scheduling opportunities Flexlib
Gantt_charts
- Gantt charts - made in Excel - and documentation available in the arhive t-Gantt charts - made in Excel - and documentation available in the arhive too
Shop-scheduling-genetic-algorithm
- 遗传算法车间调度,车间作业调度问题遗传算法 -------------------------------------------------------------------------- 输入参数列表 M 遗传进化迭代次数 N 种群规模(取偶数) Pm 变异概率 T m×n的矩阵,存储m个工件n个工序的加工时间 P 1×n的向量,n个工序中,每一个工序所具有的机床数目 输出参数列表 Zp 最优的Makespan值 Y1p 最优方案
gannt-painting
- 这是一个用visual stdio 2008写的车间调度甘特图源代码-This is a written with visual stdio 2008 shop scheduling Gantt chart source code
Genetic-algorithm-problem
- 车间作业调度问题遗传算法,程序还将绘出三副图片:两条收敛曲线图和甘特图(各工件的调度时序图)-Genetic algorithm for job shop scheduling problem, the program will draw three pictures: two convergent graphs and Gantt (schedule timing diagram of the workpiece)
JobShop_Schedule
- JAVA,Eclipse做甘特图.rar关于车间生产高度,基于遗传算法,工序生成甘特图-JAVA, Eclipse do Gantt chart. Rar on the workshop production of a high degree of process to generate Gantt charts based on genetic algorithm,
jsgas
- 遗传算法车间调度,车间作业调度问题遗传算法,各工件各工序的结束时刻,可根据它绘出甘特图,各代群体平均适应值的记录.-The genetic algorithm shop scheduling, job shop scheduling problems with genetic algorithms, each moment of the end of the process of the workpiece, it plotted the Gantt chart, the average fit
gamatlab
- 使用遗传算法的自动排产,2个曲线图1个甘特图,希望对大家有所帮助;-Using genetic algorithms automatic scheduling, two graphs a Gantt chart, we want to help
jobshop-sa-jsp
- 模拟退火算法解决作业车间调度jobshop问题,以FT06问题为例说明,可产生甘特图,JSPmain是主函数。-Simulated annealing algorithm to solve the job shop scheduling jobshop problem to FT06 problem as an example, can produce a Gantt chart, JSPmain is the main function.
AnyGanttFlex
- 基本实现了 左边一颗表格树,当展开时候甘特图也展开,关闭时甘特图也关闭,而且横向进度可以左右移动,扩大缩小,连接线 也根据位置自动变换连接 当子进度移动或扩大时,父进度也跟着放大缩小移动,根据XML 文件配置整个甘特图,点击列头时候, 自动拉伸-Form the basic realization of a tree on the left, when you expand it also launched a Gantt chart, Gantt chart when you clos
gantt_chart_demo
- 一个用于生成甘特图的matlab代码的demo版本-using matlab to generate gantt plant
PSO solve JSP
- 用粒子群算法求解车间调度问题,包含甘特图的制作程序(Particle swarm optimization algorithm for job shop scheduling problem, including Gantt chart)