-
可以对文本字符进行haffman编码,经过测试,该程序还是不错的。很完整的一个程序。...
可以对文本字符进行haffman编码,经过测试,该程序还是不错的。很完整的一个程序。-can to the text characters haffman coding, tested, the procedure is still pretty good. Complete a procedure.
- 2023-04-12 18:00:04下载
- 积分:1
-
实现文件压缩与解压缩,编程环境。净…
实现文件的压缩与解压,编程环境.net2003,在win2000+sp4下调试通过,适用于.net初学者参考。-achieve document compression and decompression, the programming environment. Net2003. In WIN2000 sp4 through debugging under applicable to. net beginners reference.
- 2022-04-20 23:00:42下载
- 积分:1
-
java开发的一个基于mysql的小数据库系统
java开发的一个基于mysql的小数据库系统-development of a java-based mysql small database system
- 2022-07-13 11:28:01下载
- 积分:1
-
易入门教程
C Shell easy tutorial
- 2022-01-30 19:55:40下载
- 积分:1
-
Single
单片的学习,你可以很好的学习单片,自学
祝你成功-Single-chip learning, you can learn a single good, I wish you a successful self-study
- 2022-05-05 07:00:55下载
- 积分:1
-
LZW程序源代码,c语言实现。可能不是很全,我有好的版本,会继续给大家。...
LZW程序源代码,c语言实现。可能不是很全,我有好的版本,会继续给大家。-LZW source code, c language. May not be all, I have a good version, we will continue to.
- 2022-03-22 15:48:44下载
- 积分:1
-
JPEG图像压缩工具专辑
JPEG图像压缩工具专辑-JPEG image compression tools album
- 2022-03-04 08:50:13下载
- 积分:1
-
数据压缩教程+源码
数据压缩教程+源码-source data compression Guide
- 2023-01-25 00:00:04下载
- 积分:1
-
RC500 DEMO upper plate collection of various data compression package.
RC500 DEMO 上位板 的各种资料集合压缩包。-RC500 DEMO upper plate collection of various data compression package.
- 2022-04-27 07:15:40下载
- 积分:1
-
This scheme is initiated by Ziv and Lempel [1]. A slightly modified version is d...
This scheme is initiated by Ziv and Lempel [1]. A slightly modified version is described by Storer and Szymanski [2]. An implementation using a binary tree is proposed by Bell [3]. The algorithm is quite simple: Keep a ring buffer, which initially contains "space" characters only. Read several letters from the file to the buffer. Then search the buffer for the longest string that matches the letters just read, and send its length and position in the buffer.
- 2022-10-29 01:55:05下载
- 积分:1