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

资源简介

C++实战源码-图像的剪切(入门级实例507).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “CutImage.h“
#include “CutImageDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CCutImageApp

BEGIN_MESSAGE_MAP(CCutImageApp CWinApp)
//{{AFX_MSG_MAP(CCutImageApp)
// 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()

/////////////////////////////////////////////////////////////////////////////
// CCutImageApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CCutImageApp object

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1149  2010-10-28 09:22  CutImage\CutImage.clw
     文件        2121  2007-05-08 08:48  CutImage\CutImage.cpp
     文件        4328  2007-05-08 08:48  CutImage\CutImage.dsp
     文件         541  2007-05-08 08:48  CutImage\CutImage.dsw
     文件        1346  2007-05-08 08:48  CutImage\CutImage.h
     文件        5558  2007-05-08 08:48  CutImage\CutImage.rc
     文件        5038  2007-05-08 08:48  CutImage\CutImageDlg.cpp
     文件        1436  2007-05-08 08:48  CutImage\CutImageDlg.h
     文件         777  2007-05-08 08:48  CutImage\resource.h
     文件         210  2007-05-08 08:48  CutImage\StdAfx.cpp
     文件        1054  2007-05-08 08:48  CutImage\StdAfx.h
     文件      317024  2007-05-08 08:48  CutImage\图像的剪切图片1.bmp
     文件        1078  2007-05-08 08:48  CutImage\res\CutImage.ico
     文件         400  2007-05-08 08:48  CutImage\res\CutImage.rc2

评论

共有 条评论