• 大小: 6KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-06
  • 语言: 其他
  • 标签: 调度策略  RGV  

资源简介

2018年高教杯全国数学建模大赛 B题国家一等奖代码 智能RGV的动态调度策略 优化模型

资源截图

代码片段和文件信息

clc;clear;
t1=20;t2=33;t3=46;tc1=560;tv1=28;tv2=31;tq=25;ts=0;td=0;
tx=tv1+tc1;%现表示cnc1第一次下料开始时间后表示每次下料时间
cnc=[1 2 3 4 5 6 7 8 ];
tz=tc1+2*tv1+tq;%cnc1第一次清洗完
for i=1:8
  
       if i==1
        ts=0;
       else 
        if i==5
            ts=ts+tv1;
        else
            if i<=4
       ts=ts+t1+tv1;%放完第一轮料的时间
            else
                ts=ts+tv2+t1;
            end
        end
       end
    
    product(i).cnc=i;
    product(i).shang=ts;
    product(i).xia=tx;
 
    
end


i=9;
ts=tv1+tc1;
td=ts;
     product(i).cnc=rem(i8);
        
        
    product(i).shang=ts;
    product(i).xia=tx;

for i=10:12
   ts=ts+tv1+t1+tq;%走到b点
      tx=ts;
 
     product(i).cnc=rem(i8);
        
        
    product(i).shang=ts;
    product(i).xi

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2018-09-16 17:38  2018年高教杯全国数学建模大赛 B题代码\代码\
     文件        3667  2019-08-21 21:08  2018年高教杯全国数学建模大赛 B题代码\代码\main.m
     文件        2874  2019-08-21 21:08  2018年高教杯全国数学建模大赛 B题代码\代码\main12.m
     文件        2867  2019-08-21 21:08  2018年高教杯全国数学建模大赛 B题代码\代码\main13.m
     文件        3440  2019-08-21 21:08  2018年高教杯全国数学建模大赛 B题代码\代码\main21.m
     文件        3440  2019-08-21 21:08  2018年高教杯全国数学建模大赛 B题代码\代码\main22.m
     文件        3440  2019-08-21 21:08  2018年高教杯全国数学建模大赛 B题代码\代码\main23.m
     目录           0  2019-08-21 21:08  2018年高教杯全国数学建模大赛 B题代码\

评论

共有 条评论

相关资源