资源简介
请去下面链接下载新版本的源码,新版本源码支持不同图层的旋转平移缩放等。
http://download.csdn.net/source/3459644
代码片段和文件信息
// 200732590062.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “200732590062.h“
#include “MainFrm.h“
#include “200732590062Doc.h“
#include “200732590062View.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CMy200732590062App
BEGIN_MESSAGE_MAP(CMy200732590062App CWinApp)
//{{AFX_MSG_MAP(CMy200732590062App)
ON_COMMAND(ID_APP_ABOUT OnAppAbout)
// 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
// Standard file based document commands
ON_COMMAND(ID_FILE_NEW CWinApp::OnFileNew)
ON_COMMAND(ID_FILE_OPEN CWinApp::OnFileOpen)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CMy200732590062App construction
CMy200732590062App::CMy200732590062App()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CMy200732590062App object
CMy200732590062App theApp;
/////////////////////////////////////////////////////////////////////////////
// CMy200732590062App initialization
BOOL CMy200732590062App::InitInstance()
{
AfxEnableControlContainer();
// Standard initialization
// If you are not using these features and wish to reduce the size
// of your final executable you should remove from the following
// the specific initialization routines you do not need.
// Change the registry key under which our settings are stored.
// TODO: You should modify this string to be something appropriate
// such as the name of your company or organization.
SetRegistryKey(_T(“Local AppWizard-Generated Applications“));
LoadStdProfileSettings(); // Load standard INI file options (including MRU)
// Register the application‘s document templates. Document templates
// serve as the connection between documents frame windows and views.
CSingleDocTemplate* pDocTemplate;
pDocTemplate = new CSingleDocTemplate(
IDR_MAINframe
RUNTIME_CLASS(CMy200732590062Doc)
RUNTIME_CLASS(CMainframe) // main SDI frame window
RUNTIME_CLASS(CMy200732590062View));
AddDocTemplate(pDocTemplate);
// Parse command line for standard shell commands DDE file open
CCommandLineInfo cmdInfo;
ParseCommandLine(cmdInfo);
// Dispatch commands specified on the command line
if (!ProcessShellCommand(cmdInfo))
return FALSE;
// The one and only window has been initialized so show and update it.
m_pMainWnd->ShowWindow(SW_SHOW);
m_pMainWnd->UpdateWindow();
return TRUE;
}
/////////////////////////////////////////////////////////////////////////////
// CAboutDlg dialog used for App About
class CAboutDlg : publ
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 58644 2009-07-03 12:18 07021方毅200732590062\200732590062\200732590062.aps
文件 7354 2009-07-03 17:25 07021方毅200732590062\200732590062\200732590062.clw
文件 4075 2009-06-18 03:03 07021方毅200732590062\200732590062\200732590062.cpp
文件 5181 2009-06-18 20:22 07021方毅200732590062\200732590062\200732590062.dsp
文件 547 2009-07-03 19:01 07021方毅200732590062\200732590062\200732590062.dsw
文件 1448 2009-03-08 23:12 07021方毅200732590062\200732590062\200732590062.h
文件 1483776 2009-07-03 19:02 07021方毅200732590062\200732590062\200732590062.ncb
文件 54784 2009-07-03 19:02 07021方毅200732590062\200732590062\200732590062.opt
文件 2488 2009-07-03 19:02 07021方毅200732590062\200732590062\200732590062.plg
文件 17494 2009-06-18 22:02 07021方毅200732590062\200732590062\200732590062.rc
文件 37151 2009-07-03 17:25 07021方毅200732590062\200732590062\200732590062Doc.cpp
I.A.... 2715 2009-06-18 18:16 07021方毅200732590062\200732590062\200732590062Doc.h
文件 20668 2009-06-18 23:56 07021方毅200732590062\200732590062\200732590062View.cpp
文件 2683 2009-06-18 20:36 07021方毅200732590062\200732590062\200732590062View.h
文件 3409 2009-03-13 14:39 07021方毅200732590062\200732590062\200732590062View.plg
文件 5893 2009-06-19 00:35 07021方毅200732590062\200732590062\CircleDialog.cpp
文件 1597 2009-06-18 22:12 07021方毅200732590062\200732590062\CircleDialog.h
文件 1310 2009-06-18 18:44 07021方毅200732590062\200732590062\InputDialog.cpp
文件 1239 2009-06-14 17:25 07021方毅200732590062\200732590062\InputDialog.h
文件 3418 2009-06-18 18:41 07021方毅200732590062\200732590062\LineDialog.cpp
文件 1417 2009-06-18 18:16 07021方毅200732590062\200732590062\LineDialog.h
文件 2856 2009-06-18 03:03 07021方毅200732590062\200732590062\MainFrm.cpp
文件 1597 2009-06-18 03:00 07021方毅200732590062\200732590062\MainFrm.h
文件 1158 2009-06-18 20:43 07021方毅200732590062\200732590062\New Text Document (2).txt
文件 4467 2009-03-08 23:20 07021方毅200732590062\200732590062\ReadMe.txt
文件 22798 2008-02-23 16:53 07021方毅200732590062\200732590062\res\200732590062.ico
文件 404 2009-03-12 11:14 07021方毅200732590062\200732590062\res\200732590062.rc2
文件 1078 2009-02-24 13:02 07021方毅200732590062\200732590062\res\200732590062Doc.ico
文件 4054 2009-06-18 11:36 07021方毅200732590062\200732590062\res\Toolbar.bmp
文件 4342 2009-06-18 10:53 07021方毅200732590062\200732590062\res\toolbar1.bmp
............此处省略12个文件信息
相关资源
- 计算机图形学源码DDA直线、中点圆、
- 计算机图形学上机作业
- 计算机图形学大作业之图形绘制变换
- 扫描线种子填充算法代码
- 计算机图形学裁剪算法
- opengl雪花代码
- 东南大学计算机图形学实验三 橡皮筋
- 东南大学计算机图形学实验二 简单
- 计算机图形学实验之区域填充实验报
- 2017-2018计算机图形学A卷附(答案)
- 计算机图形学教程课后习题答案
- 计算机图形学第三版孙家广课后答案
- 计算机图形学__Bresenham完整算法_画直
- 计算机图形学四面体几何变换.doc
- 西南交通大学计算机图形学实验二,
- 交互式计算机图形学-基于OpenGL的自顶
- 计算机图形学实现多边形裁剪
- 计算机图形学画花瓣曲线
- 计算机图形学-基于weiler-atherton算法的
- 山东大学2018计算机图形学考试
- 反走样算法-计算机图形学
- 计算机图形学 边界定义的8连通区域
- 计算机图形学,内含DDA画直线,画圆
- 计算机图形学旋转和投影
- 计算机图形学自行车实验
- 计算机图形学实验六真实感图形程序
- 计算机图形学实验五三维图形变换程
- B样条曲线绘制图案--一个计算机图形
- 计算机图形学简明教程课后习题答案
- 安徽大学计算机图形学考试题集.doc
评论
共有 条评论