codecntx.h

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

H
21
字号
#ifndef CODECONTEXT_H
#define CODECONTEXT_H

#include <crblib/inc.h>
#include <crblib/arithc.h>

#include "context.h"
#include "exclude.h"
#include "see.h"

// bools indicated coded vs. escaped

bool CodeContext_EncodeFromContext(arithInfo *ari,Context *cntx,Exclude *exc,See *see,ulong index,
										int sym,bool * pUseFull);

bool CodeContext_DecodeFromContext(arithInfo *ari,Context *cntx,Exclude *exc,See *see,ulong index,
										int *psym,bool * pUseFull);

#endif // CODECONTEXT_H

⌨️ 快捷键说明

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