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

  • 大小: 12.41MB
    文件類型: .rar
    金幣: 1
    下載: 0 次
    發布日期: 2023-07-10
  • 語言: C/C++
  • 標簽: VC??圖像??

資源簡介

《Visual C++數字圖像獲取、處理及實踐應用》一書的源代碼

資源截圖

代碼片段和文件信息

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

#include?“stdafx.h“
#include?“ImageProcessing.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

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

????......R?????38635??1995-09-27?21:29??ImageProcessing\CDIB.CPP

????......R??????3645??1995-08-03?13:28??ImageProcessing\CDIB.H

????......R??????1542??1995-08-03?13:28??ImageProcessing\ChildFrm.cpp

????......R??????1397??1995-08-03?13:28??ImageProcessing\ChildFrm.h

????......R?????65095??1995-09-27?16:03??ImageProcessing\ColorTable.h

????......R?????17030??1995-08-03?13:28??ImageProcessing\DIBPrcs.cpp

????......R?????11615??1995-09-28?14:32??ImageProcessing\DWT.CPP

????......R?????67460??2002-11-29?23:14??ImageProcessing\Debug\CDIB.OBJ

????......R?????????0??2002-11-29?23:14??ImageProcessing\Debug\CDIB.SBR

????......R?????16498??2002-11-29?22:26??ImageProcessing\Debug\ChildFrm.obj

????......R?????????0??2002-11-29?22:26??ImageProcessing\Debug\ChildFrm.sbr

????......R?????23936??2002-11-29?22:26??ImageProcessing\Debug\DIBPrcs.obj

????......R?????????0??2002-11-29?22:26??ImageProcessing\Debug\DIBPrcs.sbr

????......R?????23093??2002-11-29?23:14??ImageProcessing\Debug\DWT.OBJ

????......R?????????0??2002-11-29?23:14??ImageProcessing\Debug\DWT.SBR

????......R?????15798??2002-11-29?22:26??ImageProcessing\Debug\DlgAftReg.obj

????......R?????????0??2002-11-29?22:26??ImageProcessing\Debug\DlgAftReg.sbr

????......R?????25168??2002-11-29?22:26??ImageProcessing\Debug\DlgArith.obj

????......R?????????0??2002-11-29?22:26??ImageProcessing\Debug\DlgArith.sbr

????......R?????11214??2002-11-29?22:26??ImageProcessing\Debug\DlgBitPlane.obj

????......R?????????0??2002-11-29?22:26??ImageProcessing\Debug\DlgBitPlane.sbr

????......R?????27944??2002-11-29?22:26??ImageProcessing\Debug\DlgEhnLinTrans.obj

????......R?????????0??2002-11-29?22:26??ImageProcessing\Debug\DlgEhnLinTrans.sbr

????......R?????14431??2002-11-29?22:26??ImageProcessing\Debug\DlgEnhColor.obj

????......R?????????0??2002-11-29?22:26??ImageProcessing\Debug\DlgEnhColor.sbr

????......R?????18310??2002-11-29?22:26??ImageProcessing\Debug\DlgHistShow1.obj

????......R?????????0??2002-11-29?22:26??ImageProcessing\Debug\DlgHistShow1.sbr

????......R?????20975??2002-11-29?22:26??ImageProcessing\Debug\DlgHuffman.obj

????......R?????????0??2002-11-29?22:26??ImageProcessing\Debug\DlgHuffman.sbr

????......R?????15636??2002-11-29?22:26??ImageProcessing\Debug\DlgMedian.obj

............此處省略290個文件信息

評論

共有 條評論