霍夫曼编码 资源专区

本专区汇聚了各类基于 霍夫曼编码 开发的源码资源,共计 118 篇资源供开发者免费下载学习。

共找到 118 个资源
其他 1 积分

霍夫曼编码演示程序

huffman编码演示程序-Huffman coding Demonstration Program.

霍夫曼编码 数据压缩 算法
0 0 查看详情
其他 1 积分

VC实现图像霍夫曼编码

vc实现一幅图像的huffman编码,代码效率非常的好。大家可以参考一下-vc achieve an image of Huffman coding, code efficienc

VC 图像处理 霍夫曼编码
0 0 查看详情
其他 1 积分

VB.NET实现的短字典霍夫曼压缩算法

Huffman with Short dictionary压缩算法(VB.NET Source)-with Short dictionary Huffman compression

霍夫曼编码 VB.NET 数据压缩
0 0 查看详情
其他 1 积分

霍夫曼编码解码源代码资源说明

这是一个霍夫曼编码解码的源程序,可以用它高效实现霍夫曼解码编码,注释详细,可读性好.压缩包止包括源程序文件,再vc中运行.-Hoffman codec of the source,

霍夫曼编码 源代码 数据压缩
0 0 查看详情
其他 1 积分

数据压缩基础概念解析

数据压缩的一些基本概念-data compression some of the basic concepts

数据压缩 无损压缩 有损压缩
0 0 查看详情
其他 1 积分

基于霍夫曼编码的文本压缩算法及代码

文本压缩算法及代码,采用huffman编码压缩,压缩率较高-text compression algorithms and code, using Huffman coding c

文本压缩 霍夫曼编码 无损压缩
0 0 查看详情
其他 1 积分

霍夫曼编码算法实现

huffman源代码,包含该算法的具体实现,从统计概虑到编码-Huffman source code, the algorithm contains a concrete real

霍夫曼编码 数据压缩 算法实现
0 0 查看详情
其他 1 积分

霍夫曼编码原理与应用详解

霍夫曼编码 是一种无失真编码 讲的很详细,仔细看看,收获不小。-Huffman coding is a lossless encoding said very carefully,

霍夫曼编码 无损压缩 信息论
0 0 查看详情
其他 1 积分

霍夫曼编码实现

huffman编码 hao a -Huffman coding a hao

霍夫曼编码 数据压缩 算法
0 0 查看详情
其他 1 积分

LZW与霍夫曼混合编码算法的C语言实现

本代码为LZW算法的C语言实现程序,他在此基础上加入了霍夫曼算法的优点-the LZW algorithm code for the C language procedure, h

数据压缩 LZW算法 霍夫曼编码
0 0 查看详情
其他 1 积分

霍夫曼与LZ7联合编码源码资源说明

此代码为霍夫曼编码和LZ7编码的联合实现,它能较高地提高无损压缩及解码的速度-this code for the LZ7 Huffman coding and encoding o

霍夫曼编码 LZ7 无损压缩
0 0 查看详情
其他 1 积分

LZSS算法中的字符与位置对编码优化说明

In each step the LZSS algorithm sends either a character or a pair. Among these, perhaps

LZSS 数据压缩 霍夫曼编码
0 0 查看详情