资源简介
附可运行程序和课程报告,理解 DDA 直线生成算法、Bresenham 画线算法、中点画线算法
中点画圆算法、多边形填充算法(有序边表)、种子填充算法。
代码片段和文件信息
// ChildFrm.cpp : implementation of the CChildframe class
//
#include “stdafx.h“
#include “GD.h“
#include “ChildFrm.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CChildframe
IMPLEMENT_DYNCREATE(CChildframe CMDIChildWnd)
BEGIN_MESSAGE_MAP(CChildframe CMDIChildWnd)
//{{AFX_MSG_MAP(CChildframe)
// 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
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CChildframe construction/destruction
CChildframe::CChildframe()
{
// TODO: add member initialization code here
}
CChildframe::~CChildframe()
{
}
BOOL CChildframe::PreCreateWindow(CREATESTRUCT& cs)
{
// TODO: Modify the Window class or styles here by modifying
// the CREATESTRUCT cs
if( !CMDIChildWnd::PreCreateWindow(cs) )
return FALSE;
return TRUE;
}
/////////////////////////////////////////////////////////////////////////////
// CChildframe diagnostics
#ifdef _DEBUG
void CChildframe::AssertValid() const
{
CMDIChildWnd::AssertValid();
}
void CChildframe::Dump(CDumpContext& dc) const
{
CMDIChildWnd::Dump(dc);
}
#endif //_DEBUG
/////////////////////////////////////////////////////////////////////////////
// CChildframe message handlers
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 261197 2016-10-22 16:56 CG2014111969李继秀实验二\CG2014111969 李继秀实验 二.pdf
文件 1529 2016-10-20 19:40 CG2014111969李继秀实验二\GD\ChildFrm.cpp
文件 1397 2016-10-20 19:40 CG2014111969李继秀实验二\GD\ChildFrm.h
文件 139327 2016-10-22 15:46 CG2014111969李继秀实验二\GD\Debug\GD.exe
文件 1093 2016-10-22 14:59 CG2014111969李继秀实验二\GD\GCircle.cpp
文件 674 2016-10-22 13:32 CG2014111969李继秀实验二\GD\GCircle.h
文件 29600 2016-10-21 22:14 CG2014111969李继秀实验二\GD\GD.APS
文件 2809 2016-10-22 14:25 CG2014111969李继秀实验二\GD\GD.clw
文件 4320 2016-10-20 19:40 CG2014111969李继秀实验二\GD\GD.cpp
文件 5346 2016-10-22 14:25 CG2014111969李继秀实验二\GD\GD.dsp
文件 529 2016-10-20 19:40 CG2014111969李继秀实验二\GD\GD.dsw
文件 1312 2016-10-20 19:40 CG2014111969李继秀实验二\GD\GD.h
文件 164864 2016-10-22 16:54 CG2014111969李继秀实验二\GD\GD.ncb
文件 52736 2016-10-22 16:54 CG2014111969李继秀实验二\GD\GD.opt
文件 1523 2016-10-22 15:50 CG2014111969李继秀实验二\GD\GD.plg
文件 12019 2016-10-20 19:40 CG2014111969李继秀实验二\GD\GD.rc
文件 42 2016-10-22 10:28 CG2014111969李继秀实验二\GD\GD1
文件 40 2016-10-22 13:41 CG2014111969李继秀实验二\GD\GD2
文件 345 2016-10-22 14:23 CG2014111969李继秀实验二\GD\GD3
文件 151 2016-10-22 15:43 CG2014111969李继秀实验二\GD\GD4
文件 2431 2016-10-22 15:46 CG2014111969李继秀实验二\GD\GDDoc.cpp
文件 1524 2016-10-22 10:27 CG2014111969李继秀实验二\GD\GDDoc.h
文件 3298 2016-10-21 09:28 CG2014111969李继秀实验二\GD\GDrawDC.cpp
文件 852 2016-10-21 08:36 CG2014111969李继秀实验二\GD\GDrawDC.h
文件 7173 2016-10-22 09:18 CG2014111969李继秀实验二\GD\GDView.cpp
文件 1904 2016-10-20 19:40 CG2014111969李继秀实验二\GD\GDView.h
文件 977 2016-10-22 09:18 CG2014111969李继秀实验二\GD\GLine.cpp
文件 727 2016-10-22 10:26 CG2014111969李继秀实验二\GD\GLine.h
文件 1186 2016-10-22 15:40 CG2014111969李继秀实验二\GD\GPolygon.cpp
文件 693 2016-10-22 15:36 CG2014111969李继秀实验二\GD\GPolygon.h
............此处省略23个文件信息
- 上一篇:虚拟机MacOS10.14
- 下一篇:MP1584en.rar
评论
共有 条评论