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

  • 大小: 1.55MB
    文件類型: .zip
    金幣: 2
    下載: 0 次
    發布日期: 2023-08-31
  • 語言: C/C++
  • 標簽: 圖像處理??

資源簡介

編程實現圖像的百葉窗和馬賽克效果。 VC++ 6.0運行通過,運行.dsw文件后會生成debug文件夾,下面有.exe可以直接運行

資源截圖

代碼片段和文件信息

//?ChildFrm.cpp?:?implementation?of?the?CChildframe?class
//

#include?“stdafx.h“
#include?“DIBShow.h“

#include?“ChildFrm.h“

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

/////////////////////////////////////////////////////////////////////////////
//?CChildframe

IMPLEMENT_DYNCREATE(CChildframe?CMDIChildWnd)

BEGIN_MESSAGE_MAP(CChildframe?CMDIChildWnd)
//{{AFX_MSG_MAP(CChildframe)
//?NOTE?-?the?ClassWizard?will?add?and?remove?mapping?macros?here.
//????DO?NOT?EDIT?what?you?see?in?these?blocks?of?generated?code?!
//}}AFX_MSG_MAP
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
//?CChildframe?construction/destruction

CChildframe::CChildframe()
{
//?TODO:?add?member?initialization?code?here

}

CChildframe::~CChildframe()
{
}

BOOL?CChildframe::PreCreateWindow(CREATESTRUCT&?cs)
{
//?TODO:?Modify?the?Window?class?or?styles?here?by?modifying
//??the?CREATESTRUCT?cs

if(?!CMDIChildWnd::PreCreateWindow(cs)?)
return?FALSE;

return?TRUE;
}



/////////////////////////////////////////////////////////////////////////////
//?CChildframe?diagnostics

#ifdef?_DEBUG
void?CChildframe::AssertValid()?const
{
CMDIChildWnd::AssertValid();
}

void?CChildframe::Dump(CDumpContext&?dc)?const
{
CMDIChildWnd::Dump(dc);
}

#endif?//_DEBUG

/////////////////////////////////////////////////////////////////////////////
//?CChildframe?message?handlers

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2014-07-20?16:20??3\
?????文件?????????428??2009-10-16?21:32??3\CDib.h
?????文件????????1534??2009-10-16?19:33??3\ChildFrm.cpp
?????文件????????1397??2009-10-16?19:33??3\ChildFrm.h
?????文件?????1230372??2014-07-01?14:32??3\DIBShow.aps
?????文件????????2707??2014-07-01?14:33??3\DIBShow.clw
?????文件????????4499??2009-10-17?12:17??3\DIBShow.cpp
?????文件????????5164??2009-10-23?11:35??3\DIBShow.dsp
?????文件?????????520??2009-10-16?19:33??3\DIBShow.dsw
?????文件????????1367??2009-10-16?19:33??3\DIBShow.h
?????文件??????238592??2014-07-01?14:33??3\DIBShow.ncb
?????文件???????53760??2014-07-01?14:33??3\DIBShow.opt
?????文件?????????828??2014-07-01?14:32??3\DIBShow.plg
?????文件???????12675??2014-07-01?11:19??3\DIBShow.rc
?????文件????????1804??2009-10-17?11:56??3\DIBShowDoc.cpp
?????文件????????1522??2009-10-17?11:56??3\DIBShowDoc.h
?????文件????????4541??2014-07-01?10:35??3\DIBShowView.cpp
?????文件????????1955??2014-07-01?10:35??3\DIBShowView.h
?????文件???????14351??2014-07-01?14:19??3\Dib.cpp
?????文件????????2640??2009-11-08?14:47??3\Dib.h
?????文件????????2126??1998-05-13?00:00??3\MSIMG32.LIB
?????文件????????2803??2009-10-19?10:48??3\MainFrm.cpp
?????文件????????1451??2009-10-19?10:28??3\MainFrm.h
?????文件????????4793??2009-10-16?19:33??3\ReadMe.txt
?????文件?????????209??2009-10-16?19:33??3\StdAfx.cpp
?????文件????????1054??2009-10-16?19:33??3\StdAfx.h
?????文件???????43982??1998-05-13?00:00??3\WINMM.LIB
?????目錄???????????0??2014-07-20?16:20??3\res\
?????文件?????1200054??2009-10-21?16:27??3\res\20081226182434825.bmp
?????文件????????1078??2009-10-16?19:33??3\res\DIBShow.ico
?????文件?????????399??2009-10-16?19:33??3\res\DIBShow.rc2
............此處省略5個文件信息

評論

共有 條評論