Advertisement

Results for "Author: osama farah"

ASP_Volume3 #65490
CPU scheduling algorithms v 2

Simulates CPU scheduling algorithms (FCFS,SJF,SRTF,Priority, preemptive priority, and Round Robin) in this version: Fixed most of bugs, Implemented CPU idle time, All logical errors fixed (and they were many), Added two more options to the menu (to read the input file again proc.txt and to generate random processes), changed the gantt chart to an HTML based file not txt (much better look) with auto open, Implemented Round Robin algorithm (finally), Fully object oriented so it would be easy to read and modify (might add some class specifications to make it easier to understand the classes in the future), Naming convention is much better and i started new code from scratch (didnt update the old one) but having alot of processes with big times might take VERY long time producing gantt chart and lead the program to freeze though eventually it would finish, anyways hope it would be helpfull, i would really appreciate it if you rank it fairly :) and/or add ur comments and feedbacks, thanks

ASP_Volume3 #65491
Menu using arrow keys (without blinking cursor)

This is a very detailed code on how to make your menu that uses the arrow keys, and there is very usefull functions and tricks in this code, like gotoxy and how to make an array of 'pointer to function' and how to make a function return a pointer to array, and lots of stuff

ASP_Volume3 #65492
Multi-User Phone Book

A Multi-User phone book... the usual stuff around phone books, whith menus and nice options. a readme file (with some usefull help) will be generated once you run the program.

ASP_Volume3 #65493
Multi-User Phone Book v2.0 (Advanced)

Similar to the first Multi-User phone book... but i added a class called TMenu to handle the menus and i changed some other things, i fixed some bugs but i think some other bugs appeared, anyways a readme file (with some usefull help) will be generated once you run the.

ASP_Volume3 #65494
CPU scheduling algorithms (old version)

simulate the scheduling of a CPU, calculate waiting time & average, turnaround time,etc... and it generates a gantt chart to a text file in drive c: named gantt_chart.txt

ASP_Volume3 #65495
deadlock banker's safety algorithm

avoid any deadlock state in resources allocation

4_2005-2006 #170787
CPU scheduling algorithms v 2

Simulates CPU scheduling algorithms (FCFS,SJF,SRTF,Priority, preemptive priority, and Round Robin) in this version: Fixed most of bugs, Implemented CPU idle time, All logical errors fixed (and they were many), Added two more options to the menu (to read the input file again proc.txt and to generate random processes), changed the gantt chart to an HTML based file not txt (much better look) with auto open, Implemented Round Robin algorithm (finally), Fully object oriented so it would be easy to read and modify (might add some class specifications to make it easier to understand the classes in the future), Naming convention is much better and i started new code from scratch (didnt update the old one) but having alot of processes with big times might take VERY long time producing gantt chart and lead the program to freeze though eventually it would finish, anyways hope it would be helpfull, i would really appreciate it if you rank it fairly :) and/or add ur comments and feedbacks, thanks

4_2005-2006 #170788
Menu using arrow keys (without blinking cursor)

This is a very detailed code on how to make your menu that uses the arrow keys, and there is very usefull functions and tricks in this code, like gotoxy and how to make an array of 'pointer to function' and how to make a function return a pointer to array, and lots of stuff

4_2005-2006 #170789
Multi-User Phone Book

A Multi-User phone book... the usual stuff around phone books, whith menus and nice options. a readme file (with some usefull help) will be generated once you run the program.

4_2005-2006 #170790
Multi-User Phone Book v2.0 (Advanced)

Similar to the first Multi-User phone book... but i added a class called TMenu to handle the menus and i changed some other things, i fixed some bugs but i think some other bugs appeared, anyways a readme file (with some usefull help) will be generated once you run the.

4_2005-2006 #170791
CPU scheduling algorithms (old version)

simulate the scheduling of a CPU, calculate waiting time & average, turnaround time,etc... and it generates a gantt chart to a text file in drive c: named gantt_chart.txt

4_2005-2006 #170792
deadlock banker's safety algorithm

avoid any deadlock state in resources allocation

5_2007-2008 #193305
CPU scheduling algorithms v 2

Simulates CPU scheduling algorithms (FCFS,SJF,SRTF,Priority, preemptive priority, and Round Robin) in this version: Fixed most of bugs, Implemented CPU idle time, All logical errors fixed (and they were many), Added two more options to the menu (to read the input file again proc.txt and to generate random processes), changed the gantt chart to an HTML based file not txt (much better look) with auto open, Implemented Round Robin algorithm (finally), Fully object oriented so it would be easy to read and modify (might add some class specifications to make it easier to understand the classes in the future), Naming convention is much better and i started new code from scratch (didnt update the old one) but having alot of processes with big times might take VERY long time producing gantt chart and lead the program to freeze though eventually it would finish, anyways hope it would be helpfull, i would really appreciate it if you rank it fairly :) and/or add ur comments and feedbacks, thanks

5_2007-2008 #193306
Menu using arrow keys (without blinking cursor)

This is a very detailed code on how to make your menu that uses the arrow keys, and there is very usefull functions and tricks in this code, like gotoxy and how to make an array of 'pointer to function' and how to make a function return a pointer to array, and lots of stuff

5_2007-2008 #193307
Multi-User Phone Book

A Multi-User phone book... the usual stuff around phone books, whith menus and nice options. a readme file (with some usefull help) will be generated once you run the program.

5_2007-2008 #193308
Multi-User Phone Book v2.0 (Advanced)

Similar to the first Multi-User phone book... but i added a class called TMenu to handle the menus and i changed some other things, i fixed some bugs but i think some other bugs appeared, anyways a readme file (with some usefull help) will be generated once you run the.

5_2007-2008 #193309
CPU scheduling algorithms (old version)

simulate the scheduling of a CPU, calculate waiting time & average, turnaround time,etc... and it generates a gantt chart to a text file in drive c: named gantt_chart.txt

5_2007-2008 #193310
deadlock banker's safety algorithm

avoid any deadlock state in resources allocation

6_2008-2009 #215823
CPU scheduling algorithms v 2

Simulates CPU scheduling algorithms (FCFS,SJF,SRTF,Priority, preemptive priority, and Round Robin) in this version: Fixed most of bugs, Implemented CPU idle time, All logical errors fixed (and they were many), Added two more options to the menu (to read the input file again proc.txt and to generate random processes), changed the gantt chart to an HTML based file not txt (much better look) with auto open, Implemented Round Robin algorithm (finally), Fully object oriented so it would be easy to read and modify (might add some class specifications to make it easier to understand the classes in the future), Naming convention is much better and i started new code from scratch (didnt update the old one) but having alot of processes with big times might take VERY long time producing gantt chart and lead the program to freeze though eventually it would finish, anyways hope it would be helpfull, i would really appreciate it if you rank it fairly :) and/or add ur comments and feedbacks, thanks

6_2008-2009 #215824
Menu using arrow keys (without blinking cursor)

This is a very detailed code on how to make your menu that uses the arrow keys, and there is very usefull functions and tricks in this code, like gotoxy and how to make an array of 'pointer to function' and how to make a function return a pointer to array, and lots of stuff

Languages
Top Categories
Global Discovery