91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 0.40M
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發布日期: 2021-02-21
  • 標簽:

資源簡介

C++實戰源碼-圖像旋轉(入門級實例512).zip

資源截圖

代碼片段和文件信息

//?ImagePanel.cpp?:?implementation?file
//

#include?“stdafx.h“
#include?“RotateImage.h“
#include?“ImagePanel.h“

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

/////////////////////////////////////////////////////////////////////////////
//?CImagePanel?dialog


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


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


BEGIN_MESSAGE_MAP(CImagePanel?CDialog)
//{{AFX_MSG_MAP(CImagePanel)
ON_WM_HSCROLL()
ON_WM_VSCROLL()
//}}AFX_MSG_MAP
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
//?CImagePanel?messa

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????599094??2010-07-12?09:30??RotateImage\bitmap.bmp
?????文件????????3362??2010-07-01?15:17??RotateImage\ImagePanel.cpp
?????文件????????1357??2010-07-01?15:37??RotateImage\ImagePanel.h
?????文件????????1378??2010-07-01?15:34??RotateImage\resource.h
?????文件????????2084??2010-11-13?11:03??RotateImage\RotateImage.clw
?????文件????????2133??2010-07-01?14:39??RotateImage\RotateImage.cpp
?????文件????????4378??2010-07-01?15:41??RotateImage\RotateImage.dsp
?????文件?????????547??2010-07-01?14:39??RotateImage\RotateImage.dsw
?????文件????????1379??2010-07-01?14:39??RotateImage\RotateImage.h
?????文件????????6491??2010-07-20?20:16??RotateImage\RotateImage.rc
?????文件???????14331??2010-07-01?15:40??RotateImage\RotateImageDlg.cpp
?????文件????????2227??2010-07-01?15:30??RotateImage\RotateImageDlg.h
?????文件?????????213??2010-07-01?14:39??RotateImage\StdAfx.cpp
?????文件????????1054??2010-07-01?14:39??RotateImage\StdAfx.h
?????文件????????7358??2006-03-30?08:21??RotateImage\res\RotateImage.ico
?????文件?????????403??2010-07-01?14:39??RotateImage\res\RotateImage.rc2

評論

共有 條評論