資源簡介
客體空間算法和圖像空間算法畫真實感球體和立方體

代碼片段和文件信息
//?0756wzx3.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“0756wzx3.h“
#include?“MainFrm.h“
#include?“0756wzx3Doc.h“
#include?“0756wzx3View.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CMy0756wzx3App
BEGIN_MESSAGE_MAP(CMy0756wzx3App?CWinApp)
//{{AFX_MSG_MAP(CMy0756wzx3App)
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()
/////////////////////////////////////////////////////////////////////////////
//?CMy0756wzx3App?construction
CMy0756wzx3App::CMy0756wzx3App()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CMy0756wzx3App?object
CMy0756wzx3App?theApp;
/////////////////////////////////////////////////////////////////////////////
//?CMy0756wzx3App?initialization
BOOL?CMy0756wzx3App::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(CMy0756wzx3Doc)
RUNTIME_CLASS(CMainframe)???????//?main?SDI?frame?window
RUNTIME_CLASS(CMy0756wzx3View));
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
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????29016??2010-03-24?19:42??0756wzx3\0756wzx3.aps
?????文件???????2460??2010-04-21?15:14??0756wzx3\0756wzx3.clw
?????文件???????4273??2010-03-04?10:28??0756wzx3\0756wzx3.cpp
?????文件???????4493??2010-03-04?10:28??0756wzx3\0756wzx3.dsp
?????文件????????524??2010-03-04?10:28??0756wzx3\0756wzx3.dsw
?????文件???????1388??2010-03-04?10:28??0756wzx3\0756wzx3.h
?????文件??????91136??2010-04-21?15:14??0756wzx3\0756wzx3.ncb
?????文件??????48640??2010-04-21?15:14??0756wzx3\0756wzx3.opt
?????文件????????731??2010-03-24?19:42??0756wzx3\0756wzx3.plg
?????文件??????12060??2010-03-04?15:26??0756wzx3\0756wzx3.rc
?????文件???????1816??2010-03-04?10:28??0756wzx3\0756wzx3Doc.cpp
?????文件???????1511??2010-03-04?10:28??0756wzx3\0756wzx3Doc.h
?????文件???????9920??2010-03-04?15:37??0756wzx3\0756wzx3View.cpp
?????文件???????2032??2010-03-04?15:23??0756wzx3\0756wzx3View.h
?????文件????2216029??2010-03-24?19:42??0756wzx3\Debug\0756wzx3.exe
?????文件????2542840??2010-03-24?19:42??0756wzx3\Debug\0756wzx3.ilk
?????文件??????21901??2010-03-04?15:26??0756wzx3\Debug\0756wzx3.obj
?????文件????5452668??2010-03-04?10:54??0756wzx3\Debug\0756wzx3.pch
?????文件????4187136??2010-03-24?19:42??0756wzx3\Debug\0756wzx3.pdb
?????文件??????14992??2010-03-04?15:26??0756wzx3\Debug\0756wzx3.res
?????文件??????13646??2010-03-04?10:54??0756wzx3\Debug\0756wzx3Doc.obj
?????文件??????43744??2010-03-24?19:42??0756wzx3\Debug\0756wzx3View.obj
?????文件??????18669??2010-03-04?11:18??0756wzx3\Debug\MainFrm.obj
?????文件?????105520??2010-03-04?10:54??0756wzx3\Debug\StdAfx.obj
?????文件?????222208??2010-04-21?15:12??0756wzx3\Debug\vc60.idb
?????文件?????372736??2010-03-24?19:42??0756wzx3\Debug\vc60.pdb
?????文件???????2371??2010-03-04?11:18??0756wzx3\MainFrm.cpp
?????文件???????1440??2010-03-04?11:15??0756wzx3\MainFrm.h
?????文件???????4373??2010-03-04?10:28??0756wzx3\ReadMe.txt
?????文件???????1078??2010-03-04?10:28??0756wzx3\res\0756wzx3.ico
............此處省略12個文件信息
- 上一篇:八路彩燈循環顯示控制電路課程設計
- 下一篇:智能化小區網絡規劃
評論
共有 條評論