⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 nicedefs.h

📁 Machine Vision (美)Wesley E.Snyder著 光盘中的windows应用的视觉分析工具,和使用方法
💻 H
字号:
/* some macro defs for convenience */#ifndef AND#define AND	&&#endif#ifndef EQ#define EQ	==#endif#ifndef NE#define NE	!=#endif#ifndef OR#define OR	||#endif#ifndef GT#define GT	>#endif#ifndef LT#define LT	<#endif#ifndef GE#define GE	>=#endif#ifndef LE#define LE	<=#endif#ifndef SUCCESS#define SUCCESS 1#endif#ifndef FAILURE#define FAILURE 0#endif

⌨️ 快捷键说明

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