Simulations of UU1, MM1, MM2, and a Network of queues - now with docker support 🐳
-
Updated
Jan 23, 2018 - Python
Simulations of UU1, MM1, MM2, and a Network of queues - now with docker support 🐳
Some queuing simulators implemented in C
Markov chain based Weather Pattern. Probability of drawing 3 balls 10,100 & 1000 times for randomly choosing black and Probability drawing 2 balls 10,100 & 1000 times for chosen random same color. An M/M/1 queue Poisson process. (Theory of Probability)
A M/M/1 and M/M/1/K computer networking queue simulator, built in C++, that looks at the effects of traffic intensity on the performance of the simulators (with respect to the average number of packets in the system, the proportion of time the system is idle, and the probability of dropping a packet).
Simulation and analysis of various queueing systems.
An M/M/1/K queue Python3 simulator that compares the simulation results against the analytics results. The queue have limited capacity K and processes may be blocked (if queue is full) or leave queue before get service (there is a deadline for each process) or get service from server.
Implementation of a (FC/LC)FS M/M/1 and D/D/1 queue
Simulação de Fila M/M/1
M/M/1 model, exponential distribution, simulation model of manufacturing system
Add a description, image, and links to the mm1-queue topic page so that developers can more easily learn about it.
To associate your repository with the mm1-queue topic, visit your repo's landing page and select "manage topics."