搜索资源列表
palmtextsync-v100.zip
- Palm TextSync Conduit是一个掌上电脑同步管道,用于标准文本压缩/解压缩基础(PDOC)。它将和无格式的桌面电脑文本文件同步,当有冲突发生进就合并文件。 来源: http://sourceforge.net/projects/palmtextsync/
改进的LZSS压缩算法
- 本文提出了LZSS压缩算法在进行文本压缩时存在的问题,并给出了解决方法。改进后的算法具有较高的压缩率,实验结果令人满意。 关键词:LZSS;数据压缩 -This paper presents a compression algorithm LZSS text compression during the question and gives a solution. Improved algorithm with a higher
文本压缩
- 用huffman编码实现的文本压缩用compress进行压缩用uncompress进行解压缩-Huffman coding used to achieve the compression used compress text compression used for decompression uncompress
Huffman编码和解码的文本压缩
- Huffman编码和解码的文本压缩
SimpleText
- 简单的文本压缩程序-A simple program about text compressing
201531355
- 文本压缩算法及代码,采用huffman编码压缩,压缩率较高-text compression algorithms and code, using Huffman coding compression, high compression rate
一个功能全面的文本编缉器的源程序
- 一个文本编辑器,压缩包里包含源程序和可执行文件。-A text editor, contains source code and executable file.
文本压缩
- 用huffman编码实现的文本压缩用compress进行压缩用uncompress进行解压缩-Huffman coding used to achieve the compression used compress text compression used for decompression uncompress
另类的压缩方式
- 哈夫曼树编码 用哈夫曼树算法对文本文件进行0-1化编码,并模拟文件 压缩与解压-Huffman tree coding algorithm using Huffman tree to the text document for 0-1 coding and compression simulation and decompression
改进的LZSS压缩算法
- 本文提出了LZSS压缩算法在进行文本压缩时存在的问题,并给出了解决方法。改进后的算法具有较高的压缩率,实验结果令人满意。 关键词:LZSS;数据压缩 -This paper presents a compression algorithm LZSS text compression during the question and gives a solution. Improved algorithm with a higher
huffmanCodeDecode
- huffman的压缩与解压程序,其中CODE为压缩程序,DECODE为解压程序,文本为测试文件-Huffman compression and decompression procedures, which CODE procedure for compression, DECODE for decompression procedures, the text of the test document
HuffmanCode_java
- huffman字符编码的java实现,可将英文文本压缩为huffman编码,也可将压缩后的huffman编码解压缩为英文文本-Huffman coding characters java realized, English text can be compressed to Huffman coding, can also be compressed Huffman coding compression solutions for th
HuffmanText
- 在VC环境下,哈夫曼文本压缩的程序包括压缩的效果分析-In the VC environment, Huffman text compression procedures, including analysis of the effect of compression
ArithemeticCoding
- 这个算术编码是对大量英文文本进行压缩,只适合英文文本压缩(适当修改可以用于图像压缩)-The arithmetic coding is a lot of English text compression, is only suitable for English text compression (with appropriate modifications can be used for image compression)
Huffman_Compress
- Huffman对文本文件编码压缩测试,可对文本文件进行简单Huffman编码,平均压缩比率为2/3.-Huffman Code
yasuo
- VC++ 文本压缩程序,李恒作品,主要是操作TXT格式文件,运行于Windows系统 命令提示符环境,输入文本文件位置就可以对文件进行压缩、解压、文件测试等,属底层操作,借鉴价值比较大,感谢作者奉献。-VC++ text compression process, Li works, mainly operating TXT format, running on the Windows system environment for the
arth_code_Delphi6
- 算术编码算法,用于图像压缩或者文本压缩(原理: 算术编码是把一个信源表示为实轴上0和1之间的一个区间,信源集合中的每一个元素都用来缩短这个区间)-Arithmetic coding algorithm for image compression, or text compression (Principle: arithmetic coding is to a source is expressed as the real axis b
VC_TXT
- 文本压缩-Text compression................................
文本压缩
- 基于Python 编写的以Huffman和bwt两种方法编写的文本压缩程序(A text compression program written in Python written in both Huffman and bwt methods)
基于哈夫曼编码的文本文件压缩与解压缩
- 使用哈夫曼编码的方法对文本进行压缩。可以是加密压缩,也可以是无密压缩(Huffman coding is used to compress the text. It can be encrypted compression or non dense compression)