| Projects on Google Code | Results 1 - 3 of 3 |
Platform: JAVA
Algorithms To Be Implemented: RLE,Deflate,LZW
We are thankful to Times Of India and other leading news agencies for reporting about our project. This helps us to get the maximum user base.
See the following news reports:
http://timesofindia.indiatimes.com/articleshow/434...
An ActionScript library for working with common file compression formats. The first supported format is GZIP; others may follow depending on interest and need.
In this project, a scheme for compressing relatively small files is to be implemented. The basic idea of the algorithm for compression is to extract a byte array of the input file, and then train a neural network assigned for each byte in the [-128, 128] range to output the next byte in the byte arr...