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


《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  ImageProcessingCDIB.CPP

    ......R      3645  1995-08-03 13:28  ImageProcessingCDIB.H

    ......R      1542  1995-08-03 13:28  ImageProcessingChildFrm.cpp

    ......R      1397  1995-08-03 13:28  ImageProcessingChildFrm.h

    ......R     65095  1995-09-27 16:03  ImageProcessingColorTable.h

    ......R     17030  1995-08-03 13:28  ImageProcessingDIBPrcs.cpp

    ......R     11615  1995-09-28 14:32  ImageProcessingDWT.CPP

    ......R     67460  2002-11-29 23:14  ImageProcessingDebugCDIB.OBJ

    ......R         0  2002-11-29 23:14  ImageProcessingDebugCDIB.SBR

    ......R     16498  2002-11-29 22:26  ImageProcessingDebugChildFrm.obj

    ......R         0  2002-11-29 22:26  ImageProcessingDebugChildFrm.sbr

    ......R     23936  2002-11-29 22:26  ImageProcessingDebugDIBPrcs.obj

    ......R         0  2002-11-29 22:26  ImageProcessingDebugDIBPrcs.sbr

    ......R     23093  2002-11-29 23:14  ImageProcessingDebugDWT.OBJ

    ......R         0  2002-11-29 23:14  ImageProcessingDebugDWT.SBR

    ......R     15798  2002-11-29 22:26  ImageProcessingDebugDlgAftReg.obj

    ......R         0  2002-11-29 22:26  ImageProcessingDebugDlgAftReg.sbr

    ......R     25168  2002-11-29 22:26  ImageProcessingDebugDlgArith.obj

    ......R         0  2002-11-29 22:26  ImageProcessingDebugDlgArith.sbr

    ......R     11214  2002-11-29 22:26  ImageProcessingDebugDlgBitPlane.obj

    ......R         0  2002-11-29 22:26  ImageProcessingDebugDlgBitPlane.sbr

    ......R     27944  2002-11-29 22:26  ImageProcessingDebugDlgEhnLinTrans.obj

    ......R         0  2002-11-29 22:26  ImageProcessingDebugDlgEhnLinTrans.sbr

    ......R     14431  2002-11-29 22:26  ImageProcessingDebugDlgEnhColor.obj

    ......R         0  2002-11-29 22:26  ImageProcessingDebugDlgEnhColor.sbr

    ......R     18310  2002-11-29 22:26  ImageProcessingDebugDlgHistShow1.obj

    ......R         0  2002-11-29 22:26  ImageProcessingDebugDlgHistShow1.sbr

    ......R     20975  2002-11-29 22:26  ImageProcessingDebugDlgHuffman.obj

    ......R         0  2002-11-29 22:26  ImageProcessingDebugDlgHuffman.sbr

    ......R     15636  2002-11-29 22:26  ImageProcessingDebugDlgMedian.obj

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

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)