-
大小: 3.65MB文件类型: .rar金币: 1下载: 0 次发布日期: 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
评论
共有 条评论