Saturday 12 November 2011

Features of 8255 and 8251



Direct Memory Access (Proper Description)

Direct Memory Access
CPU may transfer data to or from a number of external (other than memory) devices. The operation
treated the I/O system for reading and writing in the same manner as memory, using address, data lines and WR

Monday 7 November 2011

Tuesday 1 November 2011

Thanking you

My special thanks to Mr. Kartik Rao for providing all these programz 

10. Doubly Linked List


  TITLE: DOUBLY LINKED LIST

9. Singly Linked List


   
/*Singly Linked List with options:
  insert,delete,display,count nodes*/

8. Sparse Matrix


  /* Title : Sparse Matrix Operations */

7. Quick Sort


/* Title : Quick Sort */

6. Mobile user Information


  /*Title : Mobile user data searching and sorting */

5. Student Database (Bubble sort and linear search)


  /*Title : Student Database data searching and sorting */

4.1. Employee DB (Structure without pointers)



//Structure manipulation for employee database without pointers

4.2. Employee database (structure) using pointers


/*
Assignment:Structure for employee database(with pointers)
*/

3.2. String Operations with Pointers



/***String operations with pointers****/

3.1. String Operations



/***String operations without pointers****/

2. Matrix Operations



  Title : Matrix Operations */


1. SET Operations


/**Program to implement set operations using arrays
and perform such as union,intersection
    difference,symmetric difference **/