splashwnd.cpp

来自「专家系统是研究用解决某专门问题的专家知识来建立人机系统的方法和技术。」· C++ 代码 · 共 16 行

CPP
16
字号
// SplashWnd.cpp : implementation file
//

#include "stdafx.h"
#include "SMESWHY.h"
#include "SplashWnd.h"

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CSplashWnd
//CSplashWnd

⌨️ 快捷键说明

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