-
哈夫曼压缩解压算法
哈夫曼压缩解压算法-Huffman compression decompression algorithm
- 2022-02-13 06:36:09下载
- 积分:1
-
利用Java实现zip压缩/解压缩。randomData()函数随机生成50个double数据,并放在doc字符串变量中 openFile()函数读取ZIP压缩...
利用Java实现zip压缩/解压缩。randomData()函数随机生成50个double数据,并放在doc字符串变量中 openFile()函数读取ZIP压缩文件 saveFile()函数将随机生成的数据存到ZIP格式的压缩文件中。-use Java zip compression/decompression. RandomData () function randomly generated 50 double data and on the doc string variable openFile () function to read ZIP compressed files saveFile () function to generate random data onto the compressed ZIP format documents.
- 2022-12-24 18:00:03下载
- 积分:1
-
实现RLE算法,包含编码和解码,适用多种图像格式。
实现RLE算法,包含编码和解码,适用多种图像格式。-Realize RLE algorithm, including encoding and decoding, the application of a variety of image formats.
- 2022-03-17 04:20:47下载
- 积分:1
-
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
-
图书借阅系统查询功能
图书借阅系统查询功能-Book Loan System inquiry
- 2023-07-06 07:25:03下载
- 积分:1
-
优秀的图像处理人和学生代码
good code for image processing people and students
- 2022-11-12 22:30:03下载
- 积分:1
-
以前看到的,觉得不错就流下来的,大家要用的可以看看。
以前看到的,觉得不错就流下来的,大家要用的可以看看。-seen in the past, feel pretty good down on the flow, we can look at the use.
- 2022-03-09 17:44:12下载
- 积分:1
-
使用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
-
webprint是一个基于表格的页面打印解决方案.先将要打印的数据及样式组织到一个HTML的TABLE元素中, 然后将这个TABLE元素传给webprint,实...
webprint是一个基于表格的页面打印解决方案.先将要打印的数据及样式组织到一个HTML的TABLE元素中, 然后将这个TABLE元素传给webprint,实现分页打印预览,出打印对话框打印和直接打印-webprint is a form-based page printing solutions. first want to print data and to an HTML style organization of the TABLE element, and then pass on the TABLE element webprint, the realization of page Print Preview, the Print dialog box to print and direct Print
- 2022-07-03 00:23:35下载
- 积分:1
-
图像处理冲的压缩解压的源代码,是用DSP编程得出的结果
图像处理冲的压缩解压的源代码,是用DSP编程得出的结果-Image processing, compression decompression Chong source code
- 2022-04-12 05:26:18下载
- 积分:1