資源簡介
這是有馮偉興編著的數字圖像模式識別方面的數據
代碼片段和文件信息
//?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?modifyin
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????1532??2009-11-03?11:13??VISUAL?C++數字圖像模式識別技術詳解??第2版guangpan\chapter02\2-1\demo\ChildFrm.cpp
?????文件???????1397??2009-11-03?11:13??VISUAL?C++數字圖像模式識別技術詳解??第2版guangpan\chapter02\2-1\demo\ChildFrm.h
?????文件?????127060??2010-07-06?17:18??VISUAL?C++數字圖像模式識別技術詳解??第2版guangpan\chapter02\2-1\demo\Debug\demo1.exe
?????文件??????30460??2010-01-20?10:06??VISUAL?C++數字圖像模式識別技術詳解??第2版guangpan\chapter02\2-1\demo\demo1.aps
?????文件???????3395??2010-01-20?10:06??VISUAL?C++數字圖像模式識別技術詳解??第2版guangpan\chapter02\2-1\demo\demo1.clw
?????文件???????4517??2009-11-03?11:13??VISUAL?C++數字圖像模式識別技術詳解??第2版guangpan\chapter02\2-1\demo\demo1.cpp
?????文件???????4853??2010-01-11?11:00??VISUAL?C++數字圖像模式識別技術詳解??第2版guangpan\chapter02\2-1\demo\demo1.dsp
?????文件????????535??2009-11-03?11:13??VISUAL?C++數字圖像模式識別技術詳解??第2版guangpan\chapter02\2-1\demo\demo1.dsw
?????文件???????1345??2009-11-03?11:13??VISUAL?C++數字圖像模式識別技術詳解??第2版guangpan\chapter02\2-1\demo\demo1.h
?????文件?????394240??2010-07-06?17:18??VISUAL?C++數字圖像模式識別技術詳解??第2版guangpan\chapter02\2-1\demo\demo1.ncb
?????文件?????801280??2010-07-06?17:18??VISUAL?C++數字圖像模式識別技術詳解??第2版guangpan\chapter02\2-1\demo\demo1.opt
?????文件???????2672??2010-07-06?17:18??VISUAL?C++數字圖像模式識別技術詳解??第2版guangpan\chapter02\2-1\demo\demo1.plg
?????文件??????13829??2010-01-11?10:58??VISUAL?C++數字圖像模式識別技術詳解??第2版guangpan\chapter02\2-1\demo\demo1.rc
?????文件???????2453??2010-02-11?15:08??VISUAL?C++數字圖像模式識別技術詳解??第2版guangpan\chapter02\2-1\demo\demo1Doc.cpp
?????文件???????1669??2010-01-11?10:52??VISUAL?C++數字圖像模式識別技術詳解??第2版guangpan\chapter02\2-1\demo\demo1Doc.h
?????文件???????2564??2010-01-15?21:48??VISUAL?C++數字圖像模式識別技術詳解??第2版guangpan\chapter02\2-1\demo\demo1View.cpp
?????文件???????1731??2010-01-11?10:58??VISUAL?C++數字圖像模式識別技術詳解??第2版guangpan\chapter02\2-1\demo\demo1View.h
?????文件???????9539??2010-01-11?10:17??VISUAL?C++數字圖像模式識別技術詳解??第2版guangpan\chapter02\2-1\demo\ImageDib.cpp
?????文件???????1673??2010-01-11?10:17??VISUAL?C++數字圖像模式識別技術詳解??第2版guangpan\chapter02\2-1\demo\ImageDib.h
?????文件???????2522??2009-11-03?11:13??VISUAL?C++數字圖像模式識別技術詳解??第2版guangpan\chapter02\2-1\demo\MainFrm.cpp
?????文件???????1542??2009-11-03?11:13??VISUAL?C++數字圖像模式識別技術詳解??第2版guangpan\chapter02\2-1\demo\MainFrm.h
?????文件???????5028??2009-11-03?11:13??VISUAL?C++數字圖像模式識別技術詳解??第2版guangpan\chapter02\2-1\demo\ReadMe.txt
?????文件???????1078??2009-11-03?11:13??VISUAL?C++數字圖像模式識別技術詳解??第2版guangpan\chapter02\2-1\demo\res\demo1.ico
?????文件????????397??2009-11-03?11:13??VISUAL?C++數字圖像模式識別技術詳解??第2版guangpan\chapter02\2-1\demo\res\demo1.rc2
?????文件???????1078??2009-11-03?11:13??VISUAL?C++數字圖像模式識別技術詳解??第2版guangpan\chapter02\2-1\demo\res\demo1Doc.ico
?????文件???????6656??2010-07-06?17:18??VISUAL?C++數字圖像模式識別技術詳解??第2版guangpan\chapter02\2-1\demo\res\Thumbs.db
?????文件???????1078??2009-11-03?11:13??VISUAL?C++數字圖像模式識別技術詳解??第2版guangpan\chapter02\2-1\demo\res\Toolbar.bmp
?????文件????????868??2009-12-14?13:47??VISUAL?C++數字圖像模式識別技術詳解??第2版guangpan\chapter02\2-1\demo\resource.h
?????文件????????207??2009-11-03?11:13??VISUAL?C++數字圖像模式識別技術詳解??第2版guangpan\chapter02\2-1\demo\StdAfx.cpp
?????文件???????1054??2009-11-03?11:13??VISUAL?C++數字圖像模式識別技術詳解??第2版guangpan\chapter02\2-1\demo\StdAfx.h
............此處省略902個文件信息
評論
共有 條評論