搜索资源列表
huffman编码
- huffman编码 hao a -Huffman coding a hao
数据压缩_
- 自己做的作业(自适应霍夫曼解压缩) 完成功能解压缩文件!方法:自适应霍夫曼编码(8bit编码)(有GUI界面)-own operations (Adaptive Hoffman decompress) completed functional decompress documents! Method : adaptive Huffman coding (8bit coding) (a GUI interface)
huff0645345
- This file contains a new and improved version of the Huffman coder, (June 29. 2001). The name is Huff06.m. There are also some additional files which are helpful when using Matlab for data compression: quantizer, different variants of run-length-enco
huffmanhuffman
- huffman编码,一种压缩与解压缩的程序,仅供大家参考。-Huffman coding, a compression and decompression procedures are for your reference.
a.rar
- 哈夫曼编码译码系統,利用哈夫曼编码进行信息通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码,在接收端将传来的数据进行译码(复原)。对于双工信道(既可以双向传输信息的信道),每端都需要一个完整的编/译码系统。本次设计就是为这样的信息收发站写的一个哈夫曼的编/译码器。,Huffman decoding systems, the use of Huffman encoding of information and communicati
huffman
- 问题描述] 利用哈夫曼编码进行信息通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码,在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。试为这样的信息收发站写一个哈夫曼编/译码系统。-Descr iption of the problem] use Huffman encoding of information and communication can grea
ezw_matlab_VNP
- EZW coding implementation. using wavelet transforms as a key tool. compression and decoding is done using EZW algorithm.
huffman_coding
- ) Compression using huffman code -with a number of bits k per code word -provide huffman table Huffman coding is optimal for a symbol-by-symbol coding with a known input probability distribution.This technique uses a variable-length code t
huffman-adaptive
- 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
h264
- 这本规范的一部分,承担了开发的一种编码方法的需求不断增长,可 便利的天然和合成的活动图像和相关的自然人或可视对象 合成的声音,如数字存储媒体,各种应用互联网,有线或各种形式的 无线通讯等本规范的使用意味着运动视频可以被操纵的 一种电脑数据形式,可以在不同的存储介质传播,并收到超过储存 现有和未来的网络,对现有和未来的广播频道的分发。-This part of this specification was developed in response
Traversalalgo
- Codes". Huffman coding uses a specific method for choosing the representation for each symbol, resulting in a prefix code (sometimes called "prefix-free codes") (that is, the bit string representing some particular symbol is never a prefix of th
huffman1102.tar
- 自己编写的一个简单的C语言实现的HUFFMAN编码实现的小程序,适合初学者。-I have written a simple C-language implementation of HUFFMAN coding a small program, suitable for beginners.
itpp-4.0.7
- 影像處理非常合適的libary, 內容包含許多通道編碼程式碼, 對於影像處理工作者或是研究者有非常大的幫助-Image processing is very suitable libary, the contents of the code contains a number of channel coding for image-processing workers, or researchers have a very big help
coding
- 此代码是在保持信噪比的情况下,进一步提高了压缩比。灰度级的减少,势必会降低信噪比,但因为是处以比较小的整数,并没有引起熵值的剧烈变化,编码后信噪比基本不变。-This code is to maintain the signal to noise ratio of the case, to further improve the compression ratio. Gray-scale reduction, will inevitably reduce the signal to noise
fuck
- 三个程序,一个是huffman编码的,一个是深度优先算法的-Three programs, one is huffman coding, a depth-first algorithm is
Huffman
- Huffman编码实现文本文件压缩,实现最基本的哈夫曼编码,对文件进行两次扫描,第一次统计概率,第二次进行编码。压缩和解压缩时分别重新建立树,重新编码,以减小压缩后文件大小。-Huffman Coding a text file compression, Huffman coding to achieve the most basic, two scans of documents, the first statistical probability, and the second encode
Arithmetic-coding
- 实现算数编码,算术编码要真真实现需要很大的内存,所以本程序只能做一个近似的编码。-Achieve arithmetic coding, arithmetic coding to achieve Barbara takes a lot of memory, so the program can only do a similar code.
Motion-Estimation-for-Video-Coding
- A paper on video compression considering motion
calculate
- 此文件是算数压缩编码的完美诠释,有详细的压缩与解压的算法,并容易理解-This file is the perfect interpretation of arithmetic coding, a detailed algorithm for compression and decompression, and easy to understand
arithmetic-coding
- 算术编码,一种更现代的编码,比霍夫曼更有效-Arithmetic coding, coding a more modern, more effective Bihuofuman
