Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/innerlee/mm11queue
The M/M/1/1 queuing system written in Julia
https://github.com/innerlee/mm11queue
Last synced: 5 days ago
JSON representation
The M/M/1/1 queuing system written in Julia
- Host: GitHub
- URL: https://github.com/innerlee/mm11queue
- Owner: innerlee
- Created: 2015-10-06T09:55:43.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-08T03:41:46.000Z (about 9 years ago)
- Last Synced: 2023-02-26T20:47:26.690Z (over 1 year ago)
- Language: Julia
- Size: 848 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MM11Queue
The M/M/1/1 queuing system written in Julia.MM11Queue implements two simulation routines.
### Fixed-Increment Time Advance
### Next-Event Time Advance
### Theoretical Result
## How To Use
* in the command line, at the directory of the code, type the following command to run julia
```cmd
julia
```* setup drawing package. in the julia environment, type
```julia
Pkg.add("Gadfly")
Pkg.add("Cairo")
```* run codes. in julia, type
```julia
include("main.jl")
```
you will see figures with .svg extention generated.