資源簡(jiǎn)介
CG作業(yè) 用vc++編的,包括畫線(DDA、中點(diǎn)畫線、brasenham算法)、畫圓、橢圓、梁友棟裁剪算法、中點(diǎn)裁剪......
代碼片段和文件信息
//?064.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“064.h“
#include?“MainFrm.h“
#include?“064Doc.h“
#include?“064View.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CMy064App
BEGIN_MESSAGE_MAP(CMy064App?CWinApp)
//{{AFX_MSG_MAP(CMy064App)
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
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件??????31156??2009-12-05?20:13??064\064.aps
?????文件???????4303??2009-12-06?14:23??064\064.clw
?????文件???????4183??2009-10-10?22:09??064\064.cpp
?????文件???????4847??2009-12-05?12:45??064\064.dsp
?????文件????????514??2009-10-10?22:09??064\064.dsw
?????文件???????1333??2009-10-10?22:09??064\064.h
?????文件?????214016??2009-12-06?14:23??064\064.ncb
?????文件??????51712??2009-12-06?14:23??064\064.opt
?????文件????????240??2009-12-05?15:36??064\064.plg
?????文件??????14857??2009-12-05?14:09??064\064.rc
?????文件???????2633??2009-12-05?13:22??064\064Doc.cpp
?????文件???????2008??2009-12-05?13:22??064\064Doc.h
?????文件??????15047??2009-12-05?14:09??064\064View.cpp
?????文件???????2576??2009-12-05?14:09??064\064View.h
?????文件?????135254??2009-12-05?14:09??064\Debug\064.exe
?????文件?????411160??2009-12-05?14:09??064\Debug\064.ilk
?????文件??????22582??2009-10-15?22:31??064\Debug\064.obj
?????文件????5505080??2009-10-10?22:09??064\Debug\064.pch
?????文件?????525312??2009-12-05?14:09??064\Debug\064.pdb
?????文件???????8512??2009-12-05?14:09??064\Debug\064.res
?????文件??????24515??2009-12-05?13:22??064\Debug\064Doc.obj
?????文件??????58658??2009-12-05?14:09??064\Debug\064View.obj
?????文件???????9956??2009-10-10?22:22??064\Debug\dlg.obj
?????文件??????10284??2009-12-05?12:30??064\Debug\dlg2.obj
?????文件??????10337??2009-12-05?12:44??064\Debug\dlg3.obj
?????文件??????19613??2009-10-10?22:09??064\Debug\MainFrm.obj
?????文件?????105348??2009-10-10?22:09??064\Debug\StdAfx.obj
?????文件?????238592??2009-12-06?14:22??064\Debug\vc60.idb
?????文件?????389120??2009-12-05?14:09??064\Debug\vc60.pdb
?????文件???????1006??2009-10-10?22:22??064\dlg.cpp
............此處省略21個(gè)文件信息
評(píng)論
共有 條評(píng)論