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

资源简介

C++实战源码-图像水平翻转(入门级实例511).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “ReverPicture.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


 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件      372576  2007-04-23 10:41  ReverPicture\bitmap.bmp
     文件        2517  2007-04-23 10:44  ReverPicture\MainFrm.cpp
     文件        1581  2007-04-23 10:04  ReverPicture\MainFrm.h
     文件         736  2007-04-23 10:41  ReverPicture\resource.h
     文件        2470  2010-10-28 09:35  ReverPicture\ReverPicture.clw
     文件        4357  2010-08-03 15:36  ReverPicture\ReverPicture.cpp
     文件        4744  2007-04-23 11:56  ReverPicture\ReverPicture.dsp
     文件         549  2007-04-23 10:04  ReverPicture\ReverPicture.dsw
     文件        1422  2007-04-23 10:04  ReverPicture\ReverPicture.h
     文件       11913  2007-04-23 10:41  ReverPicture\ReverPicture.rc
     文件        1862  2007-04-23 10:04  ReverPicture\ReverPictureDoc.cpp
     文件        1541  2007-04-23 10:04  ReverPicture\ReverPictureDoc.h
     文件        4333  2010-08-03 14:28  ReverPicture\ReverPictureView.cpp
     文件        2001  2007-04-23 10:59  ReverPicture\ReverPictureView.h
     文件         214  2007-04-23 10:04  ReverPicture\StdAfx.cpp
     文件        1054  2007-04-23 10:04  ReverPicture\StdAfx.h
     文件        1078  2007-04-23 10:04  ReverPicture\res\ReverPicture.ico
     文件         404  2007-04-23 10:04  ReverPicture\res\ReverPicture.rc2
     文件        1078  2007-04-23 10:04  ReverPicture\res\ReverPictureDoc.ico
     文件        1078  2007-04-23 10:04  ReverPicture\res\Toolbar.bmp

评论

共有 条评论