搜索结果
找到约 2 项符合
bitio 的查询结果
压缩解压 LZW压缩和解压缩程序 lzw.c 主要的功能模块 bitio.c/bitio.h 一些支撑函数
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-file>中内容,将结果存入<out-file>中 ...
压缩解压 Octane v1.01.20 The Open Compression Toolkit for C++ . The Open Compression Toolkit is a set of mo
Octane v1.01.20
The Open Compression Toolkit for C++ .
The Open Compression Toolkit is a set of modular C++ classes and utilities for implementing and testing compression algorithms.
Simple interface and skeleton code for creating new compression algorithms.
Complete testing framework for validati ...