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

📄 ppmzesc.h

📁 PPMz2压缩方式的源码
💻 H
字号:
#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -