• 大小: 43KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-05-29
  • 语言: C/C++
  • 标签: vc++  

资源简介

又一个douglas道格拉斯VC++算法例子

资源截图

代码片段和文件信息

// ChildFrm.cpp : implementation of the CChildframe class
// Download by http://www.codefans.net

#include “stdafx.h“
#include “douglas.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

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1570  2013-08-15 11:07  ChildFrm.cpp
     文件        1397  2010-03-27 13:18  ChildFrm.h
     文件         780  2013-08-15 11:07  CMap.cpp
     文件         365  2010-03-27 15:18  CMap.h
     文件         338  2010-03-27 15:18  CPolyLine.h
     文件       27114  2009-04-16 10:46  data.txt
     文件       30036  2013-08-15 11:05  douglas.aps
     文件        2932  2013-08-15 11:05  douglas.clw
     文件        4444  2013-08-15 11:07  douglas.cpp
     文件        5207  2010-03-28 00:35  douglas.dsp
     文件         520  2010-03-27 13:18  douglas.dsw
     文件        1367  2010-03-27 13:18  douglas.h
     文件       13312  2010-03-27 23:36  douglas.rc
     文件        2336  2010-03-27 20:35  douglasDoc.cpp
     文件        1503  2010-03-27 20:27  douglasDoc.h
     文件        4370  2010-03-28 00:35  douglasView.cpp
     文件        1923  2010-03-28 00:09  douglasView.h
     文件        2560  2013-08-15 11:07  MainFrm.cpp
     文件        1542  2010-03-27 13:18  MainFrm.h
     文件        3708  2010-03-24 20:01  myAPI.cpp
     文件        1339  2010-03-24 20:23  myAPI.h
     文件        2417  2013-08-15 11:07  mydouglas.cpp
     文件         606  2010-03-27 20:29  mydouglas.h
     文件         607  2010-03-27 21:17  MyLine.cpp
     文件         439  2010-03-27 20:07  MyLine.h
     文件         247  2013-08-15 11:07  MyPoint.cpp
     文件         392  2010-03-27 19:12  MyPoint.h
     文件        4793  2010-03-27 13:18  ReadMe.txt
     目录           0  2013-08-15 11:04  res\
     文件        1078  2010-03-27 13:18  res\douglas.ico
     文件         399  2010-03-27 13:18  res\douglas.rc2
............此处省略7个文件信息

评论

共有 条评论