Свойство | Type | Description | |
---|---|---|---|
prio_queue | LinkedList |
Méthode | Description | |
---|---|---|
addProcess ( int prio ) : void | ||
append_ele ( LinkedList |
||
block_process ( ) : void | ||
del_ele ( LinkedList |
||
find_nth ( LinkedList |
||
finish_all_processes ( ) : void | ||
finish_process ( ) : void | ||
init_prio_queue ( int prio, int num_proc ) : void | ||
initialize ( ) : void | ||
new_list ( ) : LinkedList |
||
new_process ( int prio ) : |
||
quantum_expire ( ) : void | ||
readFile ( string path ) : |
||
schedule ( ) : void | ||
unblock_process ( float ratio ) : void | ||
upgrade_process_prio ( int prio, float ratio ) : void |
Méthode | Description | |
---|---|---|
Main ( string args ) : void |
public static addProcess ( int prio ) : void | ||
prio | int | |
Résultat | void |
public static append_ele ( LinkedList |
||
a_list | LinkedList |
|
a_ele | ||
Résultat | LinkedList |
public static del_ele ( LinkedList |
||
d_list | LinkedList |
|
d_ele | LinkedListNode |
|
Résultat | LinkedList |
public static find_nth ( LinkedList |
||
f_list | LinkedList |
|
n | int | |
Résultat | LinkedListNode |
public static finish_all_processes ( ) : void | ||
Résultat | void |
public static init_prio_queue ( int prio, int num_proc ) : void | ||
prio | int | |
num_proc | int | |
Résultat | void |
public static new_process ( int prio ) : |
||
prio | int | |
Résultat |
public static readFile ( string path ) : |
||
path | string | |
Résultat |
public static unblock_process ( float ratio ) : void | ||
ratio | float | |
Résultat | void |
public static upgrade_process_prio ( int prio, float ratio ) : void | ||
prio | int | |
ratio | float | |
Résultat | void |