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

资源简介

C++实战源码-绘制贝塞尔曲线(入门级实例445).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “DrawBezier.h“
#include “DrawBezierDlg.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)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CDrawBezierApp construction

CDrawBezierApp::CDrawBezierApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}

/////////////////////////////////////////////////////////////////////////////
// The one and only CDr

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件         998  2010-10-27 18:00  DrawBezier\DrawBezier.clw
     文件        2119  2007-03-14 08:06  DrawBezier\DrawBezier.cpp
     文件        4231  2007-03-14 08:06  DrawBezier\DrawBezier.dsp
     文件         545  2007-03-14 08:06  DrawBezier\DrawBezier.dsw
     文件        1368  2007-03-14 08:06  DrawBezier\DrawBezier.h
     文件        5146  2007-03-14 08:21  DrawBezier\DrawBezier.rc
     文件        4668  2007-04-20 14:57  DrawBezier\DrawBezierDlg.cpp
     文件        1386  2007-03-14 08:06  DrawBezier\DrawBezierDlg.h
     文件         542  2007-03-14 08:06  DrawBezier\Resource.h
     文件         212  2007-03-14 08:06  DrawBezier\StdAfx.cpp
     文件        1054  2007-03-14 08:06  DrawBezier\StdAfx.h
     文件        5694  2005-10-08 16:28  DrawBezier\res\DrawBezier.ico
     文件         402  2007-03-14 08:06  DrawBezier\res\DrawBezier.rc2

评论

共有 条评论