User Profile
Collapse
Profile Sidebar
Collapse
The Advocate
Last Activity: Nov 22 '07, 01:33 PM
Joined: Oct 29 '07
Location: Lebanon
-
yeah scheduling algorithms as process scheduling -
Linux Sources
Hello..How can i locate the implementation of semaphores and scheduling algorithms in the linux sources? -
Semaphores vs Monitors
Hello, how can we implement semaphores using monitors. I got how we can do it the way round. I did alot of search but couldnt find any implementation of semaphores using monitors,. Can anyone help me on this plz Thank you! -
well the help that i need is more like a hint to the questions..
1. what is meant by a file system here in the program?
2. How can we link to the math library? I read few posts about linking libraries in C in this forum but they weren't specifically concerning how to link the math libraryLeave a comment:
-
Another Implementation
Is it possible to implement this C code in another way??
[CODE=c]void buffer_Reset()
{
int variable;
for(variable = 0;variable < b_Size;variable ++)
bufferPointer[variable] = '\0';
fclose(file);
free(buffer);
file = fopen(input,"r" );
numOfLines = 0;
buffer_Size = 0;
while(!feof(fil e))... -
Dealing with libraries in program
Hey!!! I have this C code that I implemented and there are few questions about it! I kindly request some help in answering them. Here is the code and followed are the questions!..I really appreciate ur help coz im running out of time!
Program1:
[CODE=c]#include <stdio.h>
#include <stdlib.h>
#include <math.h>
int main()
{
int num1,num2;
...
No activity results to display
Show More
Leave a comment: