Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Reporte Numero 3: Simulador de memoria
Materia: SISTEMAS OPERATIVOS
Autor: Erik Solis
Lenguaje: Python 3
Librerías: numpy
Ejecución:
Version1:
python3 simulator.py data1.txt 1
python3 simulator.py data2.txt 1
Version1 Debug:
python3 simulator.py data1.txt 1 0
python3 simulator.py data2.txt 1 0
Version2:
python3 simulator.py data1.txt 2
python3 simulator.py data2.txt 2
Version2 Debug:
python3 simulator.py data1.txt 2 0
python3 simulator.py data2.txt 2 0
Nota: Archivos .txt deben estar localizados en la misma carpeta que el código fuente.
El cuarto argumento referente al modo debug puede ser distinto de cero.