当前位置:
首页
资源下载

搜索资源 - queue simulation matlab
搜索资源列表
-
0下载:
M/M/m排队系统性能仿真代码matlab
function r=randexp(lambda) r = -lambda*log(rand) ,M/M/m queuing system performance simulation code matlab function r = randexp (lambda) r =-lambda* log (rand)
-
-
0下载:
mm1排队模型的matlab源码,从c语言裸转过来的,主要解决排队论在matlab中的仿真问题-mm1 queue model matlab source code, from the c language naked in turn, mainly queuing theory to solve the simulation problem in matlab
-
-
0下载:
排队问题仿真模型的代码,顾客到达时间和服务时间服从均匀分布。-Simulation model of the queuing code, the customer arrival time and service time uniform distribution.
-
-
0下载:
单列多服务台排队系统需求分析
用户在系统主界面输入服务台数、顾客总数、仿真时间、等初始数据,经过后台系统处理相关数据并进行分析计算,得出顾客排队的最大队长、平均队长、系统中平均实体数、顾客平均等待时间、顾客最大等待时间、服务台的空期和忙期各占百分比以及每个顾客在系统中花费的时间等等。-Single multi-server queuing system requirements analysis the main user interface to enter in the system h
-
-
2下载:
设计一个M/M/S/k排队系统模型,用C++进行仿真,计算一个新的服务请求在各个状态k下的阻塞率,绘制出到达率-阻塞率曲线(matlab),并将理论值与仿真值进行比较。
M/M/S/k模型为服务请求到达间隔时间服从泊松分布、服务时间服从指数分布、系统有S个服务器、系统容量为k(有限个)的排队系统。如果一个服务请求到达排队系统时,系统内已有k个服务请求,那么这个服务请求就会被拒绝(即不为该服务请求安排服务器,也不会将其排入系统队列)。由于系统容量为k,有S个服务器,所以系统队列的长度为k-S
-
-
0下载:
可实现银行排队论mmm,输出随机数matlab实现计算机模拟排队论-Bank of queuing theory can be realized mmm, the output random number matlab computer simulation of queuing theory to achieve
-
-
2下载:
基于Matlab的交通流及交叉口信号控制的仿真研究,找得硕士毕业论文,有做相关题目开发的同学可做参考-Matlab based on the traffic flow and intersection signal control simulation research, find a master s thesis, there are so related to the subject development of the students can refer to
-
-
0下载:
数学建模
排队仿真程序
matlab可实现-Mathematical Modeling queue matlab simulation program can be realized
-
-
0下载:
Simulation model of a single server q-Simulation model of a single server queue
-
-
0下载:
用于SDMA排队论的MATLAB程序,主要实现食堂排队的模拟仿真-For SDMA queuing theory MATLAB program, the main canteen queue simulation to achieve
-
-
0下载:
presenting simple MM1 simulation with measurement of number of user and queue length
-
-
0下载:
queue simulation for matlab
-
-
0下载:
Matlab source code for simulation of queue in Bank using exponencial distribution.
-
-
0下载:
排队问题仿真的目的是要寻找服务对象与服务设置之间的最佳配置,保证系统具有最佳的服务效率与最合理的配置,通过matlab平台对单服务台有限队长的排队系统进行
过程仿真 可以协助设计人员分析顾客的需求 从而合理规划出符合实际条件的服务设施-The purpose of the queuing simulation is to find clients and the best allocation between service settings, ensure that the system
-
-
0下载:
this a Queue implemented with matlab.the code consist event based and time based simulation.the performance result has been showed with charts -this is a Queue implemented with matlab.the code consist event based and time based simulation.the perfor
-
-
0下载:
用Matlab实现排队过程的仿真 matlab仿真 画出等待时间和离开时间的图像-use matlab to simulation the queue process
-
-
2下载:
matlab实现4个优先级的非强插优先级队列仿真,利用嵌套函数实现。仿真出排队延迟,等待延迟。-matlab implementation of four priority Override the priority queue simulation, the use of nested functions to achieve. The simulation of the queuing delay, wait for the delay.
-
-
0下载:
通过Matlab 平台实现了排队论中M/M/1/N/∞ 模型的过程仿真。-Matlab platform for process simulation of queuing theory M/M/1/N/∞ model.
-
-
1下载:
排队系统仿真,考虑一个排队系统,顾客到达后,若无空闲服务台则等待,否则接受服务后离开。仿真目的是统计服务台前的平均队长和服务台的忙闲程度。要求能利用离散事件系统仿真的方法对该系统进行仿真,系统的规则和参数自定。-queue up system simulation
-
-
0下载:
关于食堂就餐顾客的排队问题的仿真程序,maltab编写(A simulation program on the queuing problem of dining room customers)
-