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

  • 大小: 221KB
    文件類型: .rar
    金幣: 2
    下載: 0 次
    發(fā)布日期: 2021-06-14
  • 語言: C/C++
  • 標簽: MFC??C++??

資源簡介

計算機圖形學大作業(yè)終極版!!!包括2D和3D,2D包括直線、圓、多邊形畫法和填充、曲線、曲面的多種方法,彈球反射、圖形變換(對稱、旋轉(zhuǎn)),亮點是,畫完圖形可以鼠標拖動修改;3D包括畫小房子,燈光效果,這是我自己寫的代碼,親測可用,各種功能應有盡有,由于太全面,所以只能要高分了,請各位諒解。。。

資源截圖

代碼片段和文件信息

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

#include?“stdafx.h“
#include?“31509030.h“

#include?“MainFrm.h“
#include?“31509030Doc.h“
#include?“31509030View.h“

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

/////////////////////////////////////////////////////////////////////////////
//?CMy31509030App

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

/////////////////////////////////////////////////////////////////////////////
//?CMy31509030App?construction

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

/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CMy31509030App?object

CMy31509030App?theApp;

/////////////////////////////////////////////////////////////////////////////
//?CMy31509030App?initialization

BOOL?CMy31509030App::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(CMy31509030Doc)
RUNTIME_CLASS(CMainframe)???????//?main?SDI?frame?window
RUNTIME_CLASS(CMy31509030View));
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

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

?????文件??????46744??2016-06-27?11:31??計算機圖形學大作業(yè)終極版\31509030.aps

?????文件???????3225??2016-06-27?15:20??計算機圖形學大作業(yè)終極版\31509030.clw

?????文件???????4273??2016-03-16?17:09??計算機圖形學大作業(yè)終極版\31509030.cpp

?????文件???????5026??2016-06-24?15:18??計算機圖形學大作業(yè)終極版\31509030.dsp

?????文件????????524??2016-03-16?17:09??計算機圖形學大作業(yè)終極版\31509030.dsw

?????文件???????1388??2016-03-16?17:09??計算機圖形學大作業(yè)終極版\31509030.h

?????文件?????107520??2016-06-27?15:20??計算機圖形學大作業(yè)終極版\31509030.ncb

?????文件??????48640??2016-06-27?15:20??計算機圖形學大作業(yè)終極版\31509030.opt

?????文件????????250??2016-06-27?15:20??計算機圖形學大作業(yè)終極版\31509030.plg

?????文件??????14287??2016-06-27?11:31??計算機圖形學大作業(yè)終極版\31509030.rc

?????文件???????1816??2016-03-16?17:09??計算機圖形學大作業(yè)終極版\31509030Doc.cpp

?????文件???????1511??2016-03-16?17:09??計算機圖形學大作業(yè)終極版\31509030Doc.h

?????文件??????83144??2016-06-27?14:30??計算機圖形學大作業(yè)終極版\31509030View.cpp

?????文件???????8041??2016-06-27?11:30??計算機圖形學大作業(yè)終極版\31509030View.h

?????文件????????507??2016-03-18?20:45??計算機圖形學大作業(yè)終極版\AEL.cpp

?????文件????????535??2016-03-18?20:45??計算機圖形學大作業(yè)終極版\AEL.h

?????文件?????196664??2016-06-26?17:57??計算機圖形學大作業(yè)終極版\door1.bmp

?????文件????????500??2016-03-18?20:44??計算機圖形學大作業(yè)終極版\ET.cpp

?????文件????????534??2016-03-18?20:44??計算機圖形學大作業(yè)終極版\ET.h

?????文件???????2550??2016-03-20?17:00??計算機圖形學大作業(yè)終極版\MainFrm.cpp

?????文件???????1440??2016-03-16?20:56??計算機圖形學大作業(yè)終極版\MainFrm.h

?????文件?????196664??2016-06-26?17:51??計算機圖形學大作業(yè)終極版\qiang.bmp

?????文件???????4373??2016-03-16?17:09??計算機圖形學大作業(yè)終極版\ReadMe.txt

?????文件???????1078??2016-03-16?17:09??計算機圖形學大作業(yè)終極版\res\31509030.ico

?????文件????????400??2016-03-16?17:09??計算機圖形學大作業(yè)終極版\res\31509030.rc2

?????文件???????1078??2016-03-16?17:09??計算機圖形學大作業(yè)終極版\res\31509030Doc.ico

?????文件???????1078??2016-03-23?10:53??計算機圖形學大作業(yè)終極版\res\Toolbar.bmp

?????文件???????2099??2016-06-27?11:31??計算機圖形學大作業(yè)終極版\resource.h

?????文件????????807??2016-03-30?19:20??計算機圖形學大作業(yè)終極版\Stack.cpp

?????文件????????808??2016-03-30?19:19??計算機圖形學大作業(yè)終極版\Stack.h

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

評論

共有 條評論