codetype.h

来自「使用tc2的adaptive huffman编码」· C头文件 代码 · 共 26 行

H
26
字号
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 + =
减小字号Ctrl + -
显示快捷键?