-
Achieve the LZ
实现LZ-78码的编码和译码程序,不必知道信源的概率分布,用于加深对LZ-78编码算法的理解。-Achieve the LZ-78 code encoding and decoding that we do not know the source of the probability distribution for the deepening of the LZ-78 encoding algorithm understanding.
- 2022-08-26 01:10:02下载
- 积分:1
-
缩率较高,编译码算法也较为简单的LZ77算法
缩率较高,编译码算法也较为简单的LZ77算法-This algorithm of LZ77 has a good compression,besides it can also be made easily!
- 2023-03-17 01:30:03下载
- 积分:1
-
这是一个数据结构的遍历赫夫曼树的程序,是有C编程的
这是一个数据结构的遍历赫夫曼树的程序,是有C编程的-This is a data structure of the tree traversal Hefuman procedures, C Programming
- 2023-05-12 06:00:02下载
- 积分:1
-
改进的码字搜索快速算法MATLAB,此为今年刚毕业的研究生论文中的算法...
改进的码字搜索快速算法MATLAB,此为今年刚毕业的研究生论文中的算法-MATLAB
- 2023-05-25 12:35:03下载
- 积分:1
-
用C++实现的学生信息管理系统,实现了学生和老师的创建,添加,删除和查找,统计,界面设置飞入界面,更加人性化...
用C++实现的学生信息管理系统,实现了学生和老师的创建,添加,删除和查找,统计,界面设置飞入界面,更加人性化-With C++ Realize student information management system, students and teachers to create, add, delete, and search, statistics, interface set to fly into the interface more user-friendly
- 2022-03-21 21:16:38下载
- 积分:1
-
用vb制作安装程序的源码,开发环境vb6.0,非常好的源码哦
用vb制作安装程序的源码,开发环境vb6.0,非常好的源码哦-production with the installation procedures vb source code, development environment vb6.0, very good source Oh! !
- 2022-12-24 18:35:04下载
- 积分:1
-
WIN95/98 PE压缩软件源程序
WIN95/98 PE压缩软件源程序-WIN95/98 PE compression software source program
- 2023-09-06 10:30:02下载
- 积分:1
-
每一步的LZSS算法发送一个字符或<;位置,冷…
In each step the LZSS algorithm sends either a character or a pair. Among these, perhaps character "e" appears more frequently than "x", and a pair of length 3 might be commoner than one of length 18, say. Thus, if we encode the more frequent in fewer bits and the less frequent in more bits, the total length of the encoded text will be diminished. This consideration suggests that we use Huffman or arithmetic coding, preferably of adaptive kind, along with LZSS.-In each step the LZSS algorithm sends either a character or a lt;position, lengthgt; pair. Among these, perhaps character "e" appears more frequently than "x", and a lt;position, lengthgt; pair of length 3 might be commoner than one of length 18, say. Thus, if we encode the more frequent in fewer bits and the less frequent in more bits, the total length of the encoded text will be diminished. This consideration suggests that we use Huffman or arithmetic coding, preferably of adap
- 2022-07-08 14:12:34下载
- 积分:1
-
对.bmp图像进行离散余弦变换,包括测试图像。
对.bmp图像进行离散余弦变换,包括测试图像。-On. Bmp image discrete cosine transform, including the test images.
- 2022-07-16 05:16:10下载
- 积分:1
-
哈弗曼编码算法的实现,用c++来实现算法
哈弗曼编码算法的实现,用c++来实现算法-huffman code
- 2022-08-07 07:16:52下载
- 积分:1