• 大小: 3.57MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-09-10
  • 语言: C/C++
  • 标签: 图像处理  反色  

资源简介

用C++实现的图像反色,是用MFC编写的

资源截图

代码片段和文件信息

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

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

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

     文件       9898  2003-08-04 07:37  Imgcx\baseList.h

     文件       2069  2003-03-25 06:03  Imgcx\Cdib.h

     文件       1532  2009-08-03 12:57  Imgcx\ChildFrm.cpp

     文件       1397  2009-08-03 12:57  Imgcx\ChildFrm.h

     文件      16124  2009-08-03 23:23  Imgcx\Debug\ChildFrm.obj

     文件          0  2009-08-03 23:23  Imgcx\Debug\ChildFrm.sbr

     文件    3695616  2009-08-08 10:27  Imgcx\Debug\Imgcx.bsc

     文件     127034  2009-08-08 10:27  Imgcx\Debug\Imgcx.exe

     文件     392440  2009-08-08 10:27  Imgcx\Debug\Imgcx.ilk

     文件      23276  2009-08-08 10:21  Imgcx\Debug\Imgcx.obj

     文件    6940484  2009-08-03 23:23  Imgcx\Debug\Imgcx.pch

     文件     459776  2009-08-08 10:27  Imgcx\Debug\Imgcx.pdb

     文件       7464  2009-08-08 10:21  Imgcx\Debug\Imgcx.res

     文件          0  2009-08-08 10:21  Imgcx\Debug\Imgcx.sbr

     文件      14550  2009-08-03 23:23  Imgcx\Debug\ImgcxDoc.obj

     文件          0  2009-08-03 23:23  Imgcx\Debug\ImgcxDoc.sbr

     文件      32125  2009-08-08 10:27  Imgcx\Debug\ImgcxView.obj

     文件          0  2009-08-08 10:27  Imgcx\Debug\ImgcxView.sbr

     文件      18051  2009-08-03 23:23  Imgcx\Debug\MainFrm.obj

     文件          0  2009-08-03 23:23  Imgcx\Debug\MainFrm.sbr

     文件       2527  2009-08-08 10:21  Imgcx\Debug\Reverse.obj

     文件          0  2009-08-08 10:21  Imgcx\Debug\Reverse.sbr

     文件     105522  2009-08-03 23:23  Imgcx\Debug\StdAfx.obj

     文件    1372858  2009-08-03 23:23  Imgcx\Debug\StdAfx.sbr

     文件     222208  2009-08-10 22:05  Imgcx\Debug\vc60.idb

     文件     372736  2009-08-08 10:27  Imgcx\Debug\vc60.pdb

     目录          0  2009-08-08 10:27  Imgcx\Debug

     文件       1420  2003-05-13 09:57  Imgcx\Global.h

     文件      44592  2009-08-08 10:20  Imgcx\Imgcx.aps

     文件       2503  2009-08-10 22:06  Imgcx\Imgcx.clw

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

评论

共有 条评论