RCS file: mdc_using_functions.c,v Working file: mdc_using_functions.c head: 1.4 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 4; selected revisions: 4 description: reading characters from the file & adding to the master array —————————- revision 1.4 date: … Continue reading
RCS file: mdc.c,v Working file: mdc.c head: 1.5 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 5; selected revisions: 5 description: This is the program with an array storing all the present characters in the file. … Continue reading
1 2 RCS file: mdc.c,v 3 Working file: mdc.c 4 head: 1.9 5 branch: 6 locks: strict 7 access list: 8 symbolic names: 9 keyword substitution: kv 10 total revisions: 9; selected revisions: 9 11 description: 12 Creating the rcs … Continue reading
1 2 RCS file: mdc.c,v 3 Working file: mdc.c 4 head: 1.5 5 branch: 6 locks: strict 7 access list: 8 symbolic names: 9 keyword substitution: kv 10 total revisions: 5; selected revisions: 5 11 description: 12 Creating the rcs … Continue reading
Added the characters of file to the master array. created a script for bash shell to execute the repeated commands quickly.
RCS file: sender.c,v Working file: sender.c head: 1.7 branch: locks: strict akshat: 1.7 access list: symbolic names: keyword substitution: kv total revisions: 7; selected revisions: 7 description: MDC using IPC. In this project msg send to other process will be … Continue reading
Working file: ./header.h head: 1.3 branch: locks: strict root: 1.3 access list: symbolic names: keyword substitution: kv total revisions: 3; selected revisions: 3 description: in this file i had compressed the data of 3 bit codelength ie max 8 distinct … Continue reading
RCS file: ./ignore_sigint.c,v Working file: ./ignore_sigint.c head: 1.2 branch: locks: strict root: 1.2 access list: symbolic names: keyword substitution: kv total revisions: 2; selected revisions: 2 description: ignore the signal using SIG_DFL. —————————- revision 1.2 locked by: root; date: 2014/03/11 … Continue reading
STRUCTURES is basically a user define datatype. it is a collection of elements of different datatype stored in continues memory location. SYNTAX: struct name { type element; type element; }; struct name variable; where struct is a keyword. name is … Continue reading
This is very impressive project, i have ever done. As decompression is the reverse process of compression i.e. whatever be the procedure we follow during the compression, the reverse procedure will be follows during the decompression. During this projects i … Continue reading
RCS file: ./mdcaeuit.c,v Working file: ./mdcaeuit.c head: 1.17 branch: locks: strict root: 1.17 access list: logins symbolic names: keyword substitution: kv total revisions: 17; selected revisions: 17 description: this is the initiated source file have to make ammendment —————————- revision … Continue reading
1 2 RCS file: heaher.h,v 3 Working file: heaher.h 4 head: 1.1 5 branch: 6 locks: strict 7 access list: 8 symbolic names: 9 keyword substitution: kv 10 total revisions: 1; selected revisions: 1 11 description: 12 gave parameters for … Continue reading
RCS file: mdc.c,v Working file: mdc.c head: 1.1 branch: locks: strict root: 1.1 access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: implemented open ,read,master array functions. —————————- revision 1.1 locked by: root; date: 2014/02/20 … Continue reading
reading file from file discriptor. creating buffer to store characters from text file. sorting unique chaacters and saving them into master array.
RCS file: ./header.h,v Working file: ./header.h head: 1.4 branch: locks: strict root: 1.4 access list: symbolic names: keyword substitution: kv total revisions: 4; selected revisions: 4 description: give prototyp for open_file(). give prototyp for read_file(). —————————- revision 1.4 locked by: … Continue reading