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

  • 大小: 1.88MB
    文件類型: .rar
    金幣: 2
    下載: 0 次
    發布日期: 2023-10-14
  • 語言: C/C++
  • 標簽: stl??

資源簡介

任意讀入一個ASCII碼的STL文件,顯示出該形體。可以變換角度觀察。對應目錄下提供了三個STL文件實例。壓縮包內包含一個stl文件

資源截圖

代碼片段和文件信息

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

#include?“stdafx.h“
#include?“ckd12.h“

#include?“MainFrm.h“
#include?“ckd12Doc.h“
#include?“ckd12View.h“

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

/////////////////////////////////////////////////////////////////////////////
//?CCkd12App

BEGIN_MESSAGE_MAP(CCkd12App?CWinApp)
//{{AFX_MSG_MAP(CCkd12App)
ON_COMMAND(ID_APP_ABOUT?OnAppAbout)
//?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
//?Standard?file?based?document?commands
ON_COMMAND(ID_FILE_NEW?CWinApp::OnFileNew)
ON_COMMAND(ID_FILE_OPEN?CWinApp::OnFileOpen)
//?Standard?print?setup?command
ON_COMMAND(ID_FILE_PRINT_SETUP?CWinApp::OnFilePrintSetup)
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
//?CCkd12App?construction

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

/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CCkd12App?object

CCkd12App?theApp;

/////////////////////////////////////////////////////////////////////////////
//?CCkd12App?initialization

BOOL?CCkd12App::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

//?Change?the?registry?key?under?which?our?settings?are?stored.
//?TODO:?You?should?modify?this?string?to?be?something?appropriate
//?such?as?the?name?of?your?company?or?organization.
SetRegistryKey(_T(“Local?AppWizard-Generated?Applications“));

LoadStdProfileSettings();??//?Load?standard?INI?file?options?(including?MRU)

//?Register?the?application‘s?document?templates.??Document?templates
//??serve?as?the?connection?between?documents?frame?windows?and?views.

CSingleDocTemplate*?pDocTemplate;
pDocTemplate?=?new?CSingleDocTemplate(
IDR_MAINframe
RUNTIME_CLASS(CCkd12Doc)
RUNTIME_CLASS(CMainframe)???????//?main?SDI?frame?window
RUNTIME_CLASS(CCkd12View));
AddDocTemplate(pDocTemplate);

//?Parse?command?line?for?standard?shell?commands?DDE?file?open
CCommandLineInfo?cmdInfo;
ParseCommandLine(cmdInfo);

//?Dispatch?commands?specified?on?the?command?line
if?(!ProcessShellCommand(cmdInfo))
return?FALSE;

//?The?one?and?only?window?has?been?initialized?so?show?and?update?it.
m_pMainWnd->ShowWindow(SW_SHOW);
m_pMainWnd->UpdateWindow();

return?TRUE;
}


/////////

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件??????28812??2017-05-22?15:34??ckd12\ckd12.aps

?????文件???????2211??2017-05-22?16:18??ckd12\ckd12.clw

?????文件???????4191??2017-05-22?14:16??ckd12\ckd12.cpp

?????文件???????4534??2017-05-22?14:16??ckd12\ckd12.dsp

?????文件????????535??2017-05-22?14:16??ckd12\ckd12.dsw

?????文件???????1345??2017-05-22?14:16??ckd12\ckd12.h

?????文件??????91136??2017-09-26?16:09??ckd12\ckd12.ncb

?????文件???????1257??2017-06-19?10:15??ckd12\ckd12.plg

?????文件??????10536??2017-05-22?14:16??ckd12\ckd12.rc

?????文件???????2399??2017-05-22?14:40??ckd12\ckd12Doc.cpp

?????文件???????1585??2017-05-22?14:37??ckd12\ckd12Doc.h

?????文件???????3195??2017-05-22?16:27??ckd12\ckd12View.cpp

?????文件???????1830??2017-05-22?16:02??ckd12\ckd12View.h

?????文件???????2506??2017-05-22?14:16??ckd12\MainFrm.cpp

?????文件???????1581??2017-05-22?14:16??ckd12\MainFrm.h

?????文件???????4287??2017-05-22?14:16??ckd12\ReadMe.txt

?????文件????????492??2017-05-22?14:16??ckd12\Resource.h

?????文件????????207??2017-05-22?14:16??ckd12\StdAfx.cpp

?????文件???????1054??2017-05-22?14:16??ckd12\StdAfx.h

?????文件???????1078??2017-05-22?14:16??ckd12\res\ckd12.ico

?????文件????????397??2017-05-22?14:16??ckd12\res\ckd12.rc2

?????文件???????1078??2017-05-22?14:16??ckd12\res\ckd12Doc.ico

?????文件???????1078??2017-05-22?14:16??ckd12\res\Toolbar.bmp

?????文件?????122948??2017-06-19?10:15??ckd12\Debug\ckd12.exe

?????文件?????322212??2017-06-19?10:15??ckd12\Debug\ckd12.ilk

?????文件??????27300??2017-05-22?16:02??ckd12\Debug\ckd12.obj

?????文件????5499648??2017-05-22?14:36??ckd12\Debug\ckd12.pch

?????文件?????484352??2017-06-19?10:15??ckd12\Debug\ckd12.pdb

?????文件???????7244??2017-05-22?14:36??ckd12\Debug\ckd12.res

?????文件??????41302??2017-05-22?14:40??ckd12\Debug\ckd12Doc.obj

............此處省略13個文件信息

評論

共有 條評論