-
-
-
-
Scx3.1.rar
... -X ver 3.1 (SCX31).
SCX31 is an encryption tool. I designed it as my graduation paper work. SCX31 is a symmetric stream cipher built on chaos function, one time pad cipher and inspiration from Ground Effect (aviation). The key length can be up to 40 ...
-
-
ps.rar
Program Stream demux module for VLC
-
-
djpeg.rar
实现jpeg图像解码功能。
代码设计思路:1, Reconstruct the Huffman/RLE stream to a sequence
2, Arrange the sequence to a matrix using the zigzag scanning backwards
3, Multiply the matrix by quantization table
4, Perform inverse DCT
5, Shift the values by + ...
-
-
Huffman.zip
... according to the number of times each symbol appears in the data stream:
1) Create an array of N nodes, representing N possible symbols ( ... to the number of times that its symbol appears in the data stream.
3) Create a Minimum-Heap of N nodes.
4) Add ...
-
-