-
Huffman coding for image compression. That is, can understand the principle of H...
Huffman编码用于图象压缩.即可以了解Huffman编码原理,也可以了解图象压缩技术.可运行.-Huffman coding for image compression. That is, can understand the principle of Huffman coding, you can understand the image compression technology. Can run.
- 2023-01-20 20:45:04下载
- 积分:1
-
。OGG压缩解压源代码的声音
.ogg声音压缩解压源代码-. ogg voice compression decompression source code
- 2022-03-26 13:24:24下载
- 积分:1
-
是一个相当不错的啊
也是一个不错的啊-is a pretty good ah
- 2022-03-18 07:08:26下载
- 积分:1
-
完整的解压zip文件的源码。包含密码功能
完整的解压zip文件的源码。包含密码功能-The source of uncompress zip file, contains password
- 2022-03-18 12:55:16下载
- 积分:1
-
自己按照清华大学出版社出版的数据结构编写的一个huffman编码的程序,用C语言编写的。...
自己按照清华大学出版社出版的数据结构编写的一个huffman编码的程序,用C语言编写的。-their Tsinghua University Publishing House in accordance with the data structure prepared by a Huffman coding procedures, with the C language.
- 2022-06-13 05:31:55下载
- 积分:1
-
哈夫曼树编码代码
哈夫曼树编码代码-Huffman code tree coding
- 2022-04-02 11:53:15下载
- 积分:1
-
MIMEPQ编解码
MIMEPQ编解码-mimeqp codec
- 2022-11-24 05:50:03下载
- 积分:1
-
Huffman code decoding, operating their own programs, interested can refer to
霍夫曼编码解码,自己的课程作业,有兴趣的可以参考-Huffman code decoding, operating their own programs, interested can refer to
- 2022-03-24 01:07:37下载
- 积分:1
-
这是一个细胞识别系统。有具有学习意义。是JAVA初学都的良好例子。...
这是一个细胞识别系统。有具有学习意义。是JAVA初学都的良好例子。-failed to translate
- 2022-01-26 03:22:13下载
- 积分: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