⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 compress.h

📁 具有数据压缩和解压缩功能的地动态库。 采用Delphi内置的压缩库实现。压缩效率略低于zip。
💻 H
字号:
#ifndef __COMPRESS__H__
#define __COMPRESS__H__

//**************************************************************************************
// please assure that Compress.dll is in present or system directory
//**************************************************************************************


//**************************************************************************************
// please use the next two functions to do your things
//**************************************************************************************

int CompressBuffer(char * InS, int InL, char * OutS, int * OutL);
int DecompressBuffer(char * InS, int InL, char * OutS, int * OutL);


#endif // __COMPRESS__H__

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -