Posts

Write a program using Lex specifications to implement lexical analysis phase of compiler to total nos of words, chars and line etc. of given file.

Image
                                                LEX PROGRAM ---------------------------------------------------------------------------

Write a program using Lex specifications to implement lexical analysis phase of compiler:

Image
                LEX PROGRAMS Lex Program for Appending Line No. --------------------------------------------------------------------------------------------------------------------

Write a C/C++/Java program to implement Banker’s Algorithm

Image
BANKERS ALGORITHM PROGRAM     

Write a Java program (using OOP features) to implement following scheduling algorithms: FCFS , SJF (Preemptive), Round Robin (Preemptive).

Image
 SCHEDULING ALGORITHM PROGRAMS

Implement UNIX system calls like ps, fork, join, exec family, and wait for process management (use Java/ C programming)

Image
SYSTEM CALL PROGRAMS