資源簡介
編程實現圖片的翻轉效果(翻轉90度)和任意角度的旋轉效果。
C++程序,VC++6.0完美運行的,運行.dsw文件后后debug里面會有.exe文件
因為提交問題刪除了debug文件(太大)
代碼片段和文件信息
//?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
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2014-07-04?14:42??2\
?????目錄???????????0??2014-07-20?16:20??2\1_end\
?????文件????????1735??2006-05-29?17:08??2\1_end\ChildFrm.cpp
?????文件????????3500??2014-06-27?09:53??2\1_end\ChildFrm.dsp
?????文件?????????524??2014-06-27?09:53??2\1_end\ChildFrm.dsw
?????文件????????1456??2006-05-29?17:08??2\1_end\ChildFrm.h
?????文件???????41984??2014-06-27?09:59??2\1_end\ChildFrm.ncb
?????文件???????48640??2014-06-27?09:59??2\1_end\ChildFrm.opt
?????文件????????1085??2014-06-27?09:58??2\1_end\ChildFrm.plg
?????文件???????52366??2014-06-27?10:13??2\1_end\DibImage.cpp
?????文件????????3425??2014-06-27?10:05??2\1_end\DibImage.dsp
?????文件?????????524??2014-06-27?10:31??2\1_end\DibImage.dsw
?????文件????????3022??2006-05-29?17:08??2\1_end\DibImage.h
?????文件???????50176??2014-06-30?15:34??2\1_end\DibImage.ncb
?????文件???????48640??2014-06-30?15:34??2\1_end\DibImage.opt
?????文件?????????920??2014-06-30?15:34??2\1_end\DibImage.plg
?????文件????????1031??2006-05-29?17:08??2\1_end\GeoRotaDlg.cpp
?????文件????????1232??2006-05-29?17:08??2\1_end\GeoRotaDlg.h
?????文件???????47864??2014-07-01?14:32??2\1_end\GeoTrans.aps
?????文件????????4242??2014-07-01?14:32??2\1_end\GeoTrans.clw
?????文件????????4520??2006-05-29?17:08??2\1_end\GeoTrans.cpp
?????文件????????5634??2014-06-27?14:29??2\1_end\GeoTrans.dsp
?????文件?????????541??2006-05-29?17:08??2\1_end\GeoTrans.dsw
?????文件????????1378??2006-05-29?17:08??2\1_end\GeoTrans.h
?????文件??????320512??2014-07-01?14:32??2\1_end\GeoTrans.ncb
?????文件???????59904??2014-07-01?14:32??2\1_end\GeoTrans.opt
?????文件????????1138??2014-07-01?14:32??2\1_end\GeoTrans.plg
?????文件???????14612??2014-07-01?14:32??2\1_end\GeoTrans.rc
?????文件????????1049??2006-05-29?17:08??2\1_end\GeoTransDlg.cpp
?????文件????????1255??2006-05-29?17:08??2\1_end\GeoTransDlg.h
?????文件????????7091??2006-05-29?17:09??2\1_end\GeoTransDoc.cpp
............此處省略60個文件信息
評論
共有 條評論