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

资源简介

C++实战源码-图像固定比例缩放(入门级实例503).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “Picture.h“
#include “PictureDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CPictureApp

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

/////////////////////////////////////////////////////////////////////////////
// CPictureApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CPictureApp object

CPicture

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1248  2010-10-28 09:11  picture\Picture.clw
     文件        2077  2007-05-08 08:48  picture\Picture.cpp
     文件        4242  2007-05-08 08:48  picture\Picture.dsp
     文件         537  2007-05-08 08:48  picture\Picture.dsw
     文件        1335  2007-05-08 08:48  picture\Picture.h
     文件        5602  2010-08-03 11:20  picture\Picture.rc
     文件        6029  2010-08-03 10:58  picture\PictureDlg.cpp
     文件        1493  2007-05-08 08:48  picture\PictureDlg.h
     文件        1005  2010-08-03 11:20  picture\resource.h
     文件         209  2007-05-08 08:48  picture\StdAfx.cpp
     文件        1054  2007-05-08 08:48  picture\StdAfx.h
     文件        5694  2005-10-08 16:28  picture\res\Picture.ico
     文件         399  2007-05-08 08:48  picture\res\Picture.rc2
     文件      204360  2007-05-08 08:48  picture\res\车.bmp

评论

共有 条评论