stdafx.h
来自「基于点轨迹的手势识别.鼠标右键点击开始记录鼠标轨迹,基于记录的轨迹,利用神经网络」· C头文件 代码 · 共 46 行
H
46 行
#ifndef _STDAFX_H_
#define _STDAFX_H_
#include "kbase.h"
namespace kb = kbase_2001;
#include <tchar.h>
#include <atlbase.h>
extern CComModule _Module;
#include <atlcom.h>
#include <atlwin.h>
//#include <atlhost.h>
#include <commctrl.h>
#include "ATLControls.h"
using namespace ATLControls;
#pragma warning(push, 3)
#include <vector>
#include <list>
#include <limits>
#include <algorithm>
#include <functional>
#include <numeric>
#include <iostream>
#include <fstream>
#pragma warning(pop)
#include <time.h>
#include <stdlib.h>
#include <math.h>
#include <float.h>
#include <process.h>
#include <intshcut.h>
#ifndef BEGIN_OBJECT_MAP
#define BEGIN_OBJECT_MAP(x)
#endif
#ifndef END_OBJECT_MAP
#define END_OBJECT_MAP()
#endif
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?