types.h
来自「可以选择各种压缩方式对读入的图像进行压缩和解压」· C头文件 代码 · 共 13 行
H
13 行
#ifndef DEFINEDTYPES
#define DEFINEDTYPES
#ifndef NULL
#define NULL 0
#endif
typedef unsigned char ptype; //[height][width] element type
typedef short int btype; //[][8][8] element type
typedef unsigned int cltype; //length of the symbol list
typedef unsigned int blstype; //number of blocks
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?