-
Notifications
You must be signed in to change notification settings - Fork 0
otondin/memoPy
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Built with: Mac OS X 10.10 Yosemite
Written in: Python 2.7.6
### This tiny program takes 3 (three) parameters:
1º - the scheduling algorithm (String: required)
choose one of:
first-fit
best-fit
worst-fit
circular-fit
2º - the number of process to be simulated (int: required)
3º - the terminal outputing delay time (float: optional)
### Execution example:
run
$ python memo.py first-fit 100 0.5
or just run
$ python memo.py first-fit 100
About
Um simples simulador de Gerenciador de Memória RAM feito em Python para fins de estudo acadêmico.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published