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

Search list

[Algorithm排队论mm1

Description: 排队论中的一个仿真程序,主要是用于仿真M/M/1、M/D/1模型。输入排队模型相关参量,返回计算结果。-It s a simulation in queueing, mainly using in simulating M/M/1 and M/D/1 module. Input the parameter about the module and return the result.
Platform: | Size: 231424 | Author: 肖煜 | Hits:

[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:

[Documentssim.tar

Description: 简单的 Discrete Event Simulator M/M/K/K queue 含Readme。 可在此基础上开发复杂的仿真程序 请用 tar -xzvf sim.tar.gz 解压 -simple Discrete Event Simulator M/K/K queu e-readme. In this complex development on the basis of the simulation program please use the tar-xzvf sim.tar.gz extract
Platform: | Size: 31744 | Author: digitalkai | Hits:

[JSP/Javadesmoj.core_2.1.1

Description: 排队系统 可实现M/M/C队列 马克洛夫过程模拟等功能-queuing system can be realized M/M/C queue Makeluofu process simulation, and other functions. .
Platform: | Size: 282624 | Author: feiteng | 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:

[Communication-MobileLab_Exercices_Modeler

Description: opnet学习资料,提供部分网络仿真模型。一:介绍OPNET 环境。二:执行M/M/1队列模型。三:以太网模型(Aloha,CSMA,CSMA-CD).四:TCP.五:OSPF-OPNET learning materials, providing part of the network simulation model. 1: Introduction OPNET environment. Second: The Executive M/M/1 queue model. III: Ethernet model (Aloha, CSMA, CSMA-CD). IV: TCP. 5: OSPF
Platform: | Size: 2239488 | 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:

[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:

[Otherhw1

Description: 简易单服务台队列系统,C语言,VC6.0开发环境-M/M/1 queue simulation
Platform: | Size: 289792 | Author: 刘冰 | Hits:

[Communication-Mobilea4_mm1net.project

Description: opnet仿真平台 工程包,仿真M/M/1队列。两个源发包,PROC接收到之后销毁。 适合初学者了解opnetO(∩_∩)O~-opnet simulation platform engineering package, simulation M/M/1 queue. Two source contract, PROC received after the destruction. Suitable for beginners to understand opnetO (∩ _ ∩) O ~
Platform: | Size: 97280 | Author: shan5217 | Hits:

[Program docm-queue-simulation

Description: m queue simulation and methods
Platform: | Size: 236544 | Author: 徐玲玲 | Hits:

[matlabMM1Queue_v2

Description: Monte carlo simulation of an M/M/1 queue, with plots of the convergence of average waiting time, queue length, etc.
Platform: | Size: 1024 | Author: ombamawu | Hits:

[JSP/JavaQueue-Simulation

Description: Discrete-time bank queue simulation in JAVA As part of the MSc course I’m currently undertaking, there’s a great need to understand optimality of processes and operations. One of them is the problem of queues while serving customers. The following is my submission for the assignment of the Simulation (MATH110281) course.
Platform: | Size: 2637824 | Author: vanz404 | Hits:

[Other GamesProm-pairing

Description: 用循环队列模拟舞伴配对问题: 在舞会上,男、女各自排成一队。舞会开始时。依次从男队和女队的队头各出一人配成舞伴。如果两队初始人数不等,则较长的那一队中未配对者等待下一轮舞曲。 假设初始男、女人数及性别已经固定,舞会的轮数从键盘输入。试模拟解决上述舞伴配对问题。-Paired with a partner circular queue simulation problem: at the ball, male and female each lined up. Dance starts. Followed by men' s and women' s team from the first one from each team dubbed partner. If the initial number of teams ranging from the team which is a long wait for the next one unpaired who dance. Assume that the initial M, the number of women and gender have been fixed, the ball rounds from the keyboard. Try pairing partner simulation to solve the above problems.
Platform: | Size: 184320 | Author: 屠海斌 | Hits:

[matlabmm1

Description: 实现M/M/1单窗口无限排队系统的系统仿真,利用事件调度法实现离散事件系统仿真,并统计平均队列长度以及平均等待时间等值,以与理论分析结果进行对比-Realization of M/M/1 single window unlimited queuing system simulation, using the event scheduling to achieve discrete event system simulation, and statistical average queue length and the average waiting time equivalents, in order to compare the results with the theoretical analysis
Platform: | Size: 17408 | Author: 潘馨 | Hits:

[OtherMM1-Queue

Description: Broadband networking M/M/1 Queue Matlab simulation
Platform: | Size: 2048 | Author: Liang Dong | Hits:

[DocumentsMM1_Tutorial1

Description: MM1_Tutorial Objective This laboratory is important for understanding OPNET system and user interface. The lab contains a step-by-step example that shows how to use OPNET to construct an M/M/1 queue design and analysis. Overview The task is to construct an M/M/1 queue model and observe the performance of the queuing system as the packet arrival rates, packet sizes, and service capacities change. Two classes of statistics will be measured, Queue Delay and Queue Size. A graph of the confidence interval will also be produced. This laboratory also introduces the use of:  Node Model  Probe Model  Simulation Tool  Analysis Tool(MM1 queue simulation)
Platform: | Size: 234496 | Author: 北城以北 | Hits:
« 12 3 »

CodeBus www.codebus.net