Welcome![Sign In][Sign Up]
Location:
Search - Huffman Adaptive

Search list

[Special EffectsAdaptive-Huffman-Coding

Description: Matlab实现自适应Huffman哈夫曼编码,这个Matlab实现的程序,实现用于一维8位或16位整数数组的自适应Huffman哈夫曼编码。
Platform: | Size: 38923 | Author: yy | Hits:

[Data structsdcce1

Description: 使用tc2的adaptive huffman编码,并附带图形界面-use of adaptive vs. Huffman coding, and incidental graphical interface
Platform: | Size: 101376 | Author: cwj | Hits:

[Picture Viewer5ivb_487118

Description: vb jpeg编码这是一个比较完整的JPEG压缩程序,支持 彩色/灰度、Y分量水平/垂直采样律、图像质量 调整。使用的是最简单的基线系统(BaseLine)压缩方式,量化表及Huffman表都是与ACDSee一致的,没有提供自适应Huffman表压缩功能。-vb jpeg coding This is a relatively complete JPEG compression process, support for color/grayscale, Y component level/vertical sampling law, image quality adjustment. The use of the most simple baseline system (BaseLine) compression method to quantify the Huffman table and the table with ACDSee are the same, and did not provide adaptive Huffman compression table.
Platform: | Size: 86016 | Author: 王宇 | Hits:

[Compress-Decompress algrithmslzari_huf

Description: In each step the LZSS algorithm sends either a character or a <position, length> pair. Among these, perhaps character "e" appears more frequently than "x", and a <position, length> pair of length 3 might be commoner than one of length 18, say. Thus, if we encode the more frequent in fewer bits and the less frequent in more bits, the total length of the encoded text will be diminished. This consideration suggests that we use Huffman or arithmetic coding, preferably of adaptive kind, along with LZSS.-In each step the LZSS algorithm sends either a character or a lt;position, lengthgt; pair. Among these, perhaps character "e" appears more frequently than "x", and a lt;position, lengthgt; pair of length 3 might be commoner than one of length 18, say. Thus, if we encode the more frequent in fewer bits and the less frequent in more bits, the total length of the encoded text will be diminished. This consideration suggests that we use Huffman or arithmetic coding, preferably of adaptive kind, along with LZSS.
Platform: | Size: 4096 | Author: 冰冰 | Hits:

[Compress-Decompress algrithms数据压缩_

Description: 自己做的作业(自适应霍夫曼解压缩) 完成功能解压缩文件!方法:自适应霍夫曼编码(8bit编码)(有GUI界面)-own operations (Adaptive Hoffman decompress) completed functional decompress documents! Method : adaptive Huffman coding (8bit coding) (a GUI interface)
Platform: | Size: 48128 | Author: 李春光 | Hits:

[PropertySheet动态哈夫曼的改进

Description: 来有人提出了一种动态的哈夫曼编码方法。动态哈夫曼编码使用一棵动态变化的哈夫曼树,对第t+1个字符的编码是根据原始数据中前t个字符得到的哈夫曼树来进行的,编码和解码使用相同的初始哈夫曼树,每处理完一个字符,编码和解码使用相同的方法修改哈夫曼树,所以-was raised to a dynamic Huffman coding method. Dynamic Huffman coding using a dynamic changes in the Huffman tree for the first t a character encoding is based on the original data before t characters in the Huffman tree for the encoding and decoding using the same initial Huffman tree, each dealing with a character encoding and decoding using the same side Law Revision Huffman tree.
Platform: | Size: 6144 | Author: wzh | Hits:

[Compress-Decompress algrithmsAdaptiveHuffman

Description: 自适应huffman编码,即在编/解码过程中根据已编/解码数据来计算各个码字的概率,并动态调整huffman树。包括编码器和解码器。 在vc++.net 2003下开发-adaptive Huffman coding, that is the encoding/decoding process based encoding/decoding data to calculate various code word probability, Dynamic adjustment and Huffman tree. Including the encoder and decoder. In vc. Net 2003 under development
Platform: | Size: 13312 | Author: 沈宏伟 | Hits:

[OtherAHUFF

Description: 此程序以c 语言撰写adaptive Huffman coding-c language to write adaptive Huffman coding
Platform: | Size: 8192 | Author: 黎智 | Hits:

[Compress-Decompress algrithms23952

Description: My (so called) HiP compression algorithm as console mode utility. It s a hybrid of Lempel-Ziv 77 and Adaptive Huffman encoding (Huffman + LZ77 ZIP = HiP) with a word prefix hash algorithm etc.-My (so called) a compression algorithm HiP 's console mode utility. It's a hybrid of Lempel-Z iv 77 and Adaptive Huffman encoding (Huffman LZ HiP ZIP = 77) with a word prefix hash algorithm et c.
Platform: | Size: 53248 | Author: 郭春阳 | Hits:

[Compress-Decompress algrithmsadaptive-huffman

Description: 自适应的哈夫曼编码程序,包括屏幕输出和文件保存。-Adaptive Huffman Coding procedures, including the screen output and save the file.
Platform: | Size: 5120 | Author: 陈文杰 | Hits:

[Compress-Decompress algrithmsAdaptiveHuffmanEncode

Description: 有关自适应HUFFMAN文本压缩方面的代码-The relevant aspects of text compression adaptive Huffman code
Platform: | Size: 2048 | Author: 黄龙华 | Hits:

[Compress-Decompress algrithmsAdaptiveHuffmanCompression

Description: 自适应huffman编码工具,完整的源代码,非常好用。-Adaptive huffman encoding tools, complete source code, very easy to use.
Platform: | Size: 39936 | Author: zhangjiessie | Hits:

[Data structsHuffman

Description: 使用huffman二叉树对文件进行压缩,代码中使用了自适应算法。不需要两次遍历源文件!-Huffman binary tree using the file compression, the code uses the adaptive algorithm. Ergodic source files do not need two!
Platform: | Size: 34816 | Author: zhangbo | Hits:

[Special EffectsAdaptive-Huffman-Coding

Description: Matlab实现自适应Huffman哈夫曼编码,这个Matlab实现的程序,实现用于一维8位或16位整数数组的自适应Huffman哈夫曼编码。-Matlab realize Huffman Adaptive Huffman Coding, the Matlab realize the procedures used to realize one-dimensional 8-bit or 16-bit integer array Huffman Adaptive Huffman Coding.
Platform: | Size: 38912 | Author: yy | Hits:

[Compress-Decompress algrithmshuffman-adaptive

Description: huffman coding and decoding adaptive huffman coding and decoding it is a assignment from my course and code is main-c decode is main-e hope it is useful for everybody
Platform: | Size: 2509824 | Author: yuyu | Hits:

[Compress-Decompress algrithmsAHC

Description: Adaptive-Huffman Coding自适应的Huffman压缩与解压缩。 在压缩与解压缩过程中动态地改变Huffman树,和编码。-Adaptive-Huffman Coding Adaptive Huffman compression and decompression. Compression and decompression in the process of changing the dynamic Huffman tree, and coding.
Platform: | Size: 2028544 | Author: star | Hits:

[Compress-Decompress algrithmsHuffman

Description: 构造自适应霍夫曼树实现文件的压缩与解压缩。-Adaptive Huffman tree structure for file compression and decompression.
Platform: | Size: 6144 | Author: renyuanfang | Hits:

[Program docadaptivehuffman.m.tar

Description: Adaptive Huffman Coding and Decoding for Data Compression in MATLAB
Platform: | Size: 4096 | Author: Ibraham | Hits:

[Compress-Decompress algrithmsfinal_proj1

Description: adaptive huffman coding and decoding in matlab-adaptive huffman coding and decoding in matlab..
Platform: | Size: 885760 | Author: vahid | Hits:

[Compress-Decompress algrithmsadaptive-huffman

Description: It is a program to compress the entered file text using the adaptive huffman compression algorithm which dynamically builds a tree according to the input string
Platform: | Size: 2048 | Author: omsta | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net