decompression

共 17 篇文章
decompression 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 17 篇文章,持续更新中。

STC52单片机在鱼塘增氧机自动控制与报警系统中的应用

<p>根据鱼塘养殖过程中存在一些问题,设计了一个以STC89C52单片机为核心,监测鱼塘增氧机工作情况,实现自动控制增氧机以及当增氧机发生故障时能够实现现场与远程报警的自动化监控系统。系统设计主要由阻容降压、光耦隔离、LED数码显示、单片机控制、串口传输和GSM信号传送等几个模块组成,对增氧机故障远程报警与自动化控制,实现了鱼塘养殖的无人监守。</p><p>According to some pr

单片机实现ADPCM编码和解码

<p>INTRODUCTION In the past, adding speech recording and playback capability to a product meant using a digital signal processor or a specialized audio chip. Now, using a simplified Adaptive Different

Matlab source code related to jpeg. which is useful for the developers .. compression and decompress

Matlab source code related to jpeg. which is useful for the developers .. compression and decompression ..

EZW implementation which will use wavelet transforms and do the compression decompression using EZW

EZW implementation which will use wavelet transforms and do the compression decompression using EZW coding algorithm

200-MHz ARM920T Processor &#8226 16-kbyte Instruction Cache &#8226 16-kbyte Data Cache &#8226

200-MHz ARM920T Processor &#8226 16-kbyte Instruction Cache &#8226 16-kbyte Data Cache &#8226 Linux&reg , Microsoft&reg Windows&reg CE-enabled MMU &#8226 100-MHz System Bus &#8226 Maverick

simple jpeg compression and decompression

simple jpeg compression and decompression

A simple (de)compression program using Run Length Encoding. Compression is done that easy: compr

A simple (de)compression program using Run Length Encoding. Compression is done that easy: compressedData = rle(originalData) Decompression: originalData = rle(compressedData)

The Intel&reg JPEG Library provides a set of highly optimized C functions that implement JPEG compre

The Intel&reg JPEG Library provides a set of highly optimized C functions that implement JPEG compression and decompression on Intel architecture processors

jpg compression and decompression~

jpg compression and decompression~

Structure the sources so that the compression and decompression code form a library usable by any

Structure the sources so that the compression and decompression code form a library usable by any program, and write both gzip and zip on top of this library. This would ideally be a reentrant (th

LZ77 compression / decompression algorithm

LZ77 compression / decompression algorithm

This library allows creating, modifying and extracting zip archives in the compatible way with PKZIP

This library allows creating, modifying and extracting zip archives in the compatible way with PKZIP (2.5 and higher) and WinZip. Supported are all possible operations on the zip archive: creating, ex

Compression et decompression de fichier en format .zip.

Compression et decompression de fichier en format .zip.

EZW implementation which will use wavelet transforms and do the compression decompression using EZW

EZW implementation which will use wavelet transforms and do the compression decompression using EZW coding algorithm

File Compression/Decompression Example Using ntdll.dll

File Compression/Decompression Example Using ntdll.dll

WinBig. A file archive utility written in VB. Compression and decompression routines are LZSS. Full

WinBig. A file archive utility written in VB. Compression and decompression routines are LZSS. Full source code included.

ZIP压缩、解压缩算法库

ZIP压缩、解压缩算法库,完全C++实现,支持多种平台。下面是英文描述: This library adds zip compression and decompression functionality to your program, allowing you to create and modify ZIP files in the compatible way with WinZip,