EmbLogic's Blog

Author Archives: Vishal Chopra

Quick Sort using recursion

RCS file: quick_sort.c,v Working file: quick_sort.c head: 1.2 branch: locks: strict vishal: 1.2 access list: symbolic names: keyword substitution: kv total revisions: 2; selected revisions: 2 description: Sorting the array using quick sort technique and recursive function. —————————- revision 1.2 … Continue reading

Posted in Uncategorized | Leave a comment

Insert the driver into the kernel and remove the driver from kernel

RCS file: init.c,v Working file: init.c head: 1.6 branch: locks: strict emblogic: 1.6 access list: symbolic names: keyword substitution: kv total revisions: 6; selected revisions: 6 description: Print a statement in the kernel Register in the kernel. —————————- revision 1.6 … Continue reading

Posted in Character Driver | Leave a comment

Three different thread exclusively work to open, read and write operation.

RCS file: multi_thread.c,v Working file: multi_thread.c head: 1.1 branch: locks: strict vishal: 1.1 access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: Three different thread is created to open a file read the data from … Continue reading

Posted in Project 03: Client Server Communication using Linux and IPC, Project 6: Client Server using Inter Process Communication Mechanism, Uncategorized | Leave a comment

Sort the matrix using double pointer

RCS file: sortmat.c,v Working file: sortmat.c head: 1.1 branch: locks: strict vishal: 1.1 access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: Sort the matrix using double pointer —————————- revision 1.1 locked by: vishal; date: … Continue reading

Posted in Uncategorized | Leave a comment

Read and write the data using pipe

RCS file: header.h,v Working file: header.h head: 1.1 branch: locks: strict vishal: 1.1 access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: define structer in header.h —————————- revision 1.1 locked by: vishal; date: 2015/02/27 19:38:05; … Continue reading

Posted in Uncategorized | Leave a comment

Addition of two matrix using double pointer

RCS file: matrix.c,v Working file: matrix.c head: 1.1 branch: locks: strict vishal: 1.1 access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: Print matrix using double pointer and function. —————————- revision 1.1 locked by: vishal; … Continue reading

Posted in Uncategorized | Leave a comment

Matrix using function and double pointer

RCS file: matrix.c,v Working file: matrix.c head: 1.1 branch: locks: strict vishal: 1.1 access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: Print matrix using double pointer and function. —————————- revision 1.1 locked by: vishal; … Continue reading

Posted in Uncategorized | Leave a comment

Multiple data compression (Usinf function to reduce the execution time of the program also reduce the memory )

RCS file: mdc.c,v Working file: mdc.c head: 1.16 branch: locks: strict vishal: 1.16 access list: symbolic names: keyword substitution: kv total revisions: 16; selected revisions: 16 description: open the present file And read the number of character in the file … Continue reading

Posted in Uncategorized | Leave a comment

Multiple Data Compression ( Find the number of bits compressed using malloc and rellaoc)

RCS file: mdc.c,v Working file: mdc.c head: 1.11 branch: locks: strict vishal: 1.11 access list: symbolic names: keyword substitution: kv total revisions: 11;    selected revisions: 11 description: open the present file And read the number of character in the file … Continue reading

Posted in Uncategorized | Leave a comment