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

资源简介

C++实战源码-图像灰度(入门级实例481).zip

资源截图

代码片段和文件信息

// MainFrm.cpp : implementation of the CMainframe class
//

#include “stdafx.h“
#include “MakeAshPitcure.h“

#include “MainFrm.h“

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

/////////////////////////////////////////////////////////////////////////////
// CMainframe

IMPLEMENT_DYNCREATE(CMainframe CframeWnd)

BEGIN_MESSAGE_MAP(CMainframe CframeWnd)
//{{AFX_MSG_MAP(CMainframe)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code !
ON_WM_CREATE()
//}}AFX_MSG_MAP
END_MESSAGE_MAP()

static UINT indicators[] =
{
ID_SEPARATOR           // status line indicator
ID_INDICATOR_CAPS
ID_INDICATOR_NUM
ID_INDICATOR_SCRL
};

/////////////////////////////////////////////////////////////////////////////
// CMainframe construction/destruction

CMainframe::CMainframe()
{
// TODO: add member initialization code here

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件      465180  2010-07-07 18:02  MakeAshPitcure\bitmap.bmp
     文件        2520  2007-04-20 19:00  MakeAshPitcure\MainFrm.cpp
     文件        1581  2007-04-20 18:55  MakeAshPitcure\MainFrm.h
     文件        2498  2010-07-07 18:08  MakeAshPitcure\MakeAshPitcure.clw
     文件        4389  2007-04-20 19:01  MakeAshPitcure\MakeAshPitcure.cpp
     文件        4786  2007-04-20 19:16  MakeAshPitcure\MakeAshPitcure.dsp
     文件         553  2007-04-20 18:55  MakeAshPitcure\MakeAshPitcure.dsw
     文件        1444  2007-04-20 18:55  MakeAshPitcure\MakeAshPitcure.h
     文件       11960  2007-04-20 19:00  MakeAshPitcure\MakeAshPitcure.rc
     文件        1902  2007-04-20 18:55  MakeAshPitcure\MakeAshPitcureDoc.cpp
     文件        1563  2007-04-20 18:55  MakeAshPitcure\MakeAshPitcureDoc.h
     文件        4200  2010-07-07 18:00  MakeAshPitcure\MakeAshPitcureView.cpp
     文件        1936  2010-07-07 17:58  MakeAshPitcure\MakeAshPitcureView.h
     文件         738  2007-04-20 19:00  MakeAshPitcure\resource.h
     文件         216  2007-04-20 18:55  MakeAshPitcure\StdAfx.cpp
     文件        1100  2010-07-07 17:58  MakeAshPitcure\StdAfx.h
     文件        5694  2005-10-08 16:28  MakeAshPitcure\res\MakeAshPitcure.ico
     文件         406  2007-04-20 18:55  MakeAshPitcure\res\MakeAshPitcure.rc2
     文件        1078  2007-04-20 18:55  MakeAshPitcure\res\MakeAshPitcureDoc.ico
     文件        1078  2007-04-20 18:55  MakeAshPitcure\res\Toolbar.bmp

评论

共有 条评论