EmbLogic's Blog

Performed 4 bit Decompression

RCS file: mdc.c,v
Working file: mdc.c
head: 1.5
branch:
locks: strict
root: 1.5
access list:
symbolic names:
keyword substitution: kv
total revisions: 5; selected revisions: 5
description:
This is the base file for mdc project….
—————————-
revision 1.5 locked by: root;
date: 2015/02/19 10:33:26; author: root; state: Exp; lines: +30 -8
4 BIT COMPRESSION HAS BEEN PERFORMED.
HERE, DECOMPRESSION IS DONE AND FILE IS DECRYPTED.
—————————-
revision 1.4
date: 2015/02/13 10:31:50; author: root; state: Exp; lines: +83 -8
MASTER ARRAY HAS BEEN CREATED AND CODE LENGTH HAS BEEN CALCULATED
HERE 4 BIT COMPRESSION HAS BEEN PERFORMED
COMPRESSED DATA IS STORED IN A SEPARATE FILE COMPRESS.TXT.
—————————-
revision 1.3
date: 2015/02/07 17:58:40; author: root; state: Exp; lines: +73 -15
Created “MASTER ARRAY” and calculated CODE LENGTH.
—————————-
revision 1.2
date: 2015/02/05 10:46:55; author: root; state: Exp; lines: +16 -9
Here after opening the file…the file data is stored in a master array and array is printed…
master array is declared using concept of pointer and malloc.
memory is allocated dynamically using realloc().
—————————-
revision 1.1
date: 2015/02/05 08:05:18; 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>