• 大小: 0.02M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-21
  • 标签:

资源简介

C++实战源码-图像雾化(入门级实例482).zip

资源截图

代码片段和文件信息

// AtomImage.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “AtomImage.h“
#include “AtomImageDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CAtomImageApp

BEGIN_MESSAGE_MAP(CAtomImageApp CWinApp)
//{{AFX_MSG_MAP(CAtomImageApp)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CAtomImageApp construction

CAtomImageApp::CAtomImageApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}

/////////////////////////////////////////////////////////////////////////////
// The one and only CAtomImageAp

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1776  2010-11-13 10:59  AtomImage\AtomImage.clw
     文件        2105  2010-07-03 14:35  AtomImage\AtomImage.cpp
     文件        4345  2010-07-03 14:46  AtomImage\AtomImage.dsp
     文件         543  2010-07-03 14:35  AtomImage\AtomImage.dsw
     文件        1357  2010-07-03 14:35  AtomImage\AtomImage.h
     文件        6255  2010-07-21 09:16  AtomImage\AtomImage.rc
     文件       10365  2010-07-03 15:26  AtomImage\AtomImageDlg.cpp
     文件        2030  2010-07-03 15:16  AtomImage\AtomImageDlg.h
     文件        3361  2010-07-03 14:45  AtomImage\ImagePanel.cpp
     文件        1357  2010-07-03 15:17  AtomImage\ImagePanel.h
     文件        1146  2010-07-03 14:53  AtomImage\resource.h
     文件         211  2010-07-03 14:35  AtomImage\StdAfx.cpp
     文件        1054  2010-07-03 14:35  AtomImage\StdAfx.h
     文件        5694  2005-10-08 16:28  AtomImage\res\AtomImage.ico
     文件         401  2010-07-03 14:35  AtomImage\res\AtomImage.rc2

评论

共有 条评论