Skip to content
/ memoPy Public

Um simples simulador de Gerenciador de Memória RAM feito em Python para fins de estudo acadêmico.

Notifications You must be signed in to change notification settings

otondin/memoPy

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages