資源簡介
這是《Visual C++數字圖像模式識別技術詳解》一書的源碼。書籍下載見本人其他資源。
代碼片段和文件信息
//?ChildFrm.cpp?:?implementation?of?the?CChildframe?class
//
#include?“stdafx.h“
#include?“demo1.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
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????1532??2009-11-03?11:13??Visual?C++數字圖像模式識別技術詳解\chapter02\2-1\demo\ChildFrm.cpp
?????文件???????1397??2009-11-03?11:13??Visual?C++數字圖像模式識別技術詳解\chapter02\2-1\demo\ChildFrm.h
?????文件?????127060??2010-07-06?17:18??Visual?C++數字圖像模式識別技術詳解\chapter02\2-1\demo\Debug\demo1.exe
?????文件??????30460??2010-01-20?10:06??Visual?C++數字圖像模式識別技術詳解\chapter02\2-1\demo\demo1.aps
?????文件???????3395??2010-01-20?10:06??Visual?C++數字圖像模式識別技術詳解\chapter02\2-1\demo\demo1.clw
?????文件???????4517??2009-11-03?11:13??Visual?C++數字圖像模式識別技術詳解\chapter02\2-1\demo\demo1.cpp
?????文件???????4853??2010-01-11?11:00??Visual?C++數字圖像模式識別技術詳解\chapter02\2-1\demo\demo1.dsp
?????文件????????535??2009-11-03?11:13??Visual?C++數字圖像模式識別技術詳解\chapter02\2-1\demo\demo1.dsw
?????文件???????1345??2009-11-03?11:13??Visual?C++數字圖像模式識別技術詳解\chapter02\2-1\demo\demo1.h
?????文件?????394240??2010-07-06?17:18??Visual?C++數字圖像模式識別技術詳解\chapter02\2-1\demo\demo1.ncb
?????文件?????801280??2010-07-06?17:18??Visual?C++數字圖像模式識別技術詳解\chapter02\2-1\demo\demo1.opt
?????文件???????2672??2010-07-06?17:18??Visual?C++數字圖像模式識別技術詳解\chapter02\2-1\demo\demo1.plg
?????文件??????13829??2010-01-11?10:58??Visual?C++數字圖像模式識別技術詳解\chapter02\2-1\demo\demo1.rc
?????文件???????2453??2010-02-11?15:08??Visual?C++數字圖像模式識別技術詳解\chapter02\2-1\demo\demo1Doc.cpp
?????文件???????1669??2010-01-11?10:52??Visual?C++數字圖像模式識別技術詳解\chapter02\2-1\demo\demo1Doc.h
?????文件???????2564??2010-01-15?21:48??Visual?C++數字圖像模式識別技術詳解\chapter02\2-1\demo\demo1View.cpp
?????文件???????1731??2010-01-11?10:58??Visual?C++數字圖像模式識別技術詳解\chapter02\2-1\demo\demo1View.h
?????文件???????9539??2010-01-11?10:17??Visual?C++數字圖像模式識別技術詳解\chapter02\2-1\demo\ImageDib.cpp
?????文件???????1673??2010-01-11?10:17??Visual?C++數字圖像模式識別技術詳解\chapter02\2-1\demo\ImageDib.h
?????文件???????2522??2009-11-03?11:13??Visual?C++數字圖像模式識別技術詳解\chapter02\2-1\demo\MainFrm.cpp
?????文件???????1542??2009-11-03?11:13??Visual?C++數字圖像模式識別技術詳解\chapter02\2-1\demo\MainFrm.h
?????文件???????5028??2009-11-03?11:13??Visual?C++數字圖像模式識別技術詳解\chapter02\2-1\demo\ReadMe.txt
?????文件???????1078??2009-11-03?11:13??Visual?C++數字圖像模式識別技術詳解\chapter02\2-1\demo\res\demo1.ico
?????文件????????397??2009-11-03?11:13??Visual?C++數字圖像模式識別技術詳解\chapter02\2-1\demo\res\demo1.rc2
?????文件???????1078??2009-11-03?11:13??Visual?C++數字圖像模式識別技術詳解\chapter02\2-1\demo\res\demo1Doc.ico
?????文件???????6656??2010-07-06?17:18??Visual?C++數字圖像模式識別技術詳解\chapter02\2-1\demo\res\Thumbs.db
?????文件???????1078??2009-11-03?11:13??Visual?C++數字圖像模式識別技術詳解\chapter02\2-1\demo\res\Toolbar.bmp
?????文件????????868??2009-12-14?13:47??Visual?C++數字圖像模式識別技術詳解\chapter02\2-1\demo\resource.h
?????文件????????207??2009-11-03?11:13??Visual?C++數字圖像模式識別技術詳解\chapter02\2-1\demo\StdAfx.cpp
?????文件???????1054??2009-11-03?11:13??Visual?C++數字圖像模式識別技術詳解\chapter02\2-1\demo\StdAfx.h
............此處省略903個文件信息
評論
共有 條評論