搜索资源列表
PicCompressEncode
- 游程编码实现图像压缩。还可以,推荐给大家-RIc the image is compressed. Also, we recommend to the
datapress
- 数据压缩实验指导,有游程编码和预测编码的实现-data compression guidance, and with run-length coding and coding to achieve forecast
lcw
- 这是个游程代码,可以压缩任何图片,是一种很好的压缩-This is a run-length code compression can be any pictures, is a very good compression
jpeg.rar
- 对图像进行JPEG压缩,并使用哈弗曼和游程编码,显示压缩后的图像,JPEG
Zip_RLE8_b
- RLE8压缩的LabVIEW源程序,这个是游程压缩算法-LabVIEW source RLE8 compression, this is a run-length compression algorithm
ImageProcess
- 使用VC++对图像处理,以及游程编码及其解压缩-The use of VC++ for image processing, as well as run-length coding
ECGCompressLossless
- 心电数据无损压缩代码 用到了游程编码 Golomb编码 差分编码等-Lossless Compression of ECG data the code uses a run-length coding Golomb coding differential coding
codearecode
- huffman编码 游程压缩解压缩 香农编码 香农费诺编码-huffman encoding run-length compression decompression the Shannon coding Shannon Fenno coding
xcbm
- 行程编码(Run-Length Encoding) 仅存储一个像素值以及具有相同颜色的像素数目的图象数据编码方式称为行程编码,或称游程编码,常用RLE(Run-Length Encoding)表示。该压缩编码技术相当直观和经济,运算也相当简单,因此解压缩速度很快。RLE压缩编码尤其适用于计算机生成的图形图像,对减少存储容量很有效果。 -Run-length encoding (RLE) is a very simple form of data compression in which
DigitalVideo
- 完成bmp文件到jpeg文件的压缩,使用DCT变换然后进行游程编码以及哈弗曼编码 实现完整的jpeg压缩过程,最后写成jpeg文件-Bmp files to jpeg complete file compression
ya_shuo
- 一个可以简单的压缩小程序,是利用游程编码原理-One can simply compress small program is the use of run-length coding theory
C-to-achieve-run-length-encoding
- 使用C语言实现游程编码的编码压缩与解压, 算法比较精悍!-Using C language run-length encoding compression coding and decompression algorithm is relatively lean!
RLE
- 对一定长度的数据进行压缩,采用游程编码,对连续重复的数据压缩率高。(For a certain length of data compression, using run length encoding of data, continuous repeated high compression rate.)