資源簡介
用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\ba
?????文件???????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個文件信息
- 上一篇:C/C++標準庫源代碼
- 下一篇:VC++實現的網絡爬蟲程序,非常適合做二次開發
評論
共有 條評論