資源簡介
可實現BMP文件的基本操作!打開文件,顯示圖片!MFC多文檔

代碼片段和文件信息
//?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)
//?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
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????1540??2013-04-19?11:12??DImageProcess\ChildFrm.cpp
?????文件???????1491??2013-04-19?11:29??DImageProcess\ChildFrm.h
?????文件??????16244??2013-04-19?11:12??DImageProcess\Debug\ChildFrm.obj
?????文件?????118878??2013-04-19?11:12??DImageProcess\Debug\DImageProcess.exe
?????文件?????309152??2013-04-19?11:12??DImageProcess\Debug\DImageProcess.ilk
?????文件??????23768??2013-04-19?11:12??DImageProcess\Debug\DImageProcess.obj
?????文件?????328704??2013-04-19?11:12??DImageProcess\Debug\DImageProcess.pdb
?????文件???????6308??2013-04-19?11:12??DImageProcess\Debug\DImageProcess.res
?????文件??????15082??2013-04-19?11:12??DImageProcess\Debug\DImageProcessDoc.obj
?????文件??????18200??2013-04-19?11:12??DImageProcess\Debug\DImageProcessView.obj
?????文件??????14508??2013-04-19?11:12??DImageProcess\Debug\MainFrm.obj
?????文件?????205824??2013-04-19?11:48??DImageProcess\Debug\vc60.idb
?????文件?????364544??2013-04-19?11:45??DImageProcess\Debug\vc60.pdb
?????文件??????16566??2013-04-19?11:42??DImageProcess\Dib.cpp
?????文件???????2308??2013-04-19?11:41??DImageProcess\Dib.h
?????文件???????2380??2013-04-19?11:12??DImageProcess\DImageProcess.clw
?????文件???????5115??2013-04-19?11:34??DImageProcess\DImageProcess.cpp
?????文件???????4880??2013-04-19?11:46??DImageProcess\DImageProcess.dsp
?????文件????????534??2013-04-19?11:12??DImageProcess\DImageProcess.dsw
?????文件???????1433??2013-04-19?11:12??DImageProcess\DImageProcess.h
?????文件??????66560??2013-04-19?11:48??DImageProcess\DImageProcess.ncb
?????文件??????56832??2013-04-19?11:48??DImageProcess\DImageProcess.opt
?????文件????????913??2013-04-19?11:48??DImageProcess\DImageProcess.plg
?????文件??????10278??2013-04-19?11:12??DImageProcess\DImageProcess.rc
?????文件???????5349??2013-04-19?11:35??DImageProcess\DImageProcessDoc.cpp
?????文件???????2463??2013-04-19?11:22??DImageProcess\DImageProcessDoc.h
?????文件???????3262??2013-04-19?11:37??DImageProcess\DImageProcessView.cpp
?????文件???????1830??2013-04-19?11:12??DImageProcess\DImageProcessView.h
?????文件?????786486??2006-12-21?15:55??DImageProcess\lena.bmp
?????文件???????4781??2013-04-19?11:38??DImageProcess\MainFrm.cpp
............此處省略14個文件信息
- 上一篇:雅克比迭代法 c語言實現計算方法
- 下一篇:懲罰函數法
評論
共有 條評論