https://github.com/AVBee/Queue-HW1-M-M-1
README
Files Includes With This Project:
main1.c
lcgrand.h -- generator random variable
m_m_1.in -- input file
README.md
Using GNU gcc compiler version 5.4.0 (Ubuntu 5.4.0-6ubuntu1~16.04.4)
Command:
gcc -o [file name].o [file name].c
1. After compiling the file, put the test file and the compiled file together.
2. Go to the directory and type the following command:
./ [file name]
This program is assignment program of Computer Simulation course for study purpose only.
It contain implementation of queue theory to calculate :
1. Mean queue length
2. Mean queue delay
3. Mean system delay
4. Mean system length
5. differences between mean system delay and mean queueing delay