• 大小: 5.25MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-10-01
  • 语言: 其他
  • 标签:

资源简介

基于VC平台对数字图像处理的多个方面进行了实现

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “DImageProcess.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)
ON_COMMAND(ID_EDIT_CUT OnEditCut)
//}}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
cs.cx=1024;
cs.cy=768;

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::OnEditCut() 
{
// TODO: Add your command handler code here

}

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

     文件       1553  2005-05-16 15:27  原始\ChildFrm.cpp

     文件       1284  2005-05-16 15:27  原始\ChildFrm.h

     文件      16980  2015-04-25 19:59  原始\Debug\ChildFrm.obj

     文件          0  2015-04-25 19:59  原始\Debug\ChildFrm.sbr

     文件      22667  2015-04-25 19:59  原始\Debug\Dib.obj

     文件          0  2015-04-25 19:59  原始\Debug\Dib.sbr

     文件      14344  2015-04-25 19:59  原始\Debug\DilationPara.obj

     文件          0  2015-04-25 19:59  原始\Debug\DilationPara.sbr

     文件    3654656  2015-04-25 19:59  原始\Debug\DImageProcess.bsc

     文件     815196  2015-04-25 19:59  原始\Debug\DImageProcess.exe

     文件    1275440  2015-04-25 19:59  原始\Debug\DImageProcess.ilk

     文件      25800  2015-04-25 19:59  原始\Debug\DImageProcess.obj

     文件    6870360  2015-04-25 19:59  原始\Debug\DImageProcess.pch

     文件     902144  2015-04-25 19:59  原始\Debug\DImageProcess.pdb

     文件     127588  2015-04-25 19:59  原始\Debug\DImageProcess.res

     文件          0  2015-04-25 19:59  原始\Debug\DImageProcess.sbr

     文件      25649  2015-04-25 19:59  原始\Debug\DImageProcessDoc.obj

     文件          0  2015-04-25 19:59  原始\Debug\DImageProcessDoc.sbr

     文件     300834  2015-04-25 19:59  原始\Debug\DImageProcessView.obj

     文件          0  2015-04-25 19:59  原始\Debug\DImageProcessView.sbr

     文件      18235  2015-04-25 19:59  原始\Debug\DlgHistogram.obj

     文件          0  2015-04-25 19:59  原始\Debug\DlgHistogram.sbr

     文件      10453  2015-04-25 19:59  原始\Debug\DlgLiner.obj

     文件          0  2015-04-25 19:59  原始\Debug\DlgLiner.sbr

     文件      11090  2015-04-25 19:59  原始\Debug\DlgRot.obj

     文件          0  2015-04-25 19:59  原始\Debug\DlgRot.sbr

     文件      10581  2015-04-25 19:59  原始\Debug\DlgStretch.obj

     文件          0  2015-04-25 19:59  原始\Debug\DlgStretch.sbr

     文件      10472  2015-04-25 19:59  原始\Debug\DlgThreshold.obj

     文件          0  2015-04-25 19:59  原始\Debug\DlgThreshold.sbr

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

评论

共有 条评论