CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - Run length encoding
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - Run length encoding - List
[
Graph program
]
8位的RLE编码算法
DL : 0
Run Length Encoding compressor program 8 bit header version
Update
: 2025-02-17
Size
: 15kb
Publisher
:
江丰
[
Compress-Decompress algrithms
]
run-length_encode.tar
DL : 0
實現基本的資料壓縮演算法的參考,以run-length編碼的的演算法機制,所得出的源碼-achieve basic data compression algorithm reference a run-length encoding algorithm mechanism, derived from the source
Update
: 2025-02-17
Size
: 1kb
Publisher
:
余少仁
[
matlab
]
RLEencoding
DL : 0
A simple (de)compression program using Run Length Encoding. Compression is done that easy: compressedData = rle(originalData) Decompression: originalData = rle(compressedData) -A simple (de) compression program using Run Length Encoding.Compression is done that easy: compressedData = rle (originalData) Decompression: originalData = rle (compressedData)
Update
: 2025-02-17
Size
: 1kb
Publisher
:
阳关
[
Compress-Decompress algrithms
]
RLE
DL : 1
RLE游程长度编码,基于VC6.0平台,应用于图形图像编码,为常用编码法。-RLE Run-length encoding, based on VC6.0 platform graphics image coding used for the commonly used coding method.
Update
: 2025-02-17
Size
: 609kb
Publisher
:
shen
[
Compress-Decompress algrithms
]
List1-2
DL : 0
壓縮演算法-基本的資料壓縮演算法-插表示Run-Length編碼的碼-Compression algorithm- the basic data compression algorithm- Play Run-Length Encoding express code
Update
: 2025-02-17
Size
: 1kb
Publisher
:
[
Compress-Decompress algrithms
]
RLE
DL : 0
This the code about run length encoding-This is the code about run length encoding
Update
: 2025-02-17
Size
: 91kb
Publisher
:
john smith
[
matlab
]
rle
DL : 0
Run length Encoding code in matlab
Update
: 2025-02-17
Size
: 1kb
Publisher
:
hussain
[
Other
]
JPEGimageCompressiontechniquesimplementationandopt
DL : 0
摘 要 文章以空间监控系统为背景,深入研究了JPEG图像压缩标准的实现方法,并基于FPGA对其进行了实现和优化。文中给出了详细的实现方法和优化过程,测试表明达到了很好的效果。 简单介绍了有损静态图像压缩当前有两种比较流行的标准JPEG和JPEG2000。说明了用JPEG方法压缩的原因。 介绍JPEG基本原理:JPEG对灰度图像的压缩处理过程主要包括:图像分割,离散余弦变换(DCT),量化(Quantization),“Z”形排序(Zigzag Scan),差分脉冲编码调制(Differential Pulse Code Modulation,DPCM)对直流系数(DC),行程长度编码(Run-Length Encoding,RLE)对交流系数(AC),霍夫曼(Huffman)编码等。 JPEG标准的特点是离散余弦变换。 比较详细介绍压缩系统的构成和实现。实现提及步骤, JPEG压缩模块设计和编码模块实现细节。 -Abstract Article in the space monitoring system for the background, in-depth study of the JPEG image compression standard implementation methods and carried out based on FPGA implementation and optimization. In this paper, a detailed method of implementation and optimization of the process, testing showed that to achieve good results. Easy introduction of harmful static image compression has two kinds of comparisons that the current popular standard JPEG and JPEG2000. Illustrated by the reasons for JPEG compression method. JPEG introduce the basic principles: JPEG compression of gray-scale image processing include: image segmentation, discrete cosine transform (DCT), quantization (Quantization), "Z"-shaped sort (Zigzag Scan), differential pulse code modulation (Differential Pulse Code Modulation, DPCM) on the DC coefficient (DC), Run Length Encoding (Run-Length Encoding, RLE) of the exchange coefficient (AC), Hoffman (Huffman) coding. JPEG standard is characterized by discrete
Update
: 2025-02-17
Size
: 511kb
Publisher
:
压子
[
matlab
]
rle_encoding
DL : 0
run length encoding in matlab
Update
: 2025-02-17
Size
: 1kb
Publisher
:
prashanth
[
Compress-Decompress algrithms
]
RLC
DL : 0
Run-length encoding游程编码,实现对二值图像的压缩与解压缩。-Run-length encoding Run-length encoding, the realization of two-valued image compression and decompression.
Update
: 2025-02-17
Size
: 1.11mb
Publisher
:
star
[
Windows Develop
]
rle-0.2
DL : 0
This archive contains simple and readable ANSI C implementations of run length encoding and decoding (RLE).
Update
: 2025-02-17
Size
: 26kb
Publisher
:
Han
[
Special Effects
]
JPEGencodinganddecoding
DL : 0
程序实现了JPEG的编码(DCT,Quantization,Zig-Zag Scaning,Differential Encoding,Run-Length Encoding,Huffman Encoding)和解码-Program achieved a JPEG coding (DCT, Quantization, Zig-Zag Scaning, Differential Encoding, Run-Length Encoding, Huffman Encoding) and Decoding
Update
: 2025-02-17
Size
: 14kb
Publisher
:
李朋
[
source in ebook
]
rle
DL : 0
Run length encoding using matlab language.
Update
: 2025-02-17
Size
: 1kb
Publisher
:
hue
[
.net
]
RLE
DL : 0
Run length encoding program
Update
: 2025-02-17
Size
: 1kb
Publisher
:
Siva
[
Windows Develop
]
run-length-encoding-RLE
DL : 0
基于C++的游程长度编码RLE,希望对大家提供帮助-Based on C++ run-length encoding RLE
Update
: 2025-02-17
Size
: 24kb
Publisher
:
yaolisha
[
Special Effects
]
Run-length-encoding
DL : 0
基于游程编码的图像压缩解压实验 源代码 算法测试-Run-length encoding compression decompression experiments based image Source code Algorithm testing
Update
: 2025-02-17
Size
: 1.44mb
Publisher
:
QingYue
[
JSP/Java
]
Js-to-achieve-run-length-encoding
DL : 0
用js实现游程编码的压缩与解压, 通过网页展示压缩编码与解压编码的互转,直接通过浏览器就可以实验。-With js achieve run-length encoding compression and decompression by page impressions compression coding and decompression encoding conversion, directly through the browser can experiment.
Update
: 2025-02-17
Size
: 261kb
Publisher
:
刘飞
[
JSP/Java
]
Java-to-achieve-run-length-encoding
DL : 0
使用java编程语言实现游程编码的压缩与解压, 算法与jS写的不同-Using java programming language run-length encoding compression and decompression algorithms and jS write different
Update
: 2025-02-17
Size
: 14kb
Publisher
:
刘飞
[
Windows Develop
]
C-to-achieve-run-length-encoding
DL : 0
使用C语言实现游程编码的编码压缩与解压, 算法比较精悍!-Using C language run-length encoding compression coding and decompression algorithm is relatively lean!
Update
: 2025-02-17
Size
: 1kb
Publisher
:
刘飞
[
Compress-Decompress algrithms
]
Run-length encoding?(RLE)
DL : 0
run length encoding的Matlab程序,纯原创,请勿抄袭!(This is a Matlab program for run length encoding.)
Update
: 2025-02-17
Size
: 49kb
Publisher
:
海涵
«
1
2
3
4
5
6
7
8
9
10
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.