搜索资源列表
huffman
- 利用霍夫曼方法进行图像的霍夫曼编码与解码-Hoffman method using images of the Hoffman encoding and decoding
huffman
- 构造一颗霍夫曼树,输入叶子节点的字符及权重,输出字符对应的Huffman编码,还可以通过输入0.1编码翻译出对应的字符-Hoffman Construction of a tree, enter the leaf nodes and the weights of the characters, the output of the Huffman code corresponding characters can be translated by entering the correspondin
Huofuman
- 霍夫曼编码算法: 霍夫曼编码译码算法,请大家多多指教-Huffman Coding Algorithm: Huffman code decoding algorithm, the exhibitions please
Data-Structure-Course-Design-Huffman-coding
- 数据结构课程设计——霍夫曼编码(含有设计要求,需求分析,源代码)-Data Structure Course Design- Huffman coding (with the design requirements, requirements analysis, source code)
HuffmanCoding
- 霍夫曼编码实现,在文件中输入一个字符串,即可在结果文件中获得编码-Huffman coding to achieve, type a string in the file can be encoded in the outcome document
Huffman
- 构造自适应霍夫曼树实现文件的压缩与解压缩。-Adaptive Huffman tree structure for file compression and decompression.
huffman
- 对MATLAB软件中已经存在的Shannon.txt文档进行霍夫曼编码,检测霍夫曼编码的编码速率。-On the MATLAB software that already exists Shannon.txt documents Huffman coding, the encoding rate of detection of Huffman coding.
huffmanencode
- 给出了两种利用matlab对图像进行霍夫曼编码的方法,经过仿真,效果很好!-Are given two pairs of images using matlab Huffman coding method, through simulation, good results!
Cpp1
- C语言编译利用霍夫曼编码压缩/解压缩文件-C compiler to use Huffman coding compression/decompression file
huffmanjpegrunlengtharithmatic
- 霍夫曼 jpeg 算术 游程 四合一霍夫曼 jpeg 算术 游程 四合一-huffman+jpeg+runlength+arithmatic
Huffman
- 霍夫曼编码,根据给定权值创建赫夫曼编码,显示每一步如何进行及所得编码-Huffman coding, according to the weight given to create Huffman codes, showing how each step and the resultant code
Lossless_decoding
- 自己编的基于霍夫曼编码以及解码的程序,供大家分享-Own compilation based on Huffman coding and decoding procedures for share
huffman
- 在MATLAB环境下实现霍夫曼编码与译码-In the MATLAB environment to achieve Huffman encoding and decoding
Source_coding
- 对通信中的信源的二进制编码的实现,有香农编码,费诺编码以及霍夫曼编码-Source of communication in the realization of the binary code, there is the Shannon coding, coding, and Huffman coding Fenno
huffman
- 这是用Delphi编写的霍夫曼编码问题,程序完整,可借鉴-It is written in Delphi Huffman coding problem, program integrity, to learn
huffmanarithmaticcoding
- 在matlab运行环境下 实现霍夫曼编码及霍夫曼译码-Huffman coding matlab implementation
HFM
- 在Visual C++ 6.0环境下,利用C++语言实现霍夫曼压缩解压算法-In Visual C++ 6.0 environment, using C++ language Huffman compression and decompression algorithms
Huffman
- Huffman霍夫曼编码!送给初学C的人-Huffman
JPEG_compression_image.m
- 利用Matlab编程实现对lena.bmp灰度图象进行QF=50和QF=40的压缩和解压缩,比较二者的PSNR,并且利用霍夫曼编码模拟信道中传输图象。通过了Matlab2009A测试。-Using Matlab program to compress and decompress the gray image Lena.bmp at QF = 50 and QF = 40,as well as comparing the result of two situation.Then using Hu
huffman_encode_and_decode
- 自己总结的huffman编解码,其中的源程序对从文件读取的数据进行霍夫曼编码,程序通过了验证-Huffman encode decode