Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

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

2 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages