Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #44.2K
~720 People Reached
Favorite Forums
Favorite Tags

2 Posted Topics

Member Avatar for ravi_techinc

[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

Member Avatar for Rachnamb
0
105
Member Avatar for rathmal

> 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 …

Member Avatar for Rachnamb
1
615

The End.