![]() |
M/M/C queue with C++ builder
Hi everyone:
Can anyone help me how to implement a M/M/1 queue in C++ builder ? because I want an interactive program Thanks in advance for your help |
Re: M/M/C queue with C++ builder
What is an M/M/C queue, and is it M/M/C or M/M/1?
|
Re: M/M/C queue with C++ builder
it is an M/M/1 queue
|
Re: M/M/C queue with C++ builder
And what is an M/M/1 queue?
|
Re: M/M/C queue with C++ builder
The M/M/1 is a single-server queue model, that can be used to approximate a lot of simple systems.
Following Kendall's notation it indicates a system where: * Arrivals are a Poisson process; * Service time is exponentially distributed; * There is one server. |
Re: M/M/C queue with C++ builder
OK, so where are you up to in the program design? Have you decided how it's going to work? Have you started any coding? Where are you stuck, and what are you stuck on?
|
| All times are GMT +5.5. The time now is 15:28. |