搜索资源列表
lzwfordepresscoding
- LZW压缩和解压缩程序 lzw.c 主要的功能模块 bitio.c/bitio.h 一些支撑函数,支持以比特(bit)为单位的文件I/O 用法: 压缩 lzw E <in-file> <out-file> 解压缩 lzw D <in-file> <out-file> 压缩时,读入<in-file>中内容,压缩后存入<out-file>中,得到压缩文件。 解压缩时,读入<in-
adpcmdecode
- adpcm音频编码及解码的库函数,经过优化的的,速度很快,经过测试通过的,内涵测试用的demo及音频流 -adpcm audio encoding and decoding library functions, optimized, very fast, after the test, the test of the demo content and audio streaming