Animacin de una Taquilla Simple cdigo de GLIDER - PowerPoint PPT Presentation

1 / 24
About This Presentation
Title:

Animacin de una Taquilla Simple cdigo de GLIDER

Description:

ACT(L,EXPO(2)); DECL STATISTICS ALLNODES; END. Tiempo: 0.0. L. 1.1. Lista de Eventos Pendientes ... L(I) :: IT := EXPO(2); T(R) :: STAY := EXPO(1.6); S(E) ... – PowerPoint PPT presentation

Number of Views:49
Avg rating:3.0/5.0
Slides: 25
Provided by: hpcus1417
Category:

less

Transcript and Presenter's Notes

Title: Animacin de una Taquilla Simple cdigo de GLIDER


1
Animación de una Taquilla Simple(código de
GLIDER)
  • NETWORK
  • L(I) IT EXPO(2)
  • T(R) STAY EXPO(1.6)
  • S(E)
  • INIT TSIM 200
  • ACT(L,EXPO(2))
  • DECL STATISTICS ALLNODES
  • END.

2
Lista de Eventos Pendientes
Tiempo 0.0
L
T
E
L(I) IT EXPO(2) T(R) STAY
EXPO(1.6) S(E)
Simulación lista para arrancar
3
Lista de Eventos Pendientes
Tiempo 0.0
L
T
E
L(I) IT EXPO(2) T(R) STAY
EXPO(1.6) S(E)
Se procesa la primera llegada (asociada a L)
4
Lista de Eventos Pendientes
Tiempo 1.1
L
T
E
L(I) IT EXPO(2) T(R) STAY
EXPO(1.6) S(E)
Se avanza el tiempo y se comienza la ejecución
del nodo L
5
Lista de Eventos Pendientes
Tiempo 1.1
L
T
E
L(I) IT EXPO(2) T(R) STAY
EXPO(1.6) S(E)
Se genera la próxima llegada
6
Lista de Eventos Pendientes
Tiempo 1.1
L
T
E
1
L(I) IT EXPO(2) T(R) STAY
EXPO(1.6) S(E)
Se genera el primer cliente (1) y se envía a T
7
Lista de Eventos Pendientes
Tiempo 1.1
L
T
E
1
1
L(I) IT EXPO(2) T(R) STAY
EXPO(1.6) S(E)
Se chequea T y como hay capacidad, se atiende y
genera la salida
8
Lista de Eventos Pendientes
Tiempo 1.1
L
T
E
1
L(I) IT EXPO(2) T(R) STAY
EXPO(1.6) S(E)
Se procesa el próximo evento (la llegada)
9
Lista de Eventos Pendientes
Tiempo 1.8
L
T
E
1
L(I) IT EXPO(2) T(R) STAY
EXPO(1.6) S(E)
Se avanza el tiempo y se comienza la ejecución
del nodo L
10
Lista de Eventos Pendientes
Tiempo 1.8
L
T
E
1
L(I) IT EXPO(2) T(R) STAY
EXPO(1.6) S(E)
Se genera la próxima llegada
11
Lista de Eventos Pendientes
Tiempo 1.8
L
T
E
1
2
L(I) IT EXPO(2) T(R) STAY
EXPO(1.6) S(E)
Se genera el segundo cliente (2) y se envía a T
12
Lista de Eventos Pendientes
Tiempo 1.8
L
T
E
1
2
L(I) IT EXPO(2) T(R) STAY
EXPO(1.6) S(E)
Se chequea T y como no hay capacidad, 2 queda
en cola
13
Lista de Eventos Pendientes
Tiempo 1.8
L
T
E
1
2
L(I) IT EXPO(2) T(R) STAY
EXPO(1.6) S(E)
Se procesa el próximo evento (la llegada)
14
Lista de Eventos Pendientes
Tiempo 2.3
L
T
E
1
2
L(I) IT EXPO(2) T(R) STAY
EXPO(1.6) S(E)
Se avanza el tiempo y se comienza la ejecución
del nodo L
15
Lista de Eventos Pendientes
Tiempo 2.3
L
T
E
1
2
L(I) IT EXPO(2) T(R) STAY
EXPO(1.6) S(E)
Se genera la próxima llegada
16
Lista de Eventos Pendientes
Tiempo 2.3
L
T
E
1
2
3
L(I) IT EXPO(2) T(R) STAY
EXPO(1.6) S(E)
Se genera el segundo cliente y se envía a T
17
Lista de Eventos Pendientes
Tiempo 2.3
L
T
E
1
2
3
L(I) IT EXPO(2) T(R) STAY
EXPO(1.6) S(E)
Se chequea T y como no hay capacidad, 3 queda
en cola
18
Lista de Eventos Pendientes
Tiempo 2.3
L
T
E
1
2
3
L(I) IT EXPO(2) T(R) STAY
EXPO(1.6) S(E)
Se procesa la salida de 1
19
Lista de Eventos Pendientes
Tiempo 2.9
L
T
E
1
2
3
L(I) IT EXPO(2) T(R) STAY
EXPO(1.6) S(E)
Se avanza el tiempo y se ejecuta T
20
Lista de Eventos Pendientes
Tiempo 2.9
L
T
E
2
3
1
L(I) IT EXPO(2) T(R) STAY
EXPO(1.6) S(E)
1 se envía a E
21
Lista de Eventos Pendientes
Tiempo 2.9
L
T
E
2
3
1
L(I) IT EXPO(2) T(R) STAY
EXPO(1.6) S(E)
Como ahora hay capacidad, se atiende a 2
22
Lista de Eventos Pendientes
Tiempo 2.9
L
T
E
2
3
1
L(I) IT EXPO(2) T(R) STAY
EXPO(1.6) S(E)
y se genera su salida
23
Lista de Eventos Pendientes
Tiempo 2.9
L
T
E
2
3
1
L(I) IT EXPO(2) T(R) STAY
EXPO(1.6) S(E)
Se procesa E y se elimina 1
24
  • Así sucesivamente continua la simulación
Write a Comment
User Comments (0)
About PowerShow.com