huffman.h
来自「可以选择各种压缩方式对读入的图像进行压缩和解压」· C头文件 代码 · 共 13 行
H
13 行
#include <iostream>#include <stdlib.h>#include <string.h>#include <time.h>#include "huffman_a.h"#include "huffman_base.h"#include "structures.h"#include "types.h"void enCodeAC(codeListStruct *c, cltype n);void enCodeDC(dcCodeList *d,cltype n);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?