資源簡介
C++實戰源碼-提取圖片中的對象(入門級實例492).zip
代碼片段和文件信息
//?Fetchobject.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“Fetchobject.h“
#include?“FetchobjectDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CFetchobjectApp
BEGIN_MESSAGE_MAP(CFetchobjectApp?CWinApp)
//{{AFX_MSG_MAP(CFetchobjectApp)
//?NOTE?-?the?ClassWizard?will?add?and?remove?mapping?macros?here.
//????DO?NOT?EDIT?what?you?see?in?these?blocks?of?generated?code!
//}}AFX_MSG
ON_COMMAND(ID_HELP?CWinApp::onhelp)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
//?CFetchobjectApp?construction
CFetchobjectApp::CFetchobjectApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????1164??2007-05-08?08:48??Fetchob
?????文件????????2133??2007-05-08?08:48??Fetchob
?????文件????????4388??2007-05-08?08:48??Fetchob
?????文件?????????547??2007-05-08?08:48??Fetchob
?????文件????????1379??2007-05-08?08:48??Fetchob
?????文件????????5607??2007-05-08?08:48??Fetchob
?????文件????????4720??2007-05-08?08:48??Fetchob
?????文件????????1428??2007-05-08?08:48??Fetchob
?????文件?????????871??2007-05-08?08:48??Fetchob
?????文件?????????213??2007-05-08?08:48??Fetchob
?????文件????????1054??2007-05-08?08:48??Fetchob
?????文件????????1078??2007-05-08?08:48??Fetchob
?????文件?????????403??2007-05-08?08:48??Fetchob
?????文件????????2238??2007-05-08?08:48??Fetchob
?????文件??????251796??2010-11-14?00:19??Fetchob
- 上一篇:C++實戰源碼-顏色變了
- 下一篇:C++實戰源碼-具有分隔條的靜態文本控件
評論
共有 條評論