• 大小: 117KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-11
  • 标签: Bezier曲线  动态  VC++  

资源简介

Bezier曲线为法国Citeroen汽车公司的 De Cateljau于1959年发明,但当时作为公司 技术机密,直到1975年之后才引起人们注意,1962年法国Renault公司的工程师Bezier独立提出Bezier曲线曲面,于1968年成功用于UNISURF汽车造型系统中,该代码很好模拟显示四次Bezier曲线动态显示非常直观,该代码VC++6实现

资源截图

代码片段和文件信息

// MainFrm.cpp : implementation of the CMainframe class
//

#include “stdafx.h“
#include “Trst19.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
};

//////

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       2507  2017-10-21 14:09  test\MainFrm.cpp

     文件       1581  2017-10-21 14:09  test\MainFrm.h

     文件        578  2017-10-21 14:21  test\P2.cpp

     文件        517  2017-10-21 14:21  test\P2.h

     文件       4311  2017-10-21 14:09  test\ReadMe.txt

     文件      68578  2017-10-21 14:17  test\res\about.bmp

     文件        766  2017-10-21 14:17  test\res\DRAW.ICO

     文件       4710  2017-10-21 14:17  test\res\EXIT.ICO

     文件       3638  2017-10-21 14:17  test\res\Help.ico

     文件       1654  2017-10-21 14:17  test\res\Toolbar.bmp

     文件       1078  2017-10-21 14:09  test\res\Trst19.ico

     文件        398  2017-10-21 14:09  test\res\Trst19.rc2

     文件       1078  2017-10-21 14:09  test\res\Trst19Doc.ico

     文件        820  2017-10-21 14:17  test\resource.h

     文件        208  2017-10-21 14:09  test\StdAfx.cpp

     文件       1054  2017-10-21 14:09  test\StdAfx.h

     文件     108320  2018-04-05 20:17  test\Trst19.aps

     文件       1714  2018-04-05 20:17  test\Trst19.clw

     文件       4213  2017-10-21 15:12  test\Trst19.cpp

     文件       4932  2017-10-21 22:10  test\Trst19.dsp

     文件        537  2017-10-21 14:09  test\Trst19.dsw

     文件       1356  2017-10-21 14:09  test\Trst19.h

     文件      82944  2018-04-05 20:18  test\Trst19.ncb

     文件      50688  2018-04-05 20:18  test\Trst19.opt

     文件       2429  2018-04-05 20:17  test\Trst19.plg

     文件      10710  2017-10-21 14:17  test\Trst19.rc

     文件       1742  2017-10-21 14:09  test\Trst19Doc.cpp

     文件       1475  2017-10-21 14:09  test\Trst19Doc.h

     文件       8117  2017-10-24 21:32  test\Trst19View.cpp

     文件       2007  2017-10-24 18:24  test\Trst19View.h

............此处省略6个文件信息

评论

共有 条评论