代码搜索:bitmap

找到约 10,000 项符合「bitmap」的源代码

代码结果 10,000
www.eeworm.com/read/334338/12609605

h zgmemdc.h

#ifndef _MEMDC_H_ #define _MEMDC_H_ ////////////////////////////////////////////////////////////////////////// class CZgMemDC : public CDC { private: CBitmap m_bitmap; // Offscreen bitmap
www.eeworm.com/read/235562/14063292

rc modeless.rc

/* This software module was originally developed by Hang-Seop Lee (hslee@etri.re.kr), ETRI Jung-Chul Lee (jclee@etri.re.kr), ETRI and edited by Hang-Seop Lee, Jung-Chul Lee of ETR
www.eeworm.com/read/200680/15427601

h splashwindow.h

class CSplashWindow : public CWnd { private: CDC MemDC; BITMAP bmBitmap; CBitmap m_Bitmap; CBitmap *Old_Bitmap; public: CSplashWindow(); ~CSplashWindow(); void CreateSplash(); a
www.eeworm.com/read/105368/15669684

cpp wzdsplsh.cpp

// WzdSplsh.cpp : implementation file // #include "stdafx.h" #include "WzdSplsh.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif //////
www.eeworm.com/read/105368/15669707

cpp wzdsplsh.cpp

// WzdSplsh.cpp : implementation file // #include "stdafx.h" #include "WzdSplsh.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif //////
www.eeworm.com/read/104386/15695888

cpp appsplash.cpp

// WzdSplsh.cpp : implementation file // #include "stdafx.h" #include "AppSplash.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif /////
www.eeworm.com/read/388129/8633433

htm ch17.htm

Teach Yourself Visual C++® 5 in 24 Hours -- Hour 17 -- U
www.eeworm.com/read/388129/8633578

htm ch15.htm

Teach Yourself Visual C++® 5 in 24 Hours -- Hour 15 -- U
www.eeworm.com/read/428828/8838136

cpp stdafx.cpp

// stdafx.cpp : 只包括标准包含文件的源文件 // BITMAP.pch 将作为预编译头 // stdafx.obj 将包含预编译类型信息 #include "stdafx.h"
www.eeworm.com/read/285379/8844115

htm ch17.htm

Teach Yourself Visual C++® 5 in 24 Hours -- Hour 1