enhance.cpp
来自「这是一个用c++编写的实现指纹识别的程序」· C++ 代码 · 共 42 行
CPP
42 行
// Enhance.cpp : implementation file
//
#include "stdafx.h"
#include "eFinger.h"
#include "Enhance.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// Enhance dialog
Enhance::Enhance(CWnd* pParent /*=NULL*/)
: CDialog(Enhance::IDD, pParent)
{
//{{AFX_DATA_INIT(Enhance)
//}}AFX_DATA_INIT
}
void Enhance::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(Enhance)
//}}AFX_DATA_MAP
}
BEGIN_MESSAGE_MAP(Enhance, CDialog)
//{{AFX_MSG_MAP(Enhance)
// NOTE: the ClassWizard will add message map macros here
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// Enhance message handlers
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?