📄 stdafx.h
字号:
// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//
#if !defined(AFX_STDAFX_H__00ACC9ED_5D09_4630_A5A7_BC39B2713E5F__INCLUDED_)
#define AFX_STDAFX_H__00ACC9ED_5D09_4630_A5A7_BC39B2713E5F__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
#include <afxwin.h> // MFC core and standard components
#include <afxext.h> // MFC extensions
#include <afxdisp.h> // MFC Automation classes
#include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls
#ifndef _AFX_NO_AFXCMN_SUPPORT
#include <afxcmn.h> // MFC support for Windows Common Controls
#endif // _AFX_NO_AFXCMN_SUPPORT
////C均值的坐标系/////////////////
#define YUANDIAN_X 230//原点的X坐标
#define YUANDIAN_Y 600//原点的y坐标
#define XEND_X 600//x轴的终点横坐标
#define XEND_Y 600//x轴的终点纵坐标
#define YEND_X 230//y轴的终点横坐标
#define YEND_Y 150//y轴的终点纵坐标
////ISODATA的坐标系/////////////////
#define YUANDIAN_X1 632//原点的X坐标
#define YUANDIAN_Y1 600//原点的y坐标
#define XEND_X1 1002//x轴的终点横坐标
#define XEND_Y1 600//x轴的终点纵坐标
#define YEND_X1 632//y轴的终点横坐标
#define YEND_Y1 150//y轴的终点纵坐标
#define NCOUNT 100
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_STDAFX_H__00ACC9ED_5D09_4630_A5A7_BC39B2713E5F__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -