📄 codetype.h
字号:
typedef struct
{
unsigned int iSymbol;
unsigned long lFreq;
unsigned long lCode;
}TableElm;
/*contain the infomation in face1*/
typedef struct
{
int chFileOpen; /*whether the file is successfully opened*/
int iMode; /*Ctrl mode*/
int iSubmode;
int iSuccess;
char pchinput[128];
char pchoutput[128];
unsigned long lOSize;
unsigned long lCSize;
unsigned long lF1Size;
unsigned long lF2Size;
unsigned long lRatioSize;
unsigned long lRatioByte;
unsigned long lCRatio;
}status1;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -