资源简介
几何变换(图像平移,,垂直镜像,水平镜像,图像转置,缩放,旋转)
代码片段和文件信息
// 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);
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1735 2006-05-29 17:08 GeoTrans\ChildFrm.cpp
文件 1456 2006-05-29 17:08 GeoTrans\ChildFrm.h
文件 52296 2006-05-29 17:08 GeoTrans\DibImage.cpp
文件 3022 2006-05-29 17:08 GeoTrans\DibImage.h
文件 1031 2006-05-29 17:08 GeoTrans\GeoRotaDlg.cpp
文件 1232 2006-05-29 17:08 GeoTrans\GeoRotaDlg.h
文件 32960 2006-05-29 17:08 GeoTrans\GeoTrans.aps
文件 4464 2006-05-29 17:08 GeoTrans\GeoTrans.clw
文件 4520 2006-05-29 17:08 GeoTrans\GeoTrans.cpp
文件 5248 2006-05-29 17:08 GeoTrans\GeoTrans.dsp
文件 541 2006-05-29 17:08 GeoTrans\GeoTrans.dsw
文件 1378 2006-05-29 17:08 GeoTrans\GeoTrans.h
文件 156672 2006-05-29 17:08 GeoTrans\GeoTrans.ncb
文件 59904 2006-05-29 17:08 GeoTrans\GeoTrans.opt
文件 2736 2006-05-29 17:08 GeoTrans\GeoTrans.plg
文件 16132 2006-05-29 17:08 GeoTrans\GeoTrans.rc
文件 1049 2006-05-29 17:08 GeoTrans\GeoTransDlg.cpp
文件 1255 2006-05-29 17:08 GeoTrans\GeoTransDlg.h
文件 7091 2006-05-29 17:08 GeoTrans\GeoTransDoc.cpp
文件 1906 2006-05-29 17:08 GeoTrans\GeoTransDoc.h
文件 15268 2006-05-29 17:08 GeoTrans\GeoTransView.cpp
文件 2483 2006-05-29 17:08 GeoTrans\GeoTransView.h
文件 1125 2006-05-29 17:08 GeoTrans\GeoZoomDlg.cpp
文件 1242 2006-05-29 17:08 GeoTrans\GeoZoomDlg.h
文件 2525 2006-05-29 17:08 GeoTrans\MainFrm.cpp
文件 1542 2006-05-29 17:08 GeoTrans\MainFrm.h
文件 4820 2006-05-29 17:08 GeoTrans\ReadMe.txt
文件 1078 2006-05-29 17:08 GeoTrans\res\GeoTrans.ico
文件 400 2006-05-29 17:08 GeoTrans\res\GeoTrans.rc2
文件 1078 2006-05-29 17:08 GeoTrans\res\GeoTransDoc.ico
............此处省略9个文件信息
- 上一篇:attachment-cdn.zip
- 下一篇:PantechToolsV0.1
评论
共有 条评论