Welcome![Sign In][Sign Up]
Location:
Search - queue simulation matlab

Search list

[matlabqueue_emulator

Description: 这是一个基于M/M/S类型的排队论仿真程序。M/M/S表示到达时间为负指数分布,服务时间为负指数分布,服务设备数量为S个的排队系统。 (1)到达模式:严格意义上讲是一个接着一个到达,而且到达时间间隔服从参数为mean_arr的负指数分布; (2)服务模式:服务台的数量为server_num,且每个服务台服务一个顾客的服务时间服从参数为mean_serv的负指数分布; (3)排队规则:满足先进先服务,服务快的先离开的规则。 -This is a based on the M/M/S types of queuing theory simulation program. M/M/S said time of arrival of the negative exponential distribution and service time for the negative exponential distribution, service equipment for the number of S-queuing system. (1) mode of arrival : a strict sense is a one followed arrived, but the inter-arrival time parameters mean_arr obey the negative exponential distribution; (2) mode : The number of help desk server_num. with each help desk services a customer service parameters mean_serv obey the negative exponential distribution; (3) queuing rules : first meet advanced services, the first to leave fast rules.
Platform: | Size: 3072 | Author: 丘春辉 | Hits:

[matlabmatlab_queue_system

Description: 自己写的用Matlab模拟一个缓冲区大小(包括正在服务的那个)为10的随机排队系统。 (1)到达过程是的泊松过程(到达速率为Mu),服务时间服从独立指数分布(均值为1/Lamda)。 对Mu//Lamda=0.2,Mu//Lamda=0.8和Mu//Lamda=1.1三种情况进行仿真,求出队列中接受服务用户为n的概率P(n), n=0,...,10。并与理论结果进行比较。 (2)假设到达过程为均匀过程(到达速率为Mu),服务时间服从独立瑞利分布(均值为1/Lamda)。-yourself writing a simulation using Matlab buffer size (including services that are) for the following 10 Machine queuing system. (1) arrival process is the Poisson process (arrival rate of Mu), submit to independent service index distribution (mean of 1/Lamda). Right Mu// Lamda = 0.2, Mu// Lamda = 0.8 and the Mu// = 1.1 Lamda three of the simulation, Queue calculated users receive services n the probability P (n), n = 0 ,..., 10. And with the theoretical results. (2) It is assumed that the arrival process for the uniform process (arrival rate of Mu), submit to independent service Rayleigh distribution (mean of 1/Lamda).
Platform: | Size: 2048 | Author: xiaoce | Hits:

[matlabqueuematlab

Description: 收银台排队系统的模拟(详细解释)!并给出例子,过程详细-cashier Queuing System Simulation (detailed explanation)! And gives examples, detailed process
Platform: | Size: 20480 | Author: 赵健 | Hits:

[matlabMYMM1

Description: M/M/1单服务台排队系统仿真(用事件调度法实现离散事件系统仿真) 顾客到达模到达时间间隔和顾客服务时间均服从负指数分布,单服务台系统,按照单队排队,按FIFO方式服务。考察服务n个顾客(n=1000,2000,3000,5000)后的顾客平均队长及平均排队等待时间。-M/M/1 single-server queuing system simulation (using Event Scheduling Method Discrete Event Simulation System) to customers Da-mo arrival time interval and customer service time are negative exponential distribution, single-desk system, in accordance with the single-team queue, by FIFO mode services. N inspection services customers (n = 1000,2000,3000. 5000) the average customer captain, and the average queue time.
Platform: | Size: 1024 | Author: 麦麦 | Hits:

[Windows Developmm1

Description: 对MM1排队系统的仿真,采用事件调度法,计算队列的平均队长与平均等待时间-MM1 queuing system for the simulation event scheduling method used to calculate the average queue captain and the average waiting time
Platform: | Size: 51200 | Author: | Hits:

[matlabmyMM1

Description: 刚写的Matlab下的M/M/1排队的仿真代码,加了完整的注释-Just write the M/M/1 queue under Matlab simulation code, plus a complete Notes
Platform: | Size: 1024 | Author: 阿哲 | Hits:

[matlabfinite_queue

Description: 基于matlab的m/m/n排队仿真源码-Matlab based on the m/m/n queue simulation source
Platform: | Size: 2048 | Author: 李环 | Hits:

[matlabmatlab

Description: 可实现银行排队论mmm,输出随机数matlab实现计算机模拟排队论-Bank of queuing theory can be realized mmm, the output random number matlab computer simulation of queuing theory to achieve
Platform: | Size: 1024 | Author: jacky | Hits:

[matlab2

Description: 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)
Platform: | Size: 2048 | Author: jacky | Hits:

[Fax programsimulation

Description: 设计一个M/M/S/k排队系统模型,用C++进行仿真,计算一个新的服务请求在各个状态k下的阻塞率,绘制出到达率-阻塞率曲线(matlab),并将理论值与仿真值进行比较。 M/M/S/k模型为服务请求到达间隔时间服从泊松分布、服务时间服从指数分布、系统有S个服务器、系统容量为k(有限个)的排队系统。如果一个服务请求到达排队系统时,系统内已有k个服务请求,那么这个服务请求就会被拒绝(即不为该服务请求安排服务器,也不会将其排入系统队列)。由于系统容量为k,有S个服务器,所以系统队列的长度为k-S。-The design of a M/M/S/k queuing system model, with C++ for simulation, calculation of a new service request in every state under the blocking rate k, the arrival rate of drawing- blocking probability curve (matlab), and the theoretical value and simulation values. M/M/S/k model for the service request arrival time to obey Poisson distribution, exponential distribution of service time, the system has S servers, the system capacity of k (finite) of the queuing system. If a service request arrival queuing system, the system has k service request, then the service request will be rejected (that is, do not arrange for the service request server, nor will its queue into the system). Since the system capacity for the k, there are S servers, so the length of the queue system kS.
Platform: | Size: 112640 | Author: 张三 | Hits:

[matlabpaidui

Description: 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
Platform: | Size: 2048 | Author: skyout | Hits:

[Fax program1_mmc_inf

Description: Simulation model of a single server q-Simulation model of a single server queue
Platform: | Size: 7168 | Author: 王立 | Hits:

[matlabsdma

Description: 用于SDMA排队论的MATLAB程序,主要实现食堂排队的模拟仿真-For SDMA queuing theory MATLAB program, the main canteen queue simulation to achieve
Platform: | Size: 3072 | Author: 勇勇 | Hits:

[Applicationsqueue

Description: 排队问题仿真模型的代码,顾客到达时间和服务时间服从均匀分布。-Simulation model of the queuing code, the customer arrival time and service time uniform distribution.
Platform: | Size: 4096 | Author: 周朝 | Hits:

[Software EngineeringStocasticqueue

Description: queue simulation for matlab
Platform: | Size: 8192 | Author: amin | Hits:

[Software Engineeringmmc_analysis

Description: 单列多服务台排队系统需求分析 用户在系统主界面输入服务台数、顾客总数、仿真时间、等初始数据,经过后台系统处理相关数据并进行分析计算,得出顾客排队的最大队长、平均队长、系统中平均实体数、顾客平均等待时间、顾客最大等待时间、服务台的空期和忙期各占百分比以及每个顾客在系统中花费的时间等等。-Single multi-server queuing system requirements analysis the main user interface to enter in the system help desk number, customer number, simulation time, and so the initial data, after data processing and back office systems analysis calculated the greatest captain of the customer queue, average queue length, system, the average number of entities, average customer waiting time, maximum waiting time for customers, the empty desk and the busy period of each and every customer the percentage of time spent in the system and so on.
Platform: | Size: 3072 | Author: xuwentao | Hits:

[matlabMatlab-simulation-queue-process

Description: 排队问题仿真的目的是要寻找服务对象与服务设置之间的最佳配置,保证系统具有最佳的服务效率与最合理的配置,通过matlab平台对单服务台有限队长的排队系统进行 过程仿真 可以协助设计人员分析顾客的需求 从而合理规划出符合实际条件的服务设施-The purpose of the queuing simulation is to find clients and the best allocation between service settings, ensure that the system has the best efficiency and the most reasonable configuration, the single desk by the limited matlab platform captain Simulation of queuing systems can be help designers analyze the needs of customers in order to meet the actual conditions of rational planning of services and facilities
Platform: | Size: 294912 | Author: | Hits:

[matlabQueue-Simulation-Matlab

Description: 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 performance result has been showed with charts
Platform: | Size: 506880 | Author: nazi | Hits:

[matlabsimulation-the-queue-process

Description: 用Matlab实现排队过程的仿真 matlab仿真 画出等待时间和离开时间的图像-use matlab to simulation the queue process
Platform: | Size: 1024 | Author: TsingtomHoo | Hits:

[matlabqueue

Description: 关于食堂就餐顾客的排队问题的仿真程序,maltab编写(A simulation program on the queuing problem of dining room customers)
Platform: | Size: 1024 | Author: 县长SX | Hits:
« 12 »

CodeBus www.codebus.net