Lecture Notes by Michael K
Wednesday, January 11, 2017
Software Engineering
›
Unit - I pdf - courtesy Mc Graw Hill Higher Education Unit - II Process Models Software Engineering Practice Unit - III Re...
Thursday, June 23, 2016
S290 - LINUX PROGRAMMING
›
S290 - LINUX PROGRAMMING UNIT - I Introduction to Linux Operating System Architecture of Linux Operating System Features of...
Tuesday, December 1, 2015
Web Technologies ( Lecture NOtes )
›
Web Technologies Web Technologies notes from net HTML html tags chart Lists, Table, Links & Images Image for ImageM...
Monday, November 16, 2015
Lecture Notes on Java
›
Lecture Notes on Java Inheritance Thoeritical Concepts Doc1 Doc2 Doc3 Wrapper classes - click here MutiThreading Concept - click...
1 comment:
Monday, October 12, 2015
LFU Program
›
LFU Program #include<stdio.h> struct page { int pno; int counter; }pages[10]; void print(int a[],int n) { ...
Wednesday, October 7, 2015
LRU Program
›
LRU Program #include<stdio.h> struct page { int pno; int at; }pages[...
Wednesday, September 30, 2015
FIFO- Page Replacement Algorithms
›
Program for FIFO PAge Replacement Algorithm #include<stdio.h> #include<conio.h> void print(int a[],int n) {...
‹
›
Home
View web version