当前位置:
首页
资源下载

搜索资源 - huffman compress the text
搜索资源列表
-
1下载:
用huffman编码实现的文本压缩用compress进行压缩用uncompress进行解压缩-Huffman coding used to achieve the compression used compress text compression used for decompression uncompress
-
-
0下载:
霍夫曼编码一些简单应用 简单的将文本格式文章进行压缩和解压缩处理,Huffman coding some simple applications simple text format to compress and decompress the article dealing with
-
-
0下载:
哈夫曼编码,用来压缩文本和程序文件,我自己写的,通过了测试,很不错的一个算法-Huffman coding is used to compress text and program files, I wrote it myself, passed the test, an algorithm is very good
-
-
1下载:
一套基于ZIP/霍夫曼技术的智能数据存储技术试验源代码,这里所谓的智能存储技术大约类似一个文件包,你可以添加任意格式的文件进行存储(使用AddUpdateItem函数)和从文件包中删除(使用DeleteItem函数).
你可以选择 zlib/huffman压缩模式进行压缩存储或者不使用压缩进行存储.
它采用了文件索引技术因此可以获得更好的性能,这个就是叫真空存储技术,即 VaccumStorage()函数.
而且,最重要的是,它使用序列化小节(块)技术来进行处理 CRC 和压
-
-
0下载:
It is a program to compress the entered file text using the adaptive huffman compression algorithm which dynamically builds a tree according to the input string
-
-
0下载:
使用哈夫曼算法对英文文本进行压缩和解压缩,有简单的界面和详细的说明。-Using the Huffman algorithm to compress and decompress the English text, a simple interface and detailed instructions.
-
-
0下载:
huffman编码压缩和解压缩文件,可以压缩文字,图片等-huffman coding to compress and decompress the file, can compress text, pictures, etc.
-
-
0下载:
对一篇英文文献中的字符频率进行统计进行霍夫曼编码生成码表,并对该片文章进行压缩-huffman encoder:collect the probility distribution of a english text file and using this probability as input and returns a huffman code table and compress this text file
-
-
0下载:
The program uses Huffman code algorithm to compress any file (text file, image file, ...) by creating a optimal prefix tree. The user interface is very simple to process encoding a file or decoding a file.
-
-
0下载:
用huffman编码实现的文本压缩用compress进行压缩用uncompress进行解压缩-Huffman coding used to achieve the compression used compress text compression used for decompression uncompress
-
-
0下载:
用huffman编码实现的文本压缩用compress进行压缩用-Huffman coding is used to implement the text compression with compress is compressed
-
-
0下载:
用huffman编码实现的文本压缩用compress进行压缩用(Huffman coding is used to implement the text compression with compress is compressed)
-
-
0下载:
该程序基于C语言,采用Huffman编码的方式,对一个文档中的文字内容进行压缩。(The program is based on the C language and uses Huffman coding to compress the text content in a document.)
-
-
1下载:
使用哈夫曼编码的方法对文本进行压缩。可以是加密压缩,也可以是无密压缩(Huffman coding is used to compress the text. It can be encrypted compression or non dense compression)
-