A simple (de)compression program using Run Length Encoding. Compression is done that easy: compressedData = rle(originalData) Decompression: originalData = rle(compressedData)
标签: compression Compression Encoding program
上传时间: 2015-12-24
上传用户:远远ssad
C#编写的带控件图象加密解密功能 主要是Encoding和decoding二函数
上传时间: 2016-03-14
上传用户:LouieWu
Computes BER v EbNo curve for convolutional Encoding / soft decision Viterbi decoding scheme assuming BPSK. Brute force Monte Carlo approach is unsatisfactory (takes too long) to find the BER curve. The computation uses a quasi-analytic (QA) technique that relies on the estimation (approximate one) of the information-bits Weight Enumerating Function (WEF) using A simulation of the convolutional encoder. Once the WEF is estimated, the analytic formula for the BER is used.
标签: convolutional Computes Encoding decision
上传时间: 2013-12-24
上传用户:咔乐坞
dsPIC DSC Speex Speech Encoding-Decoding Library
标签: Encoding-Decoding Library Speech dsPIC
上传时间: 2013-12-14
上传用户:wuyuying
This sample demonstrates features of the Encoding class, including a fallback mechanism, new to the .NET Framework version 2.0, that allows you to specify its behavior when it encounters problems during the Encoding or decoding process.
标签: demonstrates including mechanism the
上传时间: 2016-03-30
上传用户:zhouli
Java library for Encoding/decoding MMS messages. Also provides a simlpe client for sending MMS through a WAP gateway.
上传时间: 2014-01-02
上传用户:zyt
STUDIO Encoding PARAMETERS OF DIGITAL TELEVISION FOR STANDARD 4:3 AND WIDE-SCREEN 16:9 ASPECT RATIOS
标签: WIDE-SCREEN PARAMETERS TELEVISION Encoding
上传时间: 2013-12-08
上传用户:凌云御清风
Library and command line program for Huffman Encoding and decoding both files and chunks of memory. The encoder is a 2 pass encoder. The first pass scans the data and builds the Huffman tree. The second pass encodes the data. The decoder is one pa
标签: and Encoding decoding Library
上传时间: 2016-06-01
上传用户:zhaiye
EZW Embedded Zero-tree Wavelets Encoding,video codecs from the EZW family which use a 3D version of EZW or SPIHT algorithms showed better performance than the MPEG-2 compression algorithm. These algorithms have many advantages inherent for wavelet based schemes and EZW-like coders. Their most important advantages are good compression performance and scalability.
标签: EZW Zero-tree Embedded Wavelets
上传时间: 2013-12-20
上传用户:wsf950131
資料壓縮技術與應用-變動長度編碼壓縮及解壓縮(Run Length Encoding) 整數採用固定長度一個位元組表示法 對於只出現一次的位元組S亦用iS取代
上传时间: 2016-08-15
上传用户:GavinNeko