-
-
jpeglib.zip
Visual studio 2008 solution of jpeg decodeer/encoder implemented in C++. Well portable also on windows mobile
-
aes_crypto_core_latest.tar.gz
Consecutive AES core
Description of project..
Features
- AES encoder
- 128/192/256 bit
- AES decoder
- 128/192/256 bit
Status
- Key Expansion added
- Encoder added
- Decoder added
- Documentation added
-
-
CodHuffman.zip
Implementation for the Huffman Cod in Visual C++.
Both, the encoder and the decoder take as input a file and write the output into another file.
-
Lempel-Ziv.zip
Implementation for Lempel-Ziv code.
Encoder and decoder are separated. The input is a file and the output is written in another file.
-
-
ActualJPEG.zip
from internet ..
Thanks to Yu Hen Hu for his JPEg encoder ..
Steps to Run:
1. Run jpegdemo.m (encoder) by Yu Hen Hu
2. Run ijpegdemo.m (decoder) by Ravi Lakkundi (Me)
Again Thanks to Yu Hen Hu for his support.
-
HammingDecoder.rar
-- Hamming Decoder
-- This Hamming decoder accepts an 8-bit Hamming code (produced by the encoder above) and performs single error correction and double error detection.
-- download from: www.pld.com.cn & www.fpga.com.cn
LIBRARY ieee
USE ieee. ...
-
-
art_sklar7_reed-solomon.rar
this is very important regarding the reed solomon encoder and decoder one can easily make the code using the theory provided in it.
-