• 大小: 0.06M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-21
  • 标签:

资源简介

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  Fetchobject\Fetchobject.clw
     文件        2133  2007-05-08 08:48  Fetchobject\Fetchobject.cpp
     文件        4388  2007-05-08 08:48  Fetchobject\Fetchobject.dsp
     文件         547  2007-05-08 08:48  Fetchobject\Fetchobject.dsw
     文件        1379  2007-05-08 08:48  Fetchobject\Fetchobject.h
     文件        5607  2007-05-08 08:48  Fetchobject\Fetchobject.rc
     文件        4720  2007-05-08 08:48  Fetchobject\FetchobjectDlg.cpp
     文件        1428  2007-05-08 08:48  Fetchobject\FetchobjectDlg.h
     文件         871  2007-05-08 08:48  Fetchobject\resource.h
     文件         213  2007-05-08 08:48  Fetchobject\StdAfx.cpp
     文件        1054  2007-05-08 08:48  Fetchobject\StdAfx.h
     文件        1078  2007-05-08 08:48  Fetchobject\res\Fetchobject.ico
     文件         403  2007-05-08 08:48  Fetchobject\res\Fetchobject.rc2
     文件        2238  2007-05-08 08:48  Fetchobject\res\MICRO CA.ICO
     文件      251796  2010-11-14 00:19  Fetchobject\res\小人图片.bmp

评论

共有 条评论