Forum: C Jan 7th, 2007 |
| Replies: 3 Views: 4,388 This simulator works for:
1. First Come First Serve (FCFS)
2. Round Robin (RROB)
3. Priority (PRIO)
4. Longest Job First (LJF)
5. Shortest Job First (SJF)
algorithms.
... |
Forum: C Jan 7th, 2007 |
| Replies: 7 Views: 44,944 man, did you really have to read 255 times from the file, if you could read it once to a buffer and make anything you want with it in main memory. I bet you a fiver it is much cheaper to work with... |