• 大小: 2.32MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-11
  • 标签: mfc  几何变换  

资源简介

mfc 二维图形的平移、旋转、比例变换

资源截图

代码片段和文件信息

// MainFrm.cpp : implementation of the CMainframe class
//

#include “stdafx.h“
#include “Test.h“

#include “MainFrm.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CMainframe

IMPLEMENT_DYNCREATE(CMainframe CframeWnd)

BEGIN_MESSAGE_MAP(CMainframe CframeWnd)
//{{AFX_MSG_MAP(CMainframe)
ON_WM_CREATE()
//}}AFX_MSG_MAP
END_MESSAGE_MAP()

static UINT indicators[] =
{
ID_SEPARATOR           // status line indicator
ID_INDICATOR_CAPS
ID_INDICATOR_NUM
ID_INDICATOR_SCRL
};

/////////////////////////////////////////////////////////////////////////////
// CMainframe construction/destruction

CMainframe::CMainframe()
{

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件     214016  2010-09-10 15:09  二维基本几何变换算法\Debug\vc60.idb

     文件     250304  2010-09-10 15:09  二维基本几何变换算法\Debug\Test.res

     文件    5488124  2010-09-10 15:09  二维基本几何变换算法\Debug\Test.pch

     文件     364544  2010-09-10 15:09  二维基本几何变换算法\Debug\vc60.pdb

     文件     105946  2010-09-10 15:09  二维基本几何变换算法\Debug\StdAfx.obj

     文件      48784  2010-09-10 15:09  二维基本几何变换算法\Debug\TestView.obj

     文件      14964  2010-09-10 15:09  二维基本几何变换算法\Debug\TestDoc.obj

     文件      23627  2010-09-10 15:09  二维基本几何变换算法\Debug\Test.obj

     文件      21842  2010-09-10 15:09  二维基本几何变换算法\Debug\Picdlg.obj

     文件      20263  2010-09-10 15:09  二维基本几何变换算法\Debug\MainFrm.obj

     文件     340048  2010-09-10 15:09  二维基本几何变换算法\Debug\Test.ilk

     文件     421984  2010-09-10 15:09  二维基本几何变换算法\Debug\Test.exe

     文件     353280  2010-09-10 15:09  二维基本几何变换算法\Debug\Test.pdb

     目录          0  2010-09-10 15:08  二维基本几何变换算法\Debug

    .......      2369  2010-09-08 09:53  二维基本几何变换算法\MainFrm.cpp

    .......      1478  2010-09-08 09:53  二维基本几何变换算法\MainFrm.h

    .......      4463  2010-09-08 09:53  二维基本几何变换算法\Picdlg.cpp

    .......      1704  2010-09-08 09:53  二维基本几何变换算法\Picdlg.h

    .......       517  2010-09-08 09:53  二维基本几何变换算法\Point.cpp

    .......       504  2010-09-08 09:53  二维基本几何变换算法\Point.h

    .......       519  2010-09-08 09:53  二维基本几何变换算法\Point1.cpp

    .......       508  2010-09-08 09:53  二维基本几何变换算法\Point1.h

    .......      4263  2010-09-08 09:53  二维基本几何变换算法\ReadMe.txt

    .......     10134  2010-09-08 09:53  二维基本几何变换算法\res\app.ico

    .......       766  2010-09-08 09:53  二维基本几何变换算法\res\down.ico

    .......       766  2010-09-08 09:53  二维基本几何变换算法\res\draw.ico

    .......      3638  2010-09-08 09:53  二维基本几何变换算法\res\Essential File.ico

    .......      4710  2010-09-08 09:53  二维基本几何变换算法\res\exit.ico

    .......      3638  2010-09-08 09:53  二维基本几何变换算法\res\Help.ico

    .......      3638  2010-09-08 09:53  二维基本几何变换算法\res\Important Files.ico

............此处省略32个文件信息

评论

共有 条评论