Hello friends, Here is the code of File Compressor...
The main features of this program are:
The main features of this program are:
- Works like note pad (i.e create, open, save , text document )
- Can generate random bits of data
- Can compress binary data (i.e If there are 10 or more 1’s consecutively replace them
+10+, +11+, ... +20+, ….. OR in case of 0’s replace them -10-, -11-,-12-, ....... -20-, ....
- Can uncompressed data (i..e replace +10+ with '1111111111' , -10-, '000000000' , ....... )
- GUI interface,........
Pictorial View:
Codding:
No comments:
Post a Comment