Google+ CodieeHome
“Any fool can write code that a computer can understand. Good programmers write code that humans can understand.”
__

Program to  Find Prime Factors of a Number in C++ [How to] Program to Find Prime Factors of a Number in C++ [How to]

How to Find Prime Factors [C++] Goal:-  Program for Finding Prime factors of a given number. Method:-   There are many methods which you can...

+ Read more »

LRU Page Replacement Program in C++[How to] LRU Page Replacement Program in C++[How to]

Least Recently Used  Page Replacement Goal:- Program for LRU page replacement Method. Method:-   Replace the page that has not been us...

+ Read more »

Optimal Page Replacement Program in C++[How to] Optimal Page Replacement Program in C++[How to]

Optimal Page Replacement Goal:- Program for Optimal page replacement Method. Method:-   Replace the page that will not be used for the...

+ Read more »

Life Cycle of a Process [Operating System] Life Cycle of a Process [Operating System]

Life Cycle of a Process Goal:- How a process changes its state while execution ? Explanation:- As we know a program in execution is a proces...

+ Read more »

How to do[Implement] Swipe in Android[In Eclipse] How to do[Implement] Swipe in Android[In Eclipse]

How to do Swipe in Android Goal:-   Detecting swipe events in Android ? Explanation:-   Android supports eight gestures and Swipe is o...

+ Read more »

Mutility(Nine in One) Mutility(Nine in One)

                                     Mutility (Nine in One ) Mutility is a Light Weighted application which contains nine different  ut...

+ Read more »

Program For Banker's Algorithm (Safety Sequence) in C[How to] Program For Banker's Algorithm (Safety Sequence) in C[How to]

Banker's Algorithm Goal:-  C program For Banker's Algorithm. Method:-   Simple Rules Of Banker Algorithm. Explanation:-   Banker'...

+ Read more »
 
Top