搜索资源列表
200521511243234
- 用于数据流压缩的huffman算法源代码,VC程序-data flow for the Huffman compression algorithm source code, VC Program
arg
- Huffman Algorithm develop by C-Huffman Algorithm develop by C++
Huffman__T1620927282003
- Huffman Tree Encoder is an implementation of the HUffman algorithm.I wrote a simplified version of the Algorithm for this program. The Algorithm is also available with the program.The program can generate codes for the symbols entered as well as disp
GB-32(dsproject)
- text pad with compressor using huffman algorithm
Huffman
- data compression algorithm with Huffman
huffman_new
- huffman algorithm in c-huffman algorithm in c++
Huffman
- Huffman Coding algorithm in MATLAB
Huffman
- It is a graphical representation of the Huffman algorithm . the program is in accordance to the algorithm described in Cormen.
Huffman-algorithm
- 哈夫曼算法的源代码程序,很适合用来学习理解及提高,非常经典哦!-Huffman algorithm source code, it is suitable for learning to understand and improve, very classic Oh!
huffman-algorithm
- this implementation huffman algorithm,you must try code. i think you must try.-this is implementation huffman algorithm,you must try code. i think you must try.
Dynamic_Hu1510511292002
- Dynamic Huffman coding of subsets of arbitrary alphabets, Professor Vitter s invariant * for algorithm FGK. Includes a tree weight scaling interface-Dynamic Huffman coding of subsets of arbitrary alphabets, Professor Vitter s invariant * for algorit
hw3_E24016629
- 霍夫曼編碼(Huffman Coding)是一種編碼方式,是一種用於無損數據壓縮的熵編碼(權編碼)算法。 在計算機數據處理中,霍夫曼編碼使用變長編碼表對源符號(如文件中的一個字母)進行編碼,其中變長編碼表是通過一種評估來源符號出現機率的方法得到的,出現機率高的字母使用較短的編碼,反之出現機率低的則使用較長的編碼,這便使編碼之後的字符串的平均長度、期望值降低,從而達到無損壓縮數據的目的。-Huffman coding (Huffman Coding) is an encoding, data co
