• 大小: 0.02M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-21
  • 标签:

资源简介

C++实战源码-拖动绘制曲线(入门级实例446).zip

资源截图

代码片段和文件信息

// DrawBezier.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “DrawBezier.h“

#include “MainFrm.h“
#include “DrawBezierDoc.h“
#include “DrawBezierView.h“

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

/////////////////////////////////////////////////////////////////////////////
// CDrawBezierApp

BEGIN_MESSAGE_MAP(CDrawBezierApp CWinApp)
//{{AFX_MSG_MAP(CDrawBezierApp)
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)
// Standard print setup command
ON_COMMAND(ID_FILE_PRINT_SETUP CWinApp::OnFilePrintSetup)
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        2320  2010-09-01 19:38  DrawBezier\DrawBezier.clw
     文件        4324  2010-09-10 14:35  DrawBezier\DrawBezier.cpp
     文件        4639  2010-06-29 15:45  DrawBezier\DrawBezier.dsp
     文件         545  2010-06-29 15:45  DrawBezier\DrawBezier.dsw
     文件        1400  2010-06-29 15:45  DrawBezier\DrawBezier.h
     文件       10609  2010-06-29 15:45  DrawBezier\DrawBezier.rc
     文件        1822  2010-06-29 15:45  DrawBezier\DrawBezierDoc.cpp
     文件        1519  2010-06-29 15:45  DrawBezier\DrawBezierDoc.h
     文件        3606  2010-09-10 14:35  DrawBezier\DrawBezierView.cpp
     文件        2030  2010-09-01 19:57  DrawBezier\DrawBezierView.h
     文件        2511  2010-06-29 15:45  DrawBezier\MainFrm.cpp
     文件        1581  2010-06-29 15:45  DrawBezier\MainFrm.h
     文件         498  2010-06-29 15:45  DrawBezier\Resource.h
     文件         212  2010-06-29 15:45  DrawBezier\StdAfx.cpp
     文件        1054  2010-06-29 15:45  DrawBezier\StdAfx.h
     文件        5694  2005-10-08 16:28  DrawBezier\res\DrawBezier.ico
     文件         402  2010-06-29 15:45  DrawBezier\res\DrawBezier.rc2
     文件        1078  2010-06-29 15:45  DrawBezier\res\DrawBezierDoc.ico
     文件        1078  2010-06-29 15:45  DrawBezier\res\Toolbar.bmp

评论

共有 条评论