EmbLogic's Blog

Author Archives: Abhishek Choubey

4-bit compression

1 2 RCS file: mdc.c,v 3 Working file: mdc.c 4 head: 1.33 5 branch: 6 locks: strict 7 access list: 8 symbolic names: 9 keyword substitution: kv 10 total revisions: 33;    selected revisions: 33 11 description: 12 Creating the rcs … Continue reading

Posted in Project 2: Multiple Data Compression and Encryption | Leave a comment

project-1 ( mdc ): compression of text file (4-bit) : rcs status

1 2 RCS file: mdc.c,v 3 Working file: mdc.c 4 head: 1.22 5 branch: 6 locks: strict 7 access list: 8 symbolic names: 9 keyword substitution: kv 10 total revisions: 22;    selected revisions: 22 11 description: 12 Creating the rcs … Continue reading

Posted in Uncategorized | Leave a comment

mdc : completed upto code length calculation.

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

Posted in Project 2: Multiple Data Compression and Encryption | Tagged | Leave a comment

MDC : adding only the distinct characters to the master array.

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

Posted in Project 2: Multiple Data Compression and Encryption | Leave a comment

project 1 : MDC

Added the characters of file to the master array. created a script for bash shell to execute the repeated commands quickly.

Posted in Project 2: Multiple Data Compression and Encryption | Leave a comment