搜索资源列表
hafumanshiyanbianma
- 数据结构中哈夫曼编码实验,有详细设计代码,供大家学习用,-data structure Huffman coding experiments, the detailed design code for everyone to learn from.
HUFFMAN
- Huffman编码算法的C语言的源程序代码 (source code written in C programming language for algorithm of Huffman coding).
hafm
- 输入节点个数和对应权值,得出哈夫曼编码-input node numbers and the corresponding value of the right to come Huffman coding
cyuyanshixiandaima
- C语言就数据结构的实现代码,包括霍夫曼编码,图遍历,二叉树等-C language data structure on the implementation of code, including Huffman coding, graph traversal, binary tree and so on. . .
Shannon
- 信息论中,将给定的信源符号概率,通过哈夫曼编码成一列二元码。-Information theory in a given source symbol probability by Huffman coding into a binary code.
HuffmanCodingcimplementation
- huffman编码c实现,huffman编码c实现 -Huffman Coding c implementation
Huffman
- huffman编码生成器 函数说明: [W,L,q]=huffman(P) 为huffman编码函数 P为信源的概率矢量,W为编码返回的码字 L为编码返回的平均码字长度,q为编码效率 ***************************************** -huffman encoding function generator Descr iption: [W, L, q] = huffman (P) for
Huffman-coding
- 哈弗曼编码,使用递归算法,实现哈弗曼编码-Huffman coding Recursive method
Tree
- 霍夫曼编码,最优霍夫曼树,从文件中读取并打印霍夫曼树-Huffman coding
Huffman0000
- Huffman coding compression decompression procedures-Huffman coding compression decompression procedures (code)
jpeg2000
- 用matlab实现jpeg2000编解码,包括小波变换、huffman编码等,适合初学者-Jpeg2000 codec, including wavelet transform, huffman coding using matlab for beginners
jcpro350
- 哈夫曼编码的matlab实现可用于毕业设计中,简单易懂(han)-Huffman coding matlab can be used for graduation design, simple and easy to understand (han)
mat2huff
- 在数字图像处理中,运用MATLAB中的函数mat2huff可以实现图像的哈夫曼编码-Huffman coding in digital image processing, the use of the MATLAB functions mat2huff can achieve the image
Haffuman
- 赫夫曼编码,这个代码内将创建赫夫曼树与赫夫曼编码结合在一起。-Huffman coding, this code will create a Huffman tree with Huffman coding combined.
HuffManTreeCode
- 数据结构之哈夫曼树的建立,哈夫曼编码的获取,根据哈夫曼编码压缩解压-Establish Huffman tree data structures, Huffman coding of the acquisition, according to Huffman compression decompression
001c
- 数据结构课程设计的小项目,根据哈夫曼编码和利用位存储实现的压缩软件。-Small projects curriculum design, according to the Huffman coding and bit storage utilization to achieve compression software.
huffman
- 根据随机生成的概率分布生成huffman编码(Generating Huffman coding based on randomly generated probability distribution)
huffman
- 详细介绍了哈夫曼编码的详细过程和实现,有需要可以下载(Detailed Huffman coding detailed process and implementation, there is need to download)
压缩
- 建立哈夫曼树,对文件进行哈夫曼编码,达到对文件进行压缩的功能(Building Huffman tree, Huffman coding for files, to achieve the function of compressing files)
HuffmanCode
- 哈夫曼编码(Huffman Coding),又称霍夫曼编码,是一种编码方式,哈夫曼编码是可变字长编码(VLC)的一种。Huffman于1952年提出一种编码方法,该方法完全依据字符出现概率来构造异字头的平均长度最短的码字,有时称之为最佳编码,一般就叫做Huffman编码(有时也称为霍夫曼编码)。(In computer science and information theory, a Huffman code is a particular type of optimal prefix cod