iso646.h
来自「微软的基于HMM的人脸识别原代码, 非常经典的说」· C头文件 代码 · 共 17 行
H
17 行
#ifndef EiC_iso646_H
#define EiC_iso646_H
#define and &&
#define and_eq &=
#define bitand &
#define bitor |
#define compl ~
#define not !
#define not_eq !=
#define or ||
#define or_eq |=
#define xor ^
#define xor_eq ^=
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?