remap.h

来自「通过人工智能算法快速实现神经网络识别」· C头文件 代码 · 共 20 行

H
20
字号
#ifndef _REMAP_FILE#define _REMAP_FILE#define TRect																	Rect#define TPoint																Point#define TBoolean															Boolean#define	tb_SetRect														SetRect#define	tb_PointInRect												PtInRect#define tb_GetMousePosition		    						GetMouse#define tb_InsetRect													InsetRect#define	TBitmap																int#define	TWindow																int#define TRegion																int#define tb_IntersectRect(r1,r2,r3)  					SectRect(r3,r2,r1)#define tb_OffsetRect(r, x, y)  							OffsetRect(r, x, y)#define MIN_UTIL(a, b) ((a) < (b) ? (a) : (b))#define MAX_UTIL(a, b) ((a) > (b) ? (a) : (b))#endif  //  _REMAP_FILE

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?