搜索资源列表
-
0下载:
迄今为止见过的最方便的huffman编码,效率很高
一个外国人写的,很具有研究价值
Constructing a Huffman Tree according to the number of times each symbol appears in the data stream:
1) Create an array of N nodes, representing N possible symbols (ranging between 0 and N-1).
2) Set
-
-
0下载:
基于VC++6.0,利用哈夫曼编码对BMP图像进行编码并储存为*.huf格式的文件,同时也可对*.huf格式的文件进行解码,储存为*.bmp格式的图像-Based on VC++6.0, the use of Huffman coding to encode the image of BMP and saved as*. huf format, but also right*. huf decode the file format, stored as a*. bmp format images
-
-
0下载:
实现Huffman编码,用于图像的处理,或者是信息传输中的数据压缩,减少存储容量-to complish huffman code into encode,decode.and tanslatate many l etters into many"0 or 1"to decrease the space.may you good luck!
-
-
0下载:
对yuv视频文件进行huffman编码和huffma解码-encode and decode the yuv videos with huffman algorithm
-
-
0下载:
对yuv视频文件同时进行huffman和小波编码和解码-encode and decode the yuv video with huffman and wavelet algorithm
-
-
0下载:
图像处理于MATLAB上的应用,能很好的处理一些熵,概率等问题-(a)Find the entropy of this source using Matlab
(b)Design the Huffman code for this source using Matlab.
(c) Randomly generate a source sequence of length 500 symbols drawing the symbols from the true source distri
-
-
0下载:
利用霍夫曼编码对图像进行编码及解码,计算霍夫曼编码效率-huffman encode and decode
-
-
0下载:
用霍夫曼编码,零树小波算法解码,图像处理过程-huffman encode ,ezw decode
-