Add files via upload
This commit is contained in:
parent
ddeaed477e
commit
82ab3ee26e
7
include/globalme.h
Normal file
7
include/globalme.h
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#define MY_SCHEDULING_ALGORITHM 5
|
||||
|
||||
#define STANDARD_SCHEDULING_ALGORITHM 1
|
||||
#define PRIORITY_SCHEDULING_ALGORITHM 2
|
||||
#define RR_SCHEDULING_ALGORITHM 3
|
||||
#define MFQ_SCHEDULING_ALGORITHM 4
|
||||
#define SJF_SCHEDULING_ALGORITHM 5
|
||||
Loading…
Reference in New Issue
Block a user