第4章仿真模型设计及实现.pptVIP

  • 6
  • 0
  • 约1.22万字
  • 约 27页
  • 2018-07-03 发布于湖北
  • 举报
* * * function sqssMoreReport() %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % calculate the systems performance when 100 customers served % edit by jiannywang@163.com at 2014/2/10 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% sqss=initData(); runTimes=0; %preventing the unlimited while loop while(sqss.servedCustomerssqss.totalCustomers) sqss=timeUpdate(sqss); if sqss.nextEvent==1 sqss=arriveProcess(sqss); else sqss=departProcess(sqss); end runTimes=runTimes+1; if runTimes1000 break; end

文档评论(0)

1亿VIP精品文档

相关文档