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

资源简介

C++实战源码-显示3D灰色图像(入门级实例488).zip

资源截图

代码片段和文件信息

// GrayShowPic.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “GrayShowPic.h“

#include “MainFrm.h“
#include “GrayShowPicDoc.h“
#include “GrayShowPicView.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CGrayShowPicApp

BEGIN_MESSAGE_MAP(CGrayShowPicApp CWinApp)
//{{AFX_MSG_MAP(CGrayShowPicApp)
ON_COMMAND(ID_APP_ABOUT OnAppAbout)
// 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
// Standard file based document commands
ON_COMMAND(ID_FILE_NEW CWinApp::OnFileNew)
ON_COMMAND(ID_FILE_OP

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件      465180  2010-07-07 18:02  GrayShowPic\bitmap.bmp
     文件        2506  2007-04-20 18:12  GrayShowPic\GrayShowPic.clw
     文件        4341  2007-05-31 13:31  GrayShowPic\GrayShowPic.cpp
     文件        4723  2007-03-29 16:00  GrayShowPic\GrayShowPic.dsp
     文件         547  2007-03-29 15:01  GrayShowPic\GrayShowPic.dsw
     文件        1411  2007-03-29 15:01  GrayShowPic\GrayShowPic.h
     文件       11899  2007-03-29 15:21  GrayShowPic\GrayShowPic.rc
     文件        1842  2007-03-29 15:01  GrayShowPic\GrayShowPicDoc.cpp
     文件        1530  2007-03-29 15:01  GrayShowPic\GrayShowPicDoc.h
     文件        4044  2010-07-07 19:00  GrayShowPic\GrayShowPicView.cpp
     文件        2037  2010-07-07 18:59  GrayShowPic\GrayShowPicView.h
     文件        2519  2007-03-29 15:21  GrayShowPic\MainFrm.cpp
     文件        1581  2007-03-29 15:01  GrayShowPic\MainFrm.h
     文件         735  2007-03-29 15:21  GrayShowPic\resource.h
     文件         213  2007-03-29 15:01  GrayShowPic\StdAfx.cpp
     文件        1100  2010-07-07 19:00  GrayShowPic\StdAfx.h
     文件        5694  2005-10-08 16:28  GrayShowPic\res\GrayShowPic.ico
     文件         403  2007-03-29 15:01  GrayShowPic\res\GrayShowPic.rc2
     文件        1078  2007-03-29 15:01  GrayShowPic\res\GrayShowPicDoc.ico
     文件        1078  2007-03-29 15:01  GrayShowPic\res\Toolbar.bmp

评论

共有 条评论