资源简介
简单图形的三维变换,利用图形学的算法实现
代码片段和文件信息
// MainFrm.cpp : implementation of the CMainframe class
//
#include “stdafx.h“
#include “Transform3D.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 !
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
};
/
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 2512 2006-12-18 10:08 Transform3D\MainFrm.cpp
文件 1581 2006-12-18 10:08 Transform3D\MainFrm.h
文件 4431 2006-12-18 10:08 Transform3D\ReadMe.txt
文件 1078 2006-12-18 10:08 Transform3D\res\Toolbar.bmp
文件 1078 2006-12-18 10:08 Transform3D\res\Transform3D.ico
文件 403 2006-12-18 10:08 Transform3D\res\Transform3D.rc2
文件 1078 2006-12-18 10:08 Transform3D\res\Transform3DDoc.ico
文件 1247 2006-12-27 16:42 Transform3D\resource.h
文件 213 2006-12-18 10:08 Transform3D\StdAfx.cpp
文件 1054 2006-12-18 10:08 Transform3D\StdAfx.h
文件 29732 2000-03-14 16:14 Transform3D\Transform3D.aps
文件 3122 2000-03-14 16:23 Transform3D\Transform3D.clw
文件 4303 2006-12-24 20:13 Transform3D\Transform3D.cpp
文件 4797 2006-12-25 15:21 Transform3D\Transform3D.dsp
文件 547 2006-12-18 10:08 Transform3D\Transform3D.dsw
文件 1411 2006-12-18 10:08 Transform3D\Transform3D.h
文件 74752 2000-03-14 16:23 Transform3D\Transform3D.ncb
文件 54784 2000-03-14 16:23 Transform3D\Transform3D.opt
文件 1492 2006-12-29 17:16 Transform3D\Transform3D.plg
文件 12621 2006-12-27 16:42 Transform3D\Transform3D.rc
文件 1842 2006-12-18 10:08 Transform3D\Transform3DDoc.cpp
文件 1530 2006-12-18 10:08 Transform3D\Transform3DDoc.h
文件 9237 2006-12-29 17:16 Transform3D\Transform3DView.cpp
文件 2647 2006-12-27 15:57 Transform3D\Transform3DView.h
文件 3235 2006-12-27 16:42 Transform3D\TranslateDlg.cpp
文件 1527 2006-12-27 16:32 Transform3D\TranslateDlg.h
目录 0 2006-12-18 10:08 Transform3D\res
目录 0 2007-06-19 17:54 Transform3D
----------- --------- ---------- ----- ----
222254 28
............此处省略1个文件信息
- 上一篇:力控破解工具
- 下一篇:基于DSP和电机控制芯片的交流电机控制硬件设计
评论
共有 条评论