-
这是一个细胞识别系统。有具有学习意义。是JAVA初学都的良好例子。...
这是一个细胞识别系统。有具有学习意义。是JAVA初学都的良好例子。-failed to translate
- 2022-01-26 03:22:13下载
- 积分:1
-
gzip压缩
又一个关于压缩的东东,是源码哦,本来用来研究winzip的-compress gzip
- 2022-03-20 04:37:23下载
- 积分:1
-
介绍嵌入式的视频,来自上海交通大学,是一个ARM培训的视频教程...
介绍嵌入式的视频,来自上海交通大学,是一个ARM培训的视频教程-introduced Embedded Video from Shanghai Jiaotong University, is a video training ARM Guide
- 2022-04-12 21:17:09下载
- 积分:1
-
spiht的压缩解压缩c编写的,通过编译,可用
spiht的压缩解压缩c编写的,通过编译,可用-SPIHT compression decompression c prepared by the compiler can be used
- 2022-04-24 19:07:50下载
- 积分:1
-
wavelet transform the polynomial transform the C Programming Language
小波变换中的多项式变换的C++语言程序实现-wavelet transform the polynomial transform the C Programming Language
- 2022-10-01 06:40:04下载
- 积分:1
-
【文本与二值图像的游程】1. 文本游程压缩的原理 对重复字段采用3符号标识法:(1) 重复提示符,比如@,#等;(2) 游程长度参数或重复次数,若用一个字节表示...
【文本与二值图像的游程】1. 文本游程压缩的原理 对重复字段采用3符号标识法:(1) 重复提示符,比如@,#等;(2) 游程长度参数或重复次数,若用一个字节表示,最大长度可为255个重复字;(3) 重复字符。以上三部分合称为重复因子。可见要获得压缩效益,重复字符应在3个以上。2. 图像游程压缩的原理 对于二值图像,原始数据为零一矩阵,压缩时逐行处理该矩阵:(1) 连续n个1,表示为+n;(2) 连续n个0,表示为-n。-text and binary image-- an outbound trip. Yu Cheng text compression principle on repeated field using three symbols logo Act : (a) repeat prompt, such as @,#, etc.; (2) Run-length parameters, or the number of repeat, if using a byte, the largest the length of 255 to repeat the word; (3) repeat characters. More than three as part of a repeat factor. Visibility to gain compression efficiency, duplication of characters in three more. 2. Run-image compression for the principle of two binary images, a zero original data matrix, progressive compression deal with the matrix : (1) n a row, n; (2) consecutive n 0, expressed as-n.
- 2022-05-06 21:11:33下载
- 积分: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
-
用pb10和myzip.dll实现的压缩解压程序,以及myzip.dll的详细文档。...
用pb10和myzip.dll实现的压缩解压程序,以及myzip.dll的详细文档。-Pb10 and with myzip.dll realize compression decompression procedures, as well as detailed documentation myzip.dll.
- 2022-03-29 11:21:25下载
- 积分:1
-
response.end()
此程序用了response.end()的方法,以及对程序的判断-response.end()
- 2022-06-14 16:07:48下载
- 积分:1
-
实现了图像的哈夫曼编码和解码,对图像编码的学习很有帮助...
实现了图像的哈夫曼编码和解码,对图像编码的学习很有帮助-Achieved image Huffman encoding and decoding of image coding learning helpful
- 2022-02-02 03:29:37下载
- 积分:1