This is the simulation of Round Robin. This program was made in graphics mode,, and it was great... it simulates how round robin runs in a process...
File List:
jeffrey's project/
0b
jeffrey's project/JJRM1.H
11Kb
jeffrey's project/JJRMPRO.CPP
15Kb
jeffrey's project/Main Program.doc
127Kb
Similar code
Priority Scheduling Simulation
(Popularity: ) : This is the simulation of priority scheduling.. PocketLift
(Popularity: ) : A demonstration of coding for the PocketPC. Really it is nice because it shows those new to PocketPC programming that it can be done without too much trouble. I also use alot of GDI graphics, not as good as OpenGL, ... Uniformly Distributed Random Number Generator
(Popularity: ) : This is a class called urand I wrote to generate random numbers with a perfectly even distribution. If, for example, you want a sequence of 12 random numbers from 0 to 5, this random number generator might put out 3 4 ...