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

资源简介

C++实战源码-图片的平滑缩放(入门级实例502).zip

资源截图

代码片段和文件信息

// frameDlg.cpp : implementation file
//

#include “stdafx.h“
#include “Smoothness.h“
#include “frameDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CframeDlg dialog


CframeDlg::CframeDlg(CWnd* pParent /*=NULL*/)
: CDialog(CframeDlg::IDD pParent)
{
//{{AFX_DATA_INIT(CframeDlg)
// NOTE: the ClassWizard will add member initialization here
//}}AFX_DATA_INIT
}


void CframeDlg::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CframeDlg)
// NOTE: the ClassWizard will add DDX and DDV calls here
//}}AFX_DATA_MAP
}


BEGIN_MESSAGE_MAP(CframeDlg CDialog)
//{{AFX_MSG_MAP(CframeDlg)
ON_WM_HSCROLL()
ON_WM_VSCROLL()
//}}AFX_MSG_MAP
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CframeDlg message handlers

void CFram

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件      565654  2010-07-16 10:27  Smoothness\bitbmp.bmp
     文件        3650  2007-05-08 08:48  Smoothness\frameDlg.cpp
     文件        1334  2007-05-08 08:48  Smoothness\frameDlg.h
     文件         963  2007-05-08 08:48  Smoothness\resource.h
     文件        1569  2010-10-28 09:02  Smoothness\Smoothness.clw
     文件        2119  2007-05-08 08:48  Smoothness\Smoothness.cpp
     文件        4356  2007-05-08 08:48  Smoothness\Smoothness.dsp
     文件         543  2007-05-08 08:48  Smoothness\Smoothness.dsw
     文件        1368  2007-05-08 08:48  Smoothness\Smoothness.h
     文件        5847  2007-05-08 08:48  Smoothness\Smoothness.rc
     文件        7807  2007-05-08 08:48  Smoothness\SmoothnessDlg.cpp
     文件        1598  2007-05-08 08:48  Smoothness\SmoothnessDlg.h
     文件         212  2007-05-08 08:48  Smoothness\StdAfx.cpp
     文件        1054  2007-05-08 08:48  Smoothness\StdAfx.h
     文件        5694  2005-10-08 16:28  Smoothness\res\Smoothness.ico
     文件         402  2007-05-08 08:48  Smoothness\res\Smoothness.rc2

评论

共有 条评论