Sunday, 29 September 2013

Here are two program that is opening the two file in the two different process in two different window. Both the process are communicating with each other. Signal concept is used, with pause() signal. Both programs are accessing the same file and interchanging the Process ID. For executing this program, in a directory save these two program with ".c" extension. Along with...
Many programmers are moving towards the world's  best operating system LINUX. Actually the Linux is derived from the Unix. Basically the Unix was invented in year 1969 and written in the assembly code. All the steps written here are performed first before explaining. After  the research done by Denis Ritchie in year 1973, programming code for UNIX is rewritten in...

Sunday, 22 September 2013

Oscillators with ATmega16 microcontroller There are variety of micro-controllers present now a days. Development in VLSI technology enhance the performance of the many micro-controller. 8051 is the Basic micro-controller. Due to some deficiency in its structure, necessity for better device increased. With advancement, requirement of more and more facility increased and...

Thursday, 5 September 2013

Advance LPG Gas Detector and Auto Booking System for Domestic and Commercial  Use (Electronics project)... Advancement in the technologies have given us a safer and calm living of standard. Development in the different type of sensors that are easily available in market made the electronic research work more efficient, cheap and accurate.        ...

Sunday, 1 September 2013

To generate nPr (PERMUTATION)

Posted by Unknown On 10:31 | No comments
/* Program to generate Permutation (nPr) */ /* Here we will be generating the Permutation. We are taking the the n and r as a input from the user and will generate the desire output. */ /* Program to calculate Permutation nPr */ //Header File #include<iostream.h> int fact(int); int main() { int  a,b,n,r; cout<<"\n Enter the value of n : "; cin>>...

Swapping Program With function

Posted by Unknown On 10:24 | No comments
/* Program to SWAP two variable without using THIRD variable in C++ (with function) */  /*In this program will will not use third variable to swap the the variable but we will be using the operator to do so. Here we will be using a swap function to swap the value but it will be done by using call by reference.*/ /* Program to swap the value without using the third variable*/ //Header File #include<iostream.h> void swap(int &a,int...

Swapping Program Without function

Posted by Unknown On 10:20 | No comments
/* Program to SWAP two variable without using THIRD variable in C++ (without function) */  /*In this program will will not use third variable to swap the the variable but we will be using the operator to do so*/ //Header file #include<iostream.h> int main() { int a,b; cout<<"\n Enter First No:- "; cin>>a; cout<<"\n Enter Second No:- "; cin>>...

Blogroll

Copyright © 2013 RAJ PRAJAPATI (raj@electronicsrj.com)

Comments

About Projects

We also Provide support in making Electronics Projects at different level at Cheapest price. Contact Us for the further help.