資源簡介
支持隨意繪制的多邊形的三角化功能,準確 無誤。。。

代碼片段和文件信息
//?ChildFrm.cpp?:?implementation?of?the?CChildframe?class
//
#include?“stdafx.h“
#include?“PolyTry.h“
#include?“ChildFrm.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CChildframe
IMPLEMENT_DYNCREATE(CChildframe?CMDIChildWnd)
BEGIN_MESSAGE_MAP(CChildframe?CMDIChildWnd)
//{{AFX_MSG_MAP(CChildframe)
//?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
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
//?CChildframe?construction/destruction
CChildframe::CChildframe()
{
//?TODO:?add?member?initialization?code?here
}
CChildframe::~CChildframe()
{
}
BOOL?CChildframe::PreCreateWindow(CREATESTRUCT&?cs)
{
//?TODO:?Modify?the?Window?class?or?styles?here?by?modifying
//??the?CREATESTRUCT?cs
if(?!CMDIChildWnd::PreCreateWindow(cs)?)
return?FALSE;
return?TRUE;
}
/////////////////////////////////////////////////////////////////////////////
//?CChildframe?diagnostics
#ifdef?_DEBUG
void?CChildframe::AssertValid()?const
{
CMDIChildWnd::AssertValid();
}
void?CChildframe::Dump(CDumpContext&?dc)?const
{
CMDIChildWnd::Dump(dc);
}
#endif?//_DEBUG
/////////////////////////////////////////////////////////////////////////////
//?CChildframe?message?handlers
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????1534??2002-02-06?15:06??PolygonToTrigle\ChildFrm.cpp
?????文件???????1397??2002-02-06?15:06??PolygonToTrigle\ChildFrm.h
?????文件???????5386??2017-12-17?13:50??PolygonToTrigle\Debug\APPMODUL.obj
?????文件??????16498??2017-12-17?12:19??PolygonToTrigle\Debug\ChildFrm.obj
?????文件??????19265??2017-12-17?12:19??PolygonToTrigle\Debug\MainFrm.obj
?????文件?????131156??2017-12-19?10:39??PolygonToTrigle\Debug\PolyTry.exe
?????文件?????411736??2017-12-19?10:39??PolygonToTrigle\Debug\PolyTry.ilk
?????文件??????23778??2017-12-17?12:19??PolygonToTrigle\Debug\PolyTry.obj
?????文件????5530896??2017-12-17?12:19??PolygonToTrigle\Debug\PolyTry.pch
?????文件?????467968??2017-12-19?10:39??PolygonToTrigle\Debug\PolyTry.pdb
?????文件??????10876??2017-12-17?12:19??PolygonToTrigle\Debug\PolyTry.res
?????文件??????15023??2017-12-17?12:19??PolygonToTrigle\Debug\PolyTryDoc.obj
?????文件?????105879??2017-12-17?12:19??PolygonToTrigle\Debug\StdAfx.obj
?????文件?????222208??2017-12-19?10:39??PolygonToTrigle\Debug\vc60.idb
?????文件?????364544??2017-12-19?10:39??PolygonToTrigle\Debug\vc60.pdb
?????文件??????46786??2017-12-19?10:39??PolygonToTrigle\Debug\View.obj
?????文件???????2524??2002-02-06?15:06??PolygonToTrigle\MainFrm.cpp
?????文件???????1542??2002-02-06?15:06??PolygonToTrigle\MainFrm.h
?????文件??????47992??2002-02-06?19:54??PolygonToTrigle\PolyTry.aps
?????文件???????2909??2002-02-07?11:16??PolygonToTrigle\PolyTry.clw
?????文件???????4401??2002-02-06?15:06??PolygonToTrigle\PolyTry.cpp
?????文件????????682??2002-02-06?15:06??PolygonToTrigle\PolyTry.dep
?????文件???????4750??2002-02-07?11:16??PolygonToTrigle\PolyTry.dsp
?????文件????????537??2002-02-06?15:06??PolygonToTrigle\PolyTry.dsw
?????文件???????1367??2002-02-06?15:06??PolygonToTrigle\PolyTry.h
?????文件???????6022??2002-02-07?11:16??PolygonToTrigle\PolyTry.mak
?????文件?????164864??2017-12-19?11:31??PolygonToTrigle\PolyTry.ncb
?????文件??????58880??2017-12-19?11:31??PolygonToTrigle\PolyTry.opt
?????文件????????752??2017-12-19?10:39??PolygonToTrigle\PolyTry.plg
?????文件??????14053??2002-02-06?19:54??PolygonToTrigle\PolyTry.rc
............此處省略20個文件信息
評論
共有 條評論