vcl_config_manual.h
来自「InsightToolkit-1.4.0(有大量的优化算法程序)」· C头文件 代码 · 共 23 行
H
23 行
#ifndef vcl_config_manual_h_config_win32_
#define vcl_config_manual_h_config_win32_
// This file is *not* generated. It must be consistent
// with vcl_config_manual.h.in, though. See same file
// for explanation of the meaning of these macros.
#ifndef _MSC_VER
# ifndef __BORLANDC__
** error **
# else
# include "borland55/vcl_config_manual.h"
# endif
#else
# if _MSC_VER >=1300
# include "vc70/vcl_config_manual.h"
# else //_MSC_VER >=1200
# include "vc60/vcl_config_manual.h"
# endif
#endif
#endif // vcl_config_manual_h_config_win32_
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?