搜索结果

找到约 434 项符合 Huffman 的查询结果

压缩解压 Generates a static minimum-variance Huffman code tree.

Generates a static minimum-variance Huffman code tree.,详细给出了HUFFMAN码树构造
https://www.eeworm.com/dl/617/296017.html
下载: 24
查看: 1036

压缩解压 Huffman.c 本演示程序提供了哈夫曼编码法的压缩和解压缩函数

Huffman.c 本演示程序提供了哈夫曼编码法的压缩和解压缩函数,并实现了对图象 文件的压缩和解压缩
https://www.eeworm.com/dl/617/296215.html
下载: 122
查看: 1051

数值算法/人工智能 I ve written some many years ago dynamic Huffman algorithm to compress and decompress data. It is ma

I ve written some many years ago dynamic Huffman algorithm to compress and decompress data. It is mainly targeted to data with some symbols occuring more often than the rest (e.g. having some data file consisted of 3 different symbols and their total number of occurence in that file s1(1000), s2(200 ...
https://www.eeworm.com/dl/518/296419.html
下载: 122
查看: 1069

压缩解压 Huffman算法的详细解析,包括建立Huffman树的方法,编码和解码

Huffman算法的详细解析,包括建立Huffman树的方法,编码和解码
https://www.eeworm.com/dl/617/300170.html
下载: 45
查看: 1041

压缩解压 对输入数字计算出Huffman树并输出

对输入数字计算出Huffman树并输出, 输出自顶层开始
https://www.eeworm.com/dl/617/302026.html
下载: 54
查看: 1024

压缩解压 huffman编码的c++实现源码

huffman编码的c++实现源码,内有详细说明。
https://www.eeworm.com/dl/617/302453.html
下载: 134
查看: 1042

单片机开发 Library and command line program for Huffman encoding and decoding both files and chunks of memory.

Library and command line program for Huffman encoding and decoding both files and chunks of memory. The encoder is a 2 pass encoder. The first pass scans the data and builds the Huffman tree. The second pass encodes the data. The decoder is one pa
https://www.eeworm.com/dl/648/303108.html
下载: 48
查看: 1044

压缩解压 huffman编码程序

huffman编码程序,基于matlab
https://www.eeworm.com/dl/617/303538.html
下载: 174
查看: 1021

Java编程 HuffmanEncoder 一个使用java编写的Huffman编码程序

HuffmanEncoder 一个使用java编写的Huffman编码程序,根据文本(此处使用DecOfInd.txt)中的字母和符号出现的次数进行Huffman编码并且转为01字符输出,即文件DecOfInd.huf。
https://www.eeworm.com/dl/633/305315.html
下载: 115
查看: 1094

Java编程 HuffmanDecoder 使用java编写的Huffman解码器

HuffmanDecoder 使用java编写的Huffman解码器,通过读取HuffmanEncoder产生的DecOfInd.huf编码文件,进行解码从而恢复成可读取的原文件。配合HuffmanEncoder使用。此处使用的是指定的text文件,可自行更改。
https://www.eeworm.com/dl/633/305318.html
下载: 106
查看: 1041