搜索资源列表
Huffman3
- MATLAB实现霍夫曼编码对英文文本的解压缩程序-MATLAB Huffman coding for the English version of decompression procedures
DeCompress
- 可实现文件解压缩功能,要压缩后的文件没有扩展名,算法采用的是霍夫曼编码
Huffman
- 实现图像的霍夫曼编码压缩以及解压缩的方法
compress_software
- 实现简单的压缩解压缩功能!具体实现是使用霍夫曼编码原理,外加数据结构的算法,通过建立霍夫曼树,进而遍历该树,将编码简短或者恢复
compress
- 利用JAVA 实现的 霍夫曼编码压缩解压缩算法
数据结构的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 动态存储分配
Huffman
- 数据压缩,霍夫曼编码解码器的实现 霍夫曼树 霍夫曼压缩类 霍夫曼解压缩-Data compression, Huffman coding decoder Huffman tree Huffman compression class Hoffman decompress
Huffman
- 构造自适应霍夫曼树实现文件的压缩与解压缩。-Adaptive Huffman tree structure for file compression and decompression.
HFM
- 在Visual C++ 6.0环境下,利用C++语言实现霍夫曼压缩解压算法-In Visual C++ 6.0 environment, using C++ language Huffman compression and decompression algorithms
Huffman
- JAVA利用霍夫曼编码实现文件压缩与解压缩功能-Using Huffman coding to achieve compression and decompression functions
2
- 用霍夫曼树实现文件的解压以及压缩的问题,语言为C++ 构造自适应霍夫曼树实现文件的压缩与解压缩-Adaptive Huffman tree structure for file compression and decompression.
compress
- 利用堆、霍夫曼树、二叉树遍历等知识点,编写文本压缩程序,实现文本文件的压缩与解压功能-Using heap, Hoffman tree, binary tree traversal and other knowledge, text compression program, realize a text file compression and decompression functions
MyHuffmanSzip
- 1 实现霍夫曼压缩 2 构建霍夫曼数 3 实现压缩、解压-1 Huffman compression 2 Construction of Hoffman number 3 to achieve compression, decompression
Tccoompressh
- 运用JAVA 实现的 霍夫曼编码压缩解压缩算法 -The use of JAVA Implementation of Huffman Coding compression decompression algorithm
YASUO
- 霍夫曼编码实现的文件压缩、解压缩 并输出压缩率-Huffman coding implementation of file compression, decompression and output compression rate
Bmp vs jpeg
- VC++写的 BMP 和 JPEG文件格式之间转换的MFC 对话框程序,程序实现读取BMP文件 进行JPEG压缩编码存储为JPG文件 和JPG文件解压缩存储为BMP文件 已验证100%可用
image-coding
- 采用霍夫曼编码,对图像进行压缩解压,C程序实现-Huffman coding, image compression decompression, C program
huffman_encoder_decoder
- 霍夫曼编解码代码,实现Txt文档的压缩与解压-Hoffman codec code ,compress a txt docment
Compress
- 用c++实现的一个简单的霍夫曼编码压缩解压程序-huffman coding
dccompzession
- MATLAB实现霍夫曼编码对英文文本的解压缩程序 不错的源码 很好(MATLAB Huffman coding decompression procedure of English text is good source code is very good)