ppmzesc.h

来自「PPMz2压缩方式的源码」· C头文件 代码 · 共 17 行

H
17
字号
#ifndef PPMZEsc_H
#define PPMZEsc_H

#include <crblib/inc.h>

typedef struct PPMZEsc PPMZEsc;

PPMZEsc * PPMZEsc_Create(void);
void PPMZEsc_Destroy(PPMZEsc *ei);

void PPMZEsc_Encode(PPMZEsc * ei,arithInfo *ari,ulong cntx,int escC,int totC,int order,int numSyms,bool escape);
bool PPMZEsc_Decode(PPMZEsc * ei,arithInfo *ari,ulong cntx,int escP,int totP,int order,int numSyms);

void PPMZEsc_GetStats(PPMZEsc * ei,int *escPptr,int *totPptr,ulong cntx,int escC,int totC,int PPMorder,int numParentSyms);

#endif //PPMZEsc_H

⌨️ 快捷键说明

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