EmbLogic's Blog

Created the Master Array and Calculated Code Length without using functions

RCS file: mdcaeuit.c,v
Working file: mdcaeuit.c
head: 1.12
branch:
locks: strict
	root: 1.12
access list:
symbolic names:
keyword substitution: kv
total revisions: 12;	selected revisions: 12
description:
In this program, multiple files are compressed nd encrypted by using iterative technique
----------------------------
revision 1.12	locked by: root;
date: 2015/02/05 11:59:21;  author: root;  state: Exp;  lines: +59 -26
inplemented master array 
calculated code length 
by using unique function
----------------------------
revision 1.11
date: 2015/02/05 09:08:19;  author: root;  state: Exp;  lines: +17 -9
nw we r inserting distinct characters into the master array.
by introducing flags .
----------------------------
revision 1.10
date: 2015/02/05 07:18:09;  author: root;  state: Exp;  lines: +4 -0
*** empty log message ***
----------------------------
revision 1.9
date: 2015/02/02 10:14:01;  author: root;  state: Exp;  lines: +3 -1
*** empty log message ***
----------------------------
revision 1.8
date: 2015/02/02 10:09:30;  author: root;  state: Exp;  lines: +6 -2
created the master array 
allocated the memory nd then reallocated it by using ndc variable 
basically we r writing character by character into the master array i.e ma
----------------------------
revision 1.7
date: 2015/02/02 09:48:27;  author: root;  state: Exp;  lines: +4 -1
*** empty log message ***
----------------------------
revision 1.6
date: 2015/02/02 09:43:19;  author: root;  state: Exp;  lines: +3 -0
just added break 
;
----------------------------
revision 1.5
date: 2015/02/02 09:41:34;  author: root;  state: Exp;  lines: +1 -1
just added ch
----------------------------
revision 1.4
date: 2015/02/02 09:39:45;  author: root;  state: Exp;  lines: +1 -1
added \n 
;
----------------------------
revision 1.3
date: 2015/02/02 09:37:32;  author: root;  state: Exp;  lines: +2 -1
we have printed the character instead of count
----------------------------
revision 1.2
date: 2015/02/02 09:33:10;  author: root;  state: Exp;  lines: +9 -2
now we are Reading the no of bytes containing the textfile
----------------------------
revision 1.1
date: 2015/02/02 09:14:36;  author: root;  state: Exp;
Initial revision
=============================================================================

RCS file: header.h,v
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 we have included base header file stdio.h
----------------------------
revision 1.3	locked by: root;
date: 2015/02/05 12:00:30;  author: root;  state: Exp;  lines: +1 -0
added the decleration or prototype of unique function
----------------------------
revision 1.2
date: 2015/02/02 09:20:19;  author: root;  state: Exp;  lines: +2 -1
In this we have included two header files 
i.e
stdlib.h nd fcntl.h
----------------------------
revision 1.1
date: 2015/02/02 09:14:53;  author: root;  state: Exp;
Initial revision
=============================================================================

RCS file: mdcaeuit1.c,v
Working file: mdcaeuit1.c
head: 1.1
branch:
locks: strict
	root: 1.1
access list:
symbolic names:
keyword substitution: kv
total revisions: 1;	selected revisions: 1
description:
implementayion of multiple data compression and encryption using iterative technique.
in this we have created master array without using functions.
----------------------------
revision 1.1	locked by: root;
date: 2015/02/06 08:54:58;  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>