EmbLogic's Blog

MDC completed (upto 2 bit,4 bit compression/decompression)

RCS file: ./mdc_using_functions.c,v
Working file: ./mdc_using_functions.c
head: 1.26
branch:
locks: strict
root: 1.26
access list:
symbolic names:
keyword substitution: kv
total revisions: 26;    selected revisions: 26
description:
reading characters from the file & adding to the master array
—————————-
revision 1.26    locked by: root;
date: 2014/07/23 12:06:33;  author: root;  state: Exp;  lines: +60 -1
gave defination for function uncompress_2().
compression,decompression for 2,4 bit completed.
—————————-
revision 1.25
date: 2014/07/23 11:47:19;  author: root;  state: Exp;  lines: +10 -2
implemented condition for writing 3 left characters to compressed file in compress_2().
—————————-
revision 1.24
date: 2014/07/23 10:56:01;  author: root;  state: Exp;  lines: +7 -2
implemented condition for writing 2 left char to compressed file in compress_2().
—————————-
revision 1.23
date: 2014/07/23 10:34:21;  author: root;  state: Exp;  lines: +8 -3
gave condition for writing single left character to compressed file in 2 bit.
—————————-
revision 1.22
date: 2014/07/23 10:18:50;  author: root;  state: Exp;  lines: +1 -1
in compress_2,changes char to unsigned char.
—————————-
revision 1.21
date: 2014/07/23 10:15:51;  author: root;  state: Exp;  lines: +5 -5
*** empty log message ***
—————————-
revision 1.20
date: 2014/07/23 10:12:48;  author: root;  state: Exp;  lines: +1 -1
changed code length condition (ndc<4) for 2 bit for writing less than 3 character to compressed file.
—————————-
revision 1.19
date: 2014/07/23 09:48:18;  author: root;  state: Exp;  lines: +3 -3
changed code lenght for 2 bit and 4 bit.
—————————-
revision 1.18
date: 2014/07/23 09:40:46;  author: root;  state: Exp;  lines: +1 -1
*** empty log message ***
—————————-
revision 1.17
date: 2014/07/23 09:33:15;  author: root;  state: Exp;  lines: +1 -1
changed condition for code length for 2 bit.
—————————-
revision 1.16
date: 2014/07/23 09:30:02;  author: root;  state: Exp;  lines: +30 -6
implemented defination for function compress_2().
—————————-
revision 1.15
date: 2014/07/23 08:36:05;  author: root;  state: Exp;  lines: +25 -2
gave defination for function find_location().
—————————-
revision 1.14
date: 2014/07/23 08:06:07;  author: root;  state: Exp;  lines: +0 -1
\.
—————————-
revision 1.13
date: 2014/07/23 08:03:18;  author: root;  state: Exp;  lines: +1 -3
removed undesired printf test statements.
—————————-
revision 1.12
date: 2014/07/23 07:56:08;  author: root;  state: Exp;  lines: +18 -14
imlemented condition for writing single character to compressed file with code length 4 bit.
—————————-
revision 1.11
date: 2014/07/21 13:51:24;  author: root;  state: Exp;  lines: +0 -1
\gave protorype for function uncompress_4().
implemented uncompress_4().
—————————-
revision 1.10
date: 2014/07/21 13:50:10;  author: root;  state: Exp;  lines: +0 -1
declared function uncompress.
—————————-
revision 1.9
date: 2014/07/19 09:32:36;  author: root;  state: Exp;  lines: +96 -20
*** empty log message ***
—————————-
revision 1.8
date: 2014/07/04 06:31:24;  author: root;  state: Exp;  lines: +1 -1
changed name of compressed file
—————————-
revision 1.7
date: 2014/07/04 06:14:17;  author: root;  state: Exp;  lines: +76 -41
compressed a file using masterarray as key.
implemented write_file inside compress4 instead of new function
—————————-
revision 1.6
date: 2014/07/02 15:37:45;  author: root;  state: Exp;  lines: +87 -5
gave defination for function compression
gave defination for function compress4
compressed masterarray to a file with code length- 4 bit
—————————-
revision 1.5
date: 2014/06/30 13:29:36;  author: root;  state: Exp;  lines: +75 -64
declared while inside function create_master_array
—————————-
revision 1.4
date: 2014/06/30 10:48:53;  author: root;  state: Exp;  lines: +21 -3
gave defination for function code_length_conv for finding code length
—————————-
revision 1.3
date: 2014/06/30 09:44:43;  author: root;  state: Exp;  lines: +4 -1
finding no of distnict in master_array
—————————-
revision 1.2
date: 2014/06/30 09:37:46;  author: root;  state: Exp;  lines: +15 -3
gave the defination for function data_compress for adding distnict char to master array
—————————-
revision 1.1
date: 2014/06/30 07:17:55;  author: root;  state: Exp;
Initial revision
=============================================================================

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>