搜索资源列表
实现的是26个英文字母的huffman编码
- 实现的是26个英文字母的huffman编码 并且计算了编码效率-To achieve the 26 English letters huffman encoding and coding efficiency is calculated
Huffman
- 基于matlab的哈夫曼编码与解码的源代码程序。-Matlab-based Huffman encoding and decoding of the source code program.
huffman
- matlab程序,完成huffman编解码的功能-matlab program to complete the huffman encoding and decoding functions
huffman
- 对MATLAB软件中已经存在的Shannon.txt文档进行霍夫曼编码,检测霍夫曼编码的编码速率。-On the MATLAB software that already exists Shannon.txt documents Huffman coding, the encoding rate of detection of Huffman coding.
huffman
- 对给定的txt文件进行Huffman编码和解码,并加以分析,采用无记忆信源编码方式-For a given txt files Huffman encoding and decoding, and analyzed, using non-memory source coding method
HuffCoding
- provides matlab code for huffman encoding for images
Huffcoding04
- provides matlab code for huffman encoding for images
HuffmanTree
- provides matlab code for huffman encoding for images
huffman
- 在MATLAB环境下实现霍夫曼编码与译码-In the MATLAB environment to achieve Huffman encoding and decoding
dct2
- program matlab for encode jpeg picture using dct2, RLE, and huffman encoding
huffman
- 图像的huffman编解码程序,希望能给大家提供帮助-Huffman encoding and decoding process the image, hope that they can help
huffman
- 一个信源编码的huffman编码程序,可以自动输出huffman编码-A source coding huffman encoding program that can automatically output huffman coding
huffman-encode
- 用matlab实现了huffman的编码和解码过程-Achieved using matlab huffman encoding and decoding process
huffman
- 实现了huffman编码 运行良好 可以在不同的版本中运行-Achieve a huffman encoding
huffman-code
- The goal of this program is to demonstrate the construction of a huffman encoding tree. The tree is represented as a binary tree using MATLAB s built in treeplot commands. Contruction of the tree as well as the huffman code book will be described in
huffman-coding-and-decoding
- huffman encoding for image compression
huffman
- huffman编码生成器 函数说明: [W,L,q]=huffman(P) 为huffman编码函数 P为信源的概率矢量,W为编码返回的码字 L为编码返回的平均码字长度,q为编码效率 -Huffman encoding generated Function Descr iption: [W, L, q] = huffman (P) P for the Huffman encoding function for the prob
huffman
- 哈夫曼编码(Huffman Coding)是一种编码方式,哈夫曼编码是可变字长编码(VLC)的一种。Huffman于1952年提出一种编码方法,该方法完全依据字符出现概率来构造异字头的平均长度最短的码字,有时称之为最佳编码,一般就叫作Huffman编码(有时也称为霍夫曼编码)。-Huffman coding (Huffman Coding) is an encoding, Huffman coding is a variable length coding (VLC) one. A Huffma
huffman
- Huffman Encoding And Decoding
Huffman
- Huffman Encoding and Decoding