xgraph10.h

来自「Displaying large amounts of technical da」· C头文件 代码 · 共 24 行

H
24
字号
#if !defined(XGRAPH10_H_INCLUDED)
#define XGRAPH10_H_INCLUDED

#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000



#ifndef __AFXTEMPL_H__
#include <afxtempl.h>
#endif

#if defined (_DEBUG) 
  #pragma comment(lib,"XGraph10d.lib") 
  #pragma message("Automatically linking with XGraph10d.dll") 
#else 
  #pragma comment(lib,"XGraph10.lib") 
  #pragma message("Automatically linking with XGraph10.dll") 
#endif 

#include "xgraph.h" 

#endif  

⌨️ 快捷键说明

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