資源簡介
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個文件信息
評論
共有 條評論