嵌入式系统与单片机|技术阅读
登录|注册

您现在的位置是:嵌入式系统与单片机 > 资源下载 > 压缩解压 > 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

资 源 简 介

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 (thread safe) library, but this would degrade performance. In the meantime, you can look at the sample program zread.c.

相 关 资 源