-
使用Lempel-Ziv压缩
Compression using lempel-ziv
-for a dictionary size of 2k
-provide dictionary
Lempel ziv algorithm is a dictionary based algorithm that addresses byte sequences from former contents instead of the original data. This algorithm consists of a rule for parsing strings of symbols from a finite alphabet into substrings, whose lengths do not exceed a prescribed integer and a coding scheme which maps these substrings sequentially into uniquely decipherable code words of fixed length. The strings are selected so that they have nearly equal probability of occurrence. Frequently-occurring symbols are grouped into longer strings while occasional symbols appear in short strings. -Compression using lempel-ziv
-for a dictionary size of 2k
-provide dictionary
Lempel ziv algorithm is a dictionary based algorithm that addresses byte sequences from former contents instead of the original data. This algorithm consists of a rule for parsing strings of symbols from a fi
- 2022-07-10 13:32:58下载
- 积分:1
-
Next
新一代视频压缩标准H.264的参考C代码JM11.0-Next-generation video compression standard H.264 reference C code JM11.0
- 2022-02-11 22:16:12下载
- 积分:1
-
简易的JPEG压缩程序(Matlab实现)
简易的JPEG压缩程序(Matlab实现)-Summary of the JPEG compression process (Matlab realize)
- 2023-05-03 00:45:03下载
- 积分:1
-
lz编码译码LZW就是通过建立一个字符串表,用较短的代码来表示较长的字符串来实现压缩....
lz编码译码LZW就是通过建立一个字符串表,用较短的代码来表示较长的字符串来实现压缩.
-lz codec LZW is through the establishment of a string table, with a shorter code to represent a long string to achieve compression.
- 2022-07-17 05:43:51下载
- 积分:1
-
正好在写用分治法求众数问题实验报告,写好了,让大家看下...
正好在写用分治法求众数问题实验报告,写好了,让大家看下-Just writing to use divide and conquer the problem seeking plural experimental report, written, and let everyone Kanxia
- 2023-09-05 16:45:04下载
- 积分:1
-
Huffman编码进行压缩的过程
哈夫曼编码在纸张压缩过程中的应用
- 2022-03-17 19:42:03下载
- 积分:1
-
本程序提供了哈夫曼编码的压缩和解压缩函数,并实现了图象文件的压缩和解压缩...
本程序提供了哈夫曼编码的压缩和解压缩函数,并实现了图象文件的压缩和解压缩-the procedures provided Huffman coding compression functions, and to achieve the image file compression
- 2022-07-04 00:43:27下载
- 积分:1
-
计算机系统有关摸模仿业务方面的系统用C++做成的
计算机系统有关摸模仿业务方面的系统用C++做成的-Computer systems related to mimic touch systems business C++ Made
- 2022-04-16 23:00:37下载
- 积分:1
-
请使用此代码作为在我区所有项目(工作环境…
Please, use this MATLAB code as environment for all projects in the ME area (Worked with .mat format)
- 2022-07-19 11:55:49下载
- 积分:1
-
The contents of multiple files into one file, be merged file name from the comma...
将多个文件的内容合并为一个文件,被合并文件的文件名由命令行参数提供。-The contents of multiple files into one file, be merged file name from the command-line parameter.
- 2022-09-03 04:55:03下载
- 积分:1