acconfig.h

来自「模糊聚類分析源碼。包含教學文件」· C头文件 代码 · 共 29 行

H
29
字号
/* acconfig.h.  Generated by Frank Hoeppner */@TOP@/* Standard Template Library (STL) was found on this system (presupposed) */#undef STL_FOUND/* STL contains stl_config.h */#undef BOOL_DEFINED_IN_STL_CONFIG_H/* STL contains bool.h */#undef BOOL_DEFINED_IN_BOOL_H/* Some compilers have problems with template<> */#undef TEMPLATE_SPECIALIZATION/* OpenGL capabilities available */#undef OPENGL/* Log/Trace debugging available */#undef LOGTRACE_DEBUG@BOTTOM@/* With Microsoft VC we need no explicit template instantiation */#ifdef _MSC_VER#  define NO_EXPLICIT_TEMPLATE_INSTANTIATION#endif

⌨️ 快捷键说明

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