lz_dll.pas
来自「delhpi下lzss加密算法源码及例子」· PAS 代码 · 共 15 行
PAS
15 行
unit LZ_DLL;
interface
{ Load in the .RES file that has the same name as this .PAS file ... }
{$R *.RES}
const
SBusyChief = 41000;
implementation
end.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?