搜索资源列表
Common111lzo
- 通用的LZO压缩算法,比霍夫曼算法好15%-common compression algorithms, Algorithm better than Hoffman, 15%
CS_RemoteControl
- server remote control所需模块如下: 网络模块:负责监听客户端连接,接受处理发来的命令(鼠标,键盘,网络消息等),在本级处理这些消息并发送各种数据(屏幕数据,命令反馈数据)到客户端监听程序 编码模块:负责对屏幕图像数据进行压缩编码。具体的编码方法有客户端决定。压缩选项包括霍夫曼压缩,多遍霍夫曼压缩,RunLength编码,RunLength-霍夫曼组合编码及不压缩 主框架模块:负责处理server端窗口消息处理和映射 Client re
JPEG_compress_using_MATLAB_and_c
- 用matlab 和 c联合编程实现JPEG图像压缩,包括量化,霍夫曼编码,解码
huffman_matlab
- 可对.txt文本进行霍夫曼编码,并计算其压缩率
chart
- 霍夫曼压缩的作业,时间的快速的霍夫曼压缩
用C压缩文件
- 用C实现不同压缩 霍夫曼等等
Cpp1
- C语言编译利用霍夫曼编码压缩/解压缩文件-C compiler to use Huffman coding compression/decompression file
Huffman
- 用C++实现霍夫曼编码,对一组字符串进行编码,通过对霍夫曼算法的实现,进一步了解霍夫曼算法进行数据压缩的原理及过程。-Huffman
SmartStorage
- 一套基于ZIP/霍夫曼技术的智能数据存储技术试验源代码,这里所谓的智能存储技术大约类似一个文件包,你可以添加任意格式的文件进行存储(使用AddUpdateItem函数)和从文件包中删除(使用DeleteItem函数). 你可以选择 zlib/huffman压缩模式进行压缩存储或者不使用压缩进行存储. 它采用了文件索引技术因此可以获得更好的性能,这个就是叫真空存储技术,即 VaccumStorage()函数. 而且,最重要的是,它使用序列化小节(块)技术来进行处理 CRC 和压
Authority--Huffman.Codec
- 霍夫曼(Huffman)编码是1952年为文本文件而建立,是一种统计编码。属于无损压缩编码。-Hoffman (Huffman) coding is established in 1952 as a text file, is a statistical coding. Belong lossless compression encoding.
YASUO
- 霍夫曼编码实现的文件压缩、解压缩 并输出压缩率-Huffman coding implementation of file compression, decompression and output compression rate
Hoffuman
- 霍夫曼压缩解压 可用于压缩解压文件 用于数据结构学习-Huffman compression decompression can be used for data compression decompression file structure learning
jietasuo
- 利用霍夫曼树对txt文件进行压缩与解压缩,用二进制确定权值-Txt file using the Huffman tree for compression and decompression, with the right to determine the binary value
Chapter4
- 模拟数字转换,数据压缩,无噪声编码,霍夫曼编码-Analog to digital conversion, data compression, noise coding, Huffman coding
CODE_UPLOAD
- 文件压缩是有用,当传输非常大的文件。每个字符的Ascii文本文件编码由一个8位固定长度的代码。这些文件通常可以大大压缩,如果不是这个固定长度的代码使用一个变量长度代码更频繁出现字符有短码和更少的字符有较长的代码出现。例如,一个大型数据文件可能主要是数字、空间和换行字符。如果短(小于8位)编码是用于这些然后文件将大大压缩。一个Lisp文件可能有很多左和右括号在它。使用短代码对这些将压缩文件。使用霍夫曼编码压缩文件。-File compression is useful when the trans
hufman
- 霍夫曼编码对文本文件的压缩与解压缩软件,有设计文档和c++的MFC源文件。(天津工业大学信息学院课程设计)。 -Huffman coding for text file compression and decompression software, design documents and c++ MFC source files. (Tianjin Polytechnic University School of Informatics curriculum design).
Huffman_Packer
- 基于MFC的霍夫曼文件压缩解压器,支持二进制文件,可记录原始文件名,单线程的,不过速度还凑合,有需要的可以研究下.项目是VS2012建的,在低版本下打开需要修改下文件-MFC-based Huffman compression decompression file, support binary file, you can record the original file name, single-threaded, but the speed is okay, there is a need
dai
- 设计一个完整的,基于霍夫曼编码的压缩解压软件包,并用适当的文本来检查-Design a complete, based on Huffman coding compression decompression software packages and to check with the appropriate text
hfm
- 简单的霍夫曼编码压缩txt文档,自己原创-Huffman coding compression simple txt files, their original
JPEGCompression-master
- matlab基于余弦变换及霍夫曼编码实现jpeg压缩和解压,(Matlab implements JPEG compression and decompression)