资源简介
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个文件信息
- 上一篇:基于单片机的气压检测装置的设计
- 下一篇:自动往返小车程序c语言
相关资源
- 关于MFC的 基本用法及实例的源代码
- 计算机图形学MFC
- VC 学习笔记
- Visual_C++MFC入门教程
- VC6写的Socket API封装类非MFC
- mfc 自绘控件实现 竖排TAB sheet控件
- visual C++ 实现文件共享
- MFC 学生通讯录系统
- 基于MFC的学生通讯薄管理系统
- MFC下MSChart柱状图、折线图、饼状图
- C++ MFC 教师工资管理系统
- MFCResourceID v2.0.rar
- 学生机和老师机
- MFC 菜单 树视图控件 界面切换
- DES加密解密 MFC C++
- 用mfc编写的示波器动态显示程序
- 利用MFC的Csocket类实现C/S网络通信
- MFC多线程文件搜索器
- Bezier曲线,三次B样条曲线
- MFC串口通讯组件
- 一个用MFC制作的把DICOM图像转换成BM
- MFC绘制直线矩形文本框
- OpenGL填充等值线MFC源代码
- 猎豹网校MFC视频教程全套百度云.rar
- MFC基于对话框的图书管理系统
- MFC 挖金子代码
- MFC时钟小程序
- 立方体函数纹理映射算法
- 小波变换的MFC实现
- MFC中OpenGL移动缩放旋转.rar
评论
共有 条评论