nv_mathdecl.h

来自「robocup rcssserver 运行防真机器人足球比赛所用的服务器端」· C头文件 代码 · 共 32 行

H
32
字号
/*********************************************************************NVMH1****File:nv_mathdecl.hCopyright (C) 1999, 2002 NVIDIA CorporationThis file is provided without support, instruction, or implied warranty of anykind.  NVIDIA makes no guarantee of its fitness for a particular purpose and isnot liable under any circumstances for any damages or loss whatsoever arisingfrom the use or inability to use this file or items derived from it.Comments:******************************************************************************/#ifndef _nv_mathdecl_h_#define _nv_mathdecl_h_#ifdef NV_MATH_DLL    #ifdef NV_MATH_EXPORTS        #define DECLSPEC_NV_MATH __declspec(dllexport)    #else        #define DECLSPEC_NV_MATH __declspec(dllimport)    #endif#else    #define DECLSPEC_NV_MATH#endif#endif  // _nv_mathdecl_h_

⌨️ 快捷键说明

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