• 大小: 3.85MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-10-27
  • 语言: C/C++
  • 标签:

资源简介

C++数字图像处理典型算法及实现--图像腐蚀膨胀细化

资源截图

代码片段和文件信息

// ChildFrm.cpp : implementation of the CChildframe class
//

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

void CChildframe::Activateframe(int nCmdShow) 
{
// TODO: Add your specialized code here and/or call the base class
nCmdShow = SW_SHOWMAXIMIZED;

CMDIChildWnd::Activateframe(nCmdShow);
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       1732  2006-05-29 17:09  07\Morph\ChildFrm.cpp

     文件       1456  2006-05-29 17:09  07\Morph\ChildFrm.h

     文件      16837  2011-06-01 19:49  07\Morph\Debug\ChildFrm.obj

     文件          0  2011-06-01 19:49  07\Morph\Debug\ChildFrm.sbr

     文件      95082  2011-07-13 15:15  07\Morph\Debug\DibImage.obj

     文件          0  2011-07-13 15:15  07\Morph\Debug\DibImage.sbr

     文件      18982  2011-06-01 19:49  07\Morph\Debug\MainFrm.obj

     文件          0  2011-06-01 19:49  07\Morph\Debug\MainFrm.sbr

     文件    3736576  2011-07-13 15:15  07\Morph\Debug\Morph.bsc

     文件     196672  2011-07-13 15:15  07\Morph\Debug\Morph.exe

     文件     468328  2011-07-13 15:15  07\Morph\Debug\Morph.ilk

     文件      31399  2011-06-01 19:49  07\Morph\Debug\Morph.obj

     文件    7073396  2011-06-01 19:49  07\Morph\Debug\Morph.pch

     文件     680960  2011-07-13 15:15  07\Morph\Debug\Morph.pdb

     文件      10440  2011-06-01 19:26  07\Morph\Debug\Morph.res

     文件          0  2011-06-01 19:49  07\Morph\Debug\Morph.sbr

     文件      19190  2011-06-01 19:49  07\Morph\Debug\MorphCloseDlg.obj

     文件          0  2011-06-01 19:49  07\Morph\Debug\MorphCloseDlg.sbr

     文件      19415  2011-06-01 19:49  07\Morph\Debug\MorphDilationDlg.obj

     文件          0  2011-06-01 19:49  07\Morph\Debug\MorphDilationDlg.sbr

     文件      45817  2011-06-01 19:49  07\Morph\Debug\MorphDoc.obj

     文件          0  2011-06-01 19:49  07\Morph\Debug\MorphDoc.sbr

     文件      19340  2011-06-01 19:49  07\Morph\Debug\MorphErosionDlg.obj

     文件          0  2011-06-01 19:49  07\Morph\Debug\MorphErosionDlg.sbr

     文件      19115  2011-06-01 19:49  07\Morph\Debug\MorphOpenDlg.obj

     文件          0  2011-06-01 19:49  07\Morph\Debug\MorphOpenDlg.sbr

     文件      69887  2011-06-01 19:49  07\Morph\Debug\MorphView.obj

     文件          0  2011-06-01 19:49  07\Morph\Debug\MorphView.sbr

     文件     105610  2011-06-01 19:49  07\Morph\Debug\StdAfx.obj

     文件    1374965  2011-06-01 19:49  07\Morph\Debug\StdAfx.sbr

............此处省略43个文件信息

评论

共有 条评论

相关资源