feat: add Lab4

This commit is contained in:
Yadunand Prem
2022-09-15 11:21:56 +08:00
parent c4d857ed02
commit 46d4fa5e9d
116 changed files with 912 additions and 2 deletions

23
Lab1/outputs/Lab3.9.out Executable file
View File

@@ -0,0 +1,23 @@
1.000: C0 arrived [ ]
1.000: C0 service begin (by S0 [ ])
1.200: C1 arrived [ ]
1.200: C1 service begin (by S1 [ ])
1.400: C2 arrived [ ]
1.400: C2 joined shop queue [ ]
1.600: C3 arrived [ C2 ]
1.600: C3 joined shop queue [ C2 ]
2.000: C0 service done (by S0 [ ])
2.000: C0 departed
2.000: C2 service begin (by S0 [ ])
2.100: C4 arrived [ C3 ]
2.100: C4 joined shop queue [ C3 ]
2.200: C1 service done (by S1 [ ])
2.200: C1 departed
2.200: C3 service begin (by S1 [ ])
3.000: C2 service done (by S0 [ ])
3.000: C2 departed
3.000: C4 service begin (by S0 [ ])
3.200: C3 service done (by S1 [ ])
3.200: C3 departed
4.000: C4 service done (by S0 [ ])
4.000: C4 departed