-
-
[
C/C++]
Huffman.rar
Huffman coding (Huffman Coding) ─ a Huffman tree that is optimal binary tree, with the right of the path length of the smallest tree, often used in data compression.
-
[
Visual C++ (VC++)]
Huffman-code-decode.rar
test1.txt is used to store the article in English to be read, code.txt contains generated the huffman codes, decoded.txt for the contents according to code.txt decoded results.
-
-
[
C/C++]
huffman.rar
huffman encoding text documents realize the compression and decompression, easy-to-use
-
[
Visual C++ (VC++)]
Huffman.rar
Huffman coding for image compression. That is, can understand the principle of Huffman coding, you can understand the image compression technology. Can run.
-
[
C/C++]
huffman.rar
Static Huffman coding, the document read from file.txt characters, statistics, and coding, the output of the huffman-u.txt
-
-
[
C/C++]
huffman.rar
Based on single-chip data compression algorithm Algorithm-Huffman
Category:
SCM Upload User:
szjipin Size:
2K
-
-
[
Visual C++ (VC++)]
Huffman.rar
Through the process to achieve huffman encoding and decoding. Enter a string, statistical character frequency, the output huffman coding. Enter a code, based on pre-set decoding method to decode.