資源簡介
用VC++實現的圖像幾何變換,可直接運行。
代碼片段和文件信息
//?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()
{
//?T
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????1735??2006-05-29?17:08??04\GeoTrans\ChildFrm.cpp
?????文件???????1456??2006-05-29?17:08??04\GeoTrans\ChildFrm.h
?????文件??????52296??2006-05-29?17:08??04\GeoTrans\DibImage.cpp
?????文件???????3022??2006-05-29?17:08??04\GeoTrans\DibImage.h
?????文件???????1031??2006-05-29?17:08??04\GeoTrans\GeoRotaDlg.cpp
?????文件???????1232??2006-05-29?17:08??04\GeoTrans\GeoRotaDlg.h
?????文件??????32960??2006-05-29?17:08??04\GeoTrans\GeoTrans.aps
?????文件???????4464??2006-05-29?17:08??04\GeoTrans\GeoTrans.clw
?????文件???????4520??2006-05-29?17:08??04\GeoTrans\GeoTrans.cpp
?????文件???????5248??2006-05-29?17:08??04\GeoTrans\GeoTrans.dsp
?????文件????????541??2006-05-29?17:08??04\GeoTrans\GeoTrans.dsw
?????文件???????1378??2006-05-29?17:08??04\GeoTrans\GeoTrans.h
?????文件?????156672??2006-05-29?17:08??04\GeoTrans\GeoTrans.ncb
?????文件??????59904??2006-05-29?17:08??04\GeoTrans\GeoTrans.opt
?????文件???????2736??2006-05-29?17:08??04\GeoTrans\GeoTrans.plg
?????文件??????16132??2006-05-29?17:08??04\GeoTrans\GeoTrans.rc
?????文件???????1049??2006-05-29?17:08??04\GeoTrans\GeoTransDlg.cpp
?????文件???????1255??2006-05-29?17:08??04\GeoTrans\GeoTransDlg.h
?????文件???????7091??2006-05-29?17:09??04\GeoTrans\GeoTransDoc.cpp
?????文件???????1906??2006-05-29?17:09??04\GeoTrans\GeoTransDoc.h
?????文件??????15268??2006-05-29?17:09??04\GeoTrans\GeoTransView.cpp
?????文件???????2483??2006-05-29?17:09??04\GeoTrans\GeoTransView.h
?????文件???????1125??2006-05-29?17:09??04\GeoTrans\GeoZoomDlg.cpp
?????文件???????1242??2006-05-29?17:09??04\GeoTrans\GeoZoomDlg.h
?????文件???????2525??2006-05-29?17:09??04\GeoTrans\MainFrm.cpp
?????文件???????1542??2006-05-29?17:09??04\GeoTrans\MainFrm.h
?????文件???????4820??2006-05-29?17:09??04\GeoTrans\ReadMe.txt
?????文件???????1289??2006-05-29?17:09??04\GeoTrans\Resource.h
?????文件????????210??2006-05-29?17:09??04\GeoTrans\StdAfx.cpp
?????文件???????1054??2006-05-29?17:09??04\GeoTrans\StdAfx.h
............此處省略10個文件信息
評論
共有 條評論