📄 codecntx.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 + -