tdafx.h

来自「支持简单的公式推导」· C头文件 代码 · 共 33 行

H
33
字号
#ifndef __TDAFX_H__
#define __TDAFX_H__

//#include "stdafx.h"
#pragma warning(disable:4786)

  


#include <math.h>
#include <string>

#include <vector>
#include <map>
#include <set>
#include <iostream>

using namespace std;
//++++++++++++++++++++++++++++++++++++++++
//#define _ENABLE_TRACE_ 
//++++++++++++++++++++++++++++++++++++++++
#ifdef _ENABLE_TRACE_
    #define trace printf
#else
	#define trace sizeof
#endif
//+++++++++++++++++++++++++++++++++++++++++
#include "globalfun.h"



#endif //__TDAFX_H__

⌨️ 快捷键说明

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