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

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

資源簡介

數字圖像處理實習內容,實現灰度圖像的線性變換,用戶自定義變換參數,用的VC6.0下的MFC技術

資源截圖

代碼片段和文件信息

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

#include?“stdafx.h“
#include?“ImageProcess.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-12-10?23:40??ImageProcess\
?????文件????????7091??2014-05-26?16:50??ImageProcess\BmpFile.h
?????文件????????1539??2014-12-10?22:09??ImageProcess\ChildFrm.cpp
?????文件????????1397??2014-12-10?22:09??ImageProcess\ChildFrm.h
?????目錄???????????0??2014-12-10?23:34??ImageProcess\Debug\
?????文件???????16763??2014-12-10?22:38??ImageProcess\Debug\ChildFrm.obj
?????文件??????127055??2014-12-10?23:34??ImageProcess\Debug\ImageProcess.exe
?????文件??????357036??2014-12-10?23:34??ImageProcess\Debug\ImageProcess.ilk
?????文件???????24353??2014-12-10?23:31??ImageProcess\Debug\ImageProcess.obj
?????文件?????5643644??2014-12-10?22:38??ImageProcess\Debug\ImageProcess.pch
?????文件??????451584??2014-12-10?23:34??ImageProcess\Debug\ImageProcess.pdb
?????文件????????8296??2014-12-10?23:31??ImageProcess\Debug\ImageProcess.res
?????文件???????22598??2014-12-10?22:38??ImageProcess\Debug\ImageProcessDoc.obj
?????文件???????27193??2014-12-10?23:34??ImageProcess\Debug\ImageProcessView.obj
?????文件???????10943??2014-12-10?23:31??ImageProcess\Debug\LinerTransDlg.obj
?????文件???????19527??2014-12-10?22:38??ImageProcess\Debug\MainFrm.obj
?????文件??????106208??2014-12-10?22:38??ImageProcess\Debug\StdAfx.obj
?????文件??????230400??2014-12-10?23:36??ImageProcess\Debug\vc60.idb
?????文件??????372736??2014-12-10?23:34??ImageProcess\Debug\vc60.pdb
?????文件???????46068??2014-12-10?23:31??ImageProcess\ImageProcess.aps
?????文件????????3581??2014-12-10?23:39??ImageProcess\ImageProcess.clw
?????文件????????4498??2014-12-10?22:09??ImageProcess\ImageProcess.cpp
?????文件????????4947??2014-12-10?23:40??ImageProcess\ImageProcess.dsp
?????文件?????????547??2014-12-10?22:09??ImageProcess\ImageProcess.dsw
?????文件????????1422??2014-12-10?22:09??ImageProcess\ImageProcess.h
?????文件???????58368??2014-12-10?23:40??ImageProcess\ImageProcess.ncb
?????文件???????49664??2014-12-10?23:40??ImageProcess\ImageProcess.opt
?????文件????????1270??2014-12-10?23:34??ImageProcess\ImageProcess.plg
?????文件???????13972??2014-12-10?23:31??ImageProcess\ImageProcess.rc
?????文件????????2100??2014-12-10?22:38??ImageProcess\ImageProcessDoc.cpp
?????文件????????1664??2014-12-10?22:32??ImageProcess\ImageProcessDoc.h
............此處省略17個文件信息

評論

共有 條評論