搜索资源列表
zlib-1.2.2.tar
- 此代码为霍夫曼编码和LZ7编码的联合实现,它能较高地提高无损压缩及解码的速度-this code for the LZ7 Huffman coding and encoding of the Joint Implementation, to raise it higher lossless compression and decoding speed
HOFFMAN
- 霍夫曼coding程序,用此程序可以对任意图像进行霍夫曼编码。-Huffman coding procedures, this procedure can be used for any image Huffman coding.
Huffman哈夫曼(霍夫曼)
- 实现了Huffman编码的过程。执行环境为 TC 3.0。-realized Huffman coding process. The environment for the implementation of TC 3.0.
数据结构的C++描述
- 目 录 译者序 前言 第一部分 预备知识 第1章 C++程序设计 1 1.1 引言 1 1.2 函数与参数 2 1.2.1 传值参数 2 1.2.2 模板函数 3 1.2.3 引用参数 3 1.2.4 常量引用参数 4 1.2.5 返回值 4 1.2.6 递归函数 5 1.3 动态存储分配
HuffmanCoding.rar
- 利用数字图像处理中的霍夫曼编码算法对数字图像作霍夫曼编码,所得编码结果完全符合概率越大,码长越短的原则,The use of digital image processing of the Hoffman coding algorithm for digital image on the Huffman code, coding the results obtained in full compliance with the greater probability, the shorter co
viterbi_de
- 卷积码译码霍夫曼编码及数学概率论贝叶斯公式; 卷积译码软判决通过3位量化可以比硬判决提高约2dB信噪比; 了解最大似然译码准则; -Soft Decoding Scheme of Convolution Codes Combined with Huffman Coding.Simulation study of the performance of ternary line codes under Viterbi decoding & Soft-decision decoding
huofuman
- 霍夫曼编码与解码,功能:输入任意符号和权值,构建霍夫曼树,输出霍夫曼编码,计算平均码长,输入任意编码进行解码,错误提示。-Huffman encoding and decoding functions: Enter any symbols and weights to build Huffman tree, the output Huffman code to calculate the average code length, input Into any codec decoding e
huffman.rar
- 用优先队列实现霍夫曼编码,是对贪心算法实现的一个详细代码。输入文件是待编码文件,输出文件是各个字符编码信息。,Priority queue with the realization of Huffman code is a greedy algorithm to achieve a detailed code. Input file is to be encoded file, output file is all character encoding information.
Huffman.rar
- 霍夫曼编码一些简单应用 简单的将文本格式文章进行压缩和解压缩处理,Huffman coding some simple applications simple text format to compress and decompress the article dealing with
HuffmanTree
- 霍夫曼编码,可以实现对文件的压缩和解压,很好的巩固了数据结构中的知识。有注释。-It is about Huffman .To new learner,it is good code.
ImageProcess
- 特技显示: 图像扫描、图像插入、百叶窗显示、马赛克效果、栅格条交错、从全黑淡入、图像伸缩 像素运算: 查看直方图、直方图均衡、线性变换、阈值变换、窗口变换、灰度拉伸、对数变换 几何变换: 图像镜像、图像平移、图像旋转、图像缩放 正交变换: 离散傅立叶变换、离散余弦变换、沃尔什哈达玛变换、离散K-L变换、小波变换 图像复原: 逆滤波复原、维纳滤波复原 图像增强: 灰度变换调整、直方图修整法、图像平滑法、中值滤波、低通滤波、图像锐化、高通滤波
jpg_enc
- JPEG图像压缩 霍夫曼编码 学习交流 visual C-JPEG image compression Huffman coding to study the exchange of
huofuman
- 霍夫曼编码的基本方法是先对图像数据扫描一遍,计算出各种像素出现的概率,按概率的大小指定不同长度的唯一码字,由此得到一张该图像的霍夫曼码表。编码后的图像数据记录的是每个像素的码字,而码字与实际像素值的对应关系记录在码表中。-Huffman coding method is first scanned image data again, to calculate the probability of a variety of pixel specify a different length uniq
Huffman
- 数据压缩,霍夫曼编码解码器的实现 霍夫曼树 霍夫曼压缩类 霍夫曼解压缩-Data compression, Huffman coding decoder Huffman tree Huffman compression class Hoffman decompress
DlgHuffman
- 霍夫曼编码实现程序,用C++实现,霍夫曼是一种无损压缩的算法实现-Huffman coding to achieve the procedure, using C++ Realized, Hoffman is a lossless compression algorithm
wuwei
- 霍夫曼编码 -Huffman coding Huffman coding
HUFFERMAN
- 信息论与编码实验三:用VC++实现霍夫曼的编码。-Information theory and coding experiment III: The VC++ Achieve Hoffman encoding.
huffmancode
- 实现的是霍夫曼编码,在c程序中模拟编码解码功能。-The realization of the Huffman code, in the c program features analog codec.
HuffmanCoding
- 应用通信系统中的霍夫曼编码C++源程序。-Applied Communication Systems Hoffman encoding C++ Source.