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

📄 codecntx.h

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