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

资源简介

《Visual C++数字图像获取、处理及实践应用》一书的源代码

资源截图

代码片段和文件信息

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

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

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

    ......R     38635  1995-09-27 21:29  ImageProcessing\CDIB.CPP

    ......R      3645  1995-08-03 13:28  ImageProcessing\CDIB.H

    ......R      1542  1995-08-03 13:28  ImageProcessing\ChildFrm.cpp

    ......R      1397  1995-08-03 13:28  ImageProcessing\ChildFrm.h

    ......R     65095  1995-09-27 16:03  ImageProcessing\ColorTable.h

    ......R     17030  1995-08-03 13:28  ImageProcessing\DIBPrcs.cpp

    ......R     11615  1995-09-28 14:32  ImageProcessing\DWT.CPP

    ......R     67460  2002-11-29 23:14  ImageProcessing\Debug\CDIB.OBJ

    ......R         0  2002-11-29 23:14  ImageProcessing\Debug\CDIB.SBR

    ......R     16498  2002-11-29 22:26  ImageProcessing\Debug\ChildFrm.obj

    ......R         0  2002-11-29 22:26  ImageProcessing\Debug\ChildFrm.sbr

    ......R     23936  2002-11-29 22:26  ImageProcessing\Debug\DIBPrcs.obj

    ......R         0  2002-11-29 22:26  ImageProcessing\Debug\DIBPrcs.sbr

    ......R     23093  2002-11-29 23:14  ImageProcessing\Debug\DWT.OBJ

    ......R         0  2002-11-29 23:14  ImageProcessing\Debug\DWT.SBR

    ......R     15798  2002-11-29 22:26  ImageProcessing\Debug\DlgAftReg.obj

    ......R         0  2002-11-29 22:26  ImageProcessing\Debug\DlgAftReg.sbr

    ......R     25168  2002-11-29 22:26  ImageProcessing\Debug\DlgArith.obj

    ......R         0  2002-11-29 22:26  ImageProcessing\Debug\DlgArith.sbr

    ......R     11214  2002-11-29 22:26  ImageProcessing\Debug\DlgBitPlane.obj

    ......R         0  2002-11-29 22:26  ImageProcessing\Debug\DlgBitPlane.sbr

    ......R     27944  2002-11-29 22:26  ImageProcessing\Debug\DlgEhnLinTrans.obj

    ......R         0  2002-11-29 22:26  ImageProcessing\Debug\DlgEhnLinTrans.sbr

    ......R     14431  2002-11-29 22:26  ImageProcessing\Debug\DlgEnhColor.obj

    ......R         0  2002-11-29 22:26  ImageProcessing\Debug\DlgEnhColor.sbr

    ......R     18310  2002-11-29 22:26  ImageProcessing\Debug\DlgHistShow1.obj

    ......R         0  2002-11-29 22:26  ImageProcessing\Debug\DlgHistShow1.sbr

    ......R     20975  2002-11-29 22:26  ImageProcessing\Debug\DlgHuffman.obj

    ......R         0  2002-11-29 22:26  ImageProcessing\Debug\DlgHuffman.sbr

    ......R     15636  2002-11-29 22:26  ImageProcessing\Debug\DlgMedian.obj

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

评论

共有 条评论