• 大小: 48KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-05-04
  • 语言: C/C++
  • 标签:

资源简介

VC++计算机图形学制作二维图形变换代码

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “二维图形变换.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)
// 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()

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

CMainframe::CMainframe()
{
// TODO: add member initialization code here

}

CMainframe::~CMainframe()
{
}

BOOL CMainframe::PreCreateWindow(CREATESTRUCT& cs)
{
if( !CframeWnd::PreCreateWindow(cs) )
return FALSE;
// TODO: Modify the Window class or styles here by modifying
//  the CREATESTRUCT cs

return TRUE;
}

/////////////////////////////////////////////////////////////////////////////
// CMainframe diagnostics

#ifdef _DEBUG
void CMainframe::AssertValid() const
{
CframeWnd::AssertValid();
}

void CMainframe::Dump(CDumpContext& dc) const
{
CframeWnd::Dump(dc);
}

#endif //_DEBUG

/////////////////////////////////////////////////////////////////////////////
// CMainframe message handlers


 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2010-08-01 10:41  二维图形变换\
     文件        1503  2004-07-19 16:11  二维图形变换\MainFrm.cpp
     文件        1421  2004-07-19 16:11  二维图形变换\MainFrm.h
     文件        3023  2004-08-15 17:45  二维图形变换\MyClass.cpp
     文件         873  2004-07-19 16:28  二维图形变换\MyClass.h
     文件        4064  2004-07-19 16:11  二维图形变换\ReadMe.txt
     目录           0  2010-08-01 10:41  二维图形变换\res\
     文件         927  2004-07-19 16:28  二维图形变换\Resource.h
     文件        1078  2004-07-19 16:11  二维图形变换\res\二维图形变换.ico
     文件         404  2004-07-19 16:11  二维图形变换\res\二维图形变换.rc2
     文件        1078  2004-07-19 16:11  二维图形变换\res\二维图形变换Doc.ico
     文件         214  2004-07-19 16:11  二维图形变换\StdAfx.cpp
     文件        1054  2004-07-19 16:11  二维图形变换\StdAfx.h
     文件       41740  2004-07-19 16:28  二维图形变换\二维图形变换.aps
     文件        2083  2004-09-14 14:19  二维图形变换\二维图形变换.clw
     文件        3909  2004-07-19 16:11  二维图形变换\二维图形变换.cpp
     文件        4759  2004-07-19 17:02  二维图形变换\二维图形变换.dsp
     文件         549  2004-07-19 16:11  二维图形变换\二维图形变换.dsw
     文件        1336  2004-07-19 16:11  二维图形变换\二维图形变换.h
     文件       66560  2004-09-14 14:20  二维图形变换\二维图形变换.ncb
     文件       69632  2004-09-14 14:20  二维图形变换\二维图形变换.opt
     文件        1242  2004-08-15 17:44  二维图形变换\二维图形变换.plg
     文件       10616  2004-07-19 16:28  二维图形变换\二维图形变换.rc
     文件        1692  2004-07-19 16:11  二维图形变换\二维图形变换Doc.cpp
     文件        1435  2004-07-19 16:11  二维图形变换\二维图形变换Doc.h
     文件        6204  2004-07-19 20:22  二维图形变换\二维图形变换View.cpp
     文件        1760  2004-07-19 16:20  二维图形变换\二维图形变换View.h

评论

共有 条评论