No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
2 Posted Topics
[url]http://www.personal.kent.edu/~rmuhamma/OpSystems/os.html[/url] Try this link to learn more on how you can simulate page replacement algorithms
> please i want help for the coding of page replacement algorithms implemented in c language Here are some programs u can refer..SJNalg.. #include<stdio.h> #include<conio.h> #include<graphics.h> #include<stdlib.h> #define SIZE 50 float w[SIZE],t[SIZE],tavg,wavg,avg=0.0,avg1=0.0; int b[SIZE],b1[SIZE],i,n,ch,ch1; void main() { clrscr(); printf("\n\t******Scheduling Algorithms******\t\n"); do { printf(" 1.Enter Input Values\n 2.Display Input Table\n 3.Turn …
The End.
Rachnamb