-
大小: 3.65MB文件類型: .rar金幣: 2下載: 1 次發布日期: 2023-11-21
- 語言: 其他
- 標簽:
資源簡介
實現灰度圖像的幾何變換、圖像平移、垂直水平鏡像、圖像轉置、圖像縮放、圖像旋轉

代碼片段和文件信息
//?ChildFrm.cpp?:?implementation?of?the?CChildframe?class
//
#include?“stdafx.h“
#include?“GeoTrans.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
void?CChildframe::Activateframe(int?nCmdShow)?
{
//?TODO:?Add?your?specialized?code?here?and/or?call?the?base?class
nCmdShow?=?SW_SHOWMAXIMIZED;
CMDIChildWnd::Activateframe(nCmdShow);
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
????.CA....??????1735??2006-05-29?17:08??04\GeoTrans\ChildFrm.cpp
????.CA....??????1456??2006-05-29?17:08??04\GeoTrans\ChildFrm.h
?????文件??????17384??2010-03-10?21:44??04\GeoTrans\Debug\ChildFrm.obj
?????文件??????????0??2010-03-10?21:44??04\GeoTrans\Debug\ChildFrm.sbr
?????文件??????42295??2010-03-10?21:44??04\GeoTrans\Debug\DibImage.obj
?????文件??????????0??2010-03-10?21:44??04\GeoTrans\Debug\DibImage.sbr
?????文件??????10805??2010-03-10?21:44??04\GeoTrans\Debug\GeoRotaDlg.obj
?????文件??????????0??2010-03-10?21:44??04\GeoTrans\Debug\GeoRotaDlg.sbr
?????文件????3236864??2010-03-10?22:12??04\GeoTrans\Debug\GeoTrans.bsc
????.CA....????159822??2010-03-16?09:54??04\GeoTrans\Debug\GeoTrans.exe
?????文件?????465008??2010-03-16?09:54??04\GeoTrans\Debug\GeoTrans.ilk
?????文件??????24162??2010-03-10?21:44??04\GeoTrans\Debug\GeoTrans.obj
????.CA....???6970896??2010-03-10?21:44??04\GeoTrans\Debug\GeoTrans.pch
????.CA....????631808??2010-03-16?09:54??04\GeoTrans\Debug\GeoTrans.pdb
????.CA....??????9240??2009-09-15?17:11??04\GeoTrans\Debug\GeoTrans.res
?????文件??????????0??2010-03-10?21:44??04\GeoTrans\Debug\GeoTrans.sbr
?????文件??????10877??2010-03-10?21:44??04\GeoTrans\Debug\GeoTransDlg.obj
?????文件??????????0??2010-03-10?21:44??04\GeoTrans\Debug\GeoTransDlg.sbr
?????文件??????38845??2010-03-10?21:44??04\GeoTrans\Debug\GeoTransDoc.obj
?????文件??????????0??2010-03-10?21:44??04\GeoTrans\Debug\GeoTransDoc.sbr
?????文件??????52000??2010-03-16?09:54??04\GeoTrans\Debug\GeoTransView.obj
?????文件??????????0??2010-03-10?22:12??04\GeoTrans\Debug\GeoTransView.sbr
?????文件??????10898??2010-03-10?21:44??04\GeoTrans\Debug\GeoZoomDlg.obj
?????文件??????????0??2010-03-10?21:44??04\GeoTrans\Debug\GeoZoomDlg.sbr
?????文件??????19530??2010-03-10?21:44??04\GeoTrans\Debug\MainFrm.obj
?????文件??????????0??2010-03-10?21:44??04\GeoTrans\Debug\MainFrm.sbr
?????文件?????106429??2010-03-10?21:44??04\GeoTrans\Debug\StdAfx.obj
?????文件????1375704??2010-03-10?21:44??04\GeoTrans\Debug\StdAfx.sbr
????.CA....????254976??2010-03-16?09:54??04\GeoTrans\Debug\vc60.idb
????.CA....????372736??2010-03-16?09:54??04\GeoTrans\Debug\vc60.pdb
............此處省略39個文件信息
- 上一篇:廣工移動web課程設計
- 下一篇:Mahout tutorial
評論
共有 條評論