91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 0.07M
    文件類型: .zip
    金幣: 2
    下載: 0 次
    發(fā)布日期: 2021-05-23
  • 語言: 其他
  • 標(biāo)簽: 其他??

資源簡介

vrt0el.zip

資源截圖

代碼片段和文件信息

//?Bezier.cpp?:?Defines?the?class?behaviors?for?the?application.
//

#include?“stdafx.h“
#include?“Bezier.h“
#include?“BezierDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
//?CBezierApp

BEGIN_MESSAGE_MAP(CBezierApp?CWinApp)
//{{AFX_MSG_MAP(CBezierApp)
//?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()

/////////////////////////////////////////////////////////////////////////////
//?CBezierApp?construction

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

/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CBezierApp?object

CBezierApp?theApp;

/////////////////////////////////////////////////////////////////////////////
//?CBezierApp?initialization

BOOL?CBezierApp::InitInstance()
{
AfxEnableControlContainer();

//?Standard?initialization
//?If?you?are?not?using?these?features?and?wish?to?reduce?the?size
//??of?your?final?executable?you?should?remove?from?the?following
//??the?specific?initialization?routines?you?do?not?need.

#ifdef?_AFXDLL
Enable3dControls(); //?Call?this?when?using?MFC?in?a?shared?DLL
#else
Enable3dControlsStatic(); //?Call?this?when?linking?to?MFC?statically
#endif

CBezierDlg?dlg;
m_pMainWnd?=?&dlg;
int?nResponse?=?dlg.DoModal();
if?(nResponse?==?IDOK)
{
//?TODO:?Place?code?here?to?handle?when?the?dialog?is
//??dismissed?with?OK
}
else?if?(nResponse?==?IDCANCEL)
{
//?TODO:?Place?code?here?to?handle?when?the?dialog?is
//??dismissed?with?Cancel
}

//?Since?the?dialog?has?been?closed?return?FALSE?so?that?we?exit?the
//??application?rather?than?start?the?application‘s?message?pump.
return?FALSE;
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2005-03-12?15:36??曲線處理——貝塞爾曲線程序\
?????文件???????50118??2004-11-30?03:27??曲線處理——貝塞爾曲線程序\使用說明.CHM
?????目錄???????????0??2004-11-14?15:13??曲線處理——貝塞爾曲線程序\www.cnzz.cn\
?????文件????????1746??2003-07-12?08:53??曲線處理——貝塞爾曲線程序\www.cnzz.cn\BezierDlg.h
?????文件?????????730??2003-07-15?15:29??曲線處理——貝塞爾曲線程序\www.cnzz.cn\resource.h
?????文件?????????208??2001-12-31?15:17??曲線處理——貝塞爾曲線程序\www.cnzz.cn\StdAfx.cpp
?????文件????????1054??2001-12-31?15:17??曲線處理——貝塞爾曲線程序\www.cnzz.cn\StdAfx.h
?????目錄???????????0??2003-07-12?10:07??曲線處理——貝塞爾曲線程序\www.cnzz.cn\res\
?????文件????????1078??2001-12-31?15:17??曲線處理——貝塞爾曲線程序\www.cnzz.cn\res\Bezier.ico
?????文件?????????398??2001-12-31?15:17??曲線處理——貝塞爾曲線程序\www.cnzz.cn\res\Bezier.rc2
?????文件????????3072??2003-07-12?10:07??曲線處理——貝塞爾曲線程序\www.cnzz.cn\res\Thumbs.db
?????文件???????34960??2003-07-15?15:29??曲線處理——貝塞爾曲線程序\www.cnzz.cn\Bezier.aps
?????文件???????58368??2003-07-15?15:57??曲線處理——貝塞爾曲線程序\www.cnzz.cn\Bezier.ncb
?????文件????????2214??2003-07-15?15:56??曲線處理——貝塞爾曲線程序\www.cnzz.cn\Bezier.plg
?????文件?????????864??2003-07-15?15:57??曲線處理——貝塞爾曲線程序\www.cnzz.cn\Bezier.clw
?????文件????????2063??2001-12-31?15:17??曲線處理——貝塞爾曲線程序\www.cnzz.cn\Bezier.cpp
?????文件????????4159??2001-12-31?15:17??曲線處理——貝塞爾曲線程序\www.cnzz.cn\Bezier.dsp
?????文件?????????535??2001-12-31?15:17??曲線處理——貝塞爾曲線程序\www.cnzz.cn\Bezier.dsw
?????文件????????1324??2001-12-31?15:17??曲線處理——貝塞爾曲線程序\www.cnzz.cn\Bezier.h
?????文件???????53760??2003-07-15?15:57??曲線處理——貝塞爾曲線程序\www.cnzz.cn\Bezier.opt
?????文件????????5165??2003-07-15?15:29??曲線處理——貝塞爾曲線程序\www.cnzz.cn\Bezier.rc
?????文件????????6129??2003-07-15?15:56??曲線處理——貝塞爾曲線程序\www.cnzz.cn\BezierDlg.cpp

評論

共有 條評論