Work on a5
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
1
|
||||
3
|
||||
User Process Arrival Duration
|
||||
Jim A 2 5
|
||||
Mary B 2 2
|
||||
Sue C 5 5
|
||||
Mary D 6 2
|
||||
User Process Arrival Duration Affinity
|
||||
Jim A 2 5 0
|
||||
Mary B 2 2 0
|
||||
Sue C 5 5 0
|
||||
Mary D 6 2 0
|
||||
|
7
Assignment5/documentation/a5_sample_input_2.txt
Normal file
7
Assignment5/documentation/a5_sample_input_2.txt
Normal file
@ -0,0 +1,7 @@
|
||||
2
|
||||
3 2
|
||||
User Process Arrival Duration Affinity
|
||||
Jim A 2 5 0
|
||||
Mary B 2 2 1
|
||||
Sue C 5 5 1
|
||||
Mary D 6 2 0
|
8
Assignment5/documentation/a5_sample_input_3.txt
Normal file
8
Assignment5/documentation/a5_sample_input_3.txt
Normal file
@ -0,0 +1,8 @@
|
||||
2
|
||||
3 2
|
||||
User Process Arrival Duration Affinity
|
||||
Jim A 2 5 0
|
||||
Mary B 2 2 1
|
||||
Mary C 3 4 1
|
||||
Sue D 5 5 1
|
||||
Mary E 6 2 0
|
16
Assignment5/documentation/a5_sample_output_2.txt
Normal file
16
Assignment5/documentation/a5_sample_output_2.txt
Normal file
@ -0,0 +1,16 @@
|
||||
Time CPU0 CPU1
|
||||
1 - -
|
||||
2 A B
|
||||
3 A B
|
||||
4 A -
|
||||
5 A C
|
||||
6 A C
|
||||
7 D C
|
||||
8 D C
|
||||
9 - C
|
||||
10 - -
|
||||
|
||||
Summary
|
||||
Jim 6
|
||||
Mary 8
|
||||
Sue 9
|
19
Assignment5/documentation/a5_sample_output_3.txt
Normal file
19
Assignment5/documentation/a5_sample_output_3.txt
Normal file
@ -0,0 +1,19 @@
|
||||
Time CPU0 CPU1
|
||||
1 - -
|
||||
2 A B
|
||||
3 A B
|
||||
4 A C
|
||||
5 A C
|
||||
6 A D
|
||||
7 E D
|
||||
8 E C
|
||||
9 - C
|
||||
10 - D
|
||||
11 - D
|
||||
12 - D
|
||||
13 - -
|
||||
|
||||
Summary
|
||||
Jim 6
|
||||
Mary 9
|
||||
Sue 12
|
Reference in New Issue
Block a user