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

资源简介

C++实战源码-图片马赛克效果(入门级实例582).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “MosaicView.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-20 19:00  MosaicView\bitmap.bmp
     文件        2515  2007-05-30 13:09  MosaicView\MainFrm.cpp
     文件        1581  2006-04-21 08:46  MosaicView\MainFrm.h
     文件        2405  2010-10-28 15:37  MosaicView\MosaicView.clw
     文件        4323  2007-05-30 13:06  MosaicView\MosaicView.cpp
     文件        4674  2007-05-30 13:17  MosaicView\MosaicView.dsp
     文件         545  2006-04-21 08:46  MosaicView\MosaicView.dsw
     文件        1400  2006-04-21 09:44  MosaicView\MosaicView.h
     文件       11820  2007-05-30 13:08  MosaicView\MosaicView.rc
     文件        1822  2006-04-21 08:46  MosaicView\MosaicViewDoc.cpp
     文件        1519  2006-04-21 08:46  MosaicView\MosaicViewDoc.h
     文件        4753  2007-05-30 13:15  MosaicView\MosaicViewView.cpp
     文件        1941  2007-05-30 13:08  MosaicView\MosaicViewView.h
     文件         689  2007-05-30 13:08  MosaicView\resource.h
     文件         212  2006-04-21 08:46  MosaicView\StdAfx.cpp
     文件        1082  2006-04-21 09:41  MosaicView\StdAfx.h
     文件       32114  2004-07-06 18:33  MosaicView\VFW32.LIB
     文件        1078  2006-04-21 08:46  MosaicView\res\MosaicView.ico
     文件         402  2006-04-21 08:46  MosaicView\res\MosaicView.rc2
     文件        1078  2006-04-21 08:46  MosaicView\res\MosaicViewDoc.ico
     文件        1078  2006-04-21 08:46  MosaicView\res\Toolbar.bmp

评论

共有 条评论