代码搜索:bitmap
找到约 10,000 项符合「bitmap」的源代码
代码结果 10,000
www.eeworm.com/read/408190/11402549
cpp ddutil.cpp
/*==========================================================================
*
* Copyright (C) 1995-1996 Microsoft Corporation. All Rights Reserved.
*
* File: ddutil.cpp
* Content:
www.eeworm.com/read/405357/11464731
pas imgutil.pas
{$R-} // Turn off Range Checking because of ARRAY[0..0] construct below
unit ImgUtil;
// The new algorithms are 5 to 8 imes faster (dirty but fast) and they
// not need so many memory (if the
www.eeworm.com/read/404859/11476986
cpp flatbutton.cpp
/*
* Copyright (c) 2002, Bcdliang
* All rights reserved.
*
* 文件名称:PicButton.cpp
* 摘 要:类CPicButton的实现
*
* 当前版本:1.01
* 作 者:LIANG Zheng
* 完成日期:2002年7月19日
*/
#include "stdafx.h"
#inc
www.eeworm.com/read/402236/11540300
txt 代码.txt
// Getting bitmap size
/*BITMAP bm;
GetObject(m_hBitmap, sizeof(BITMAP), &bm);
// Creating new bitmap and receive pointer to it's bits.
HBITMAP hTargetBitmap;
void *pBuffer;
in
www.eeworm.com/read/401599/11555348
rss bitmapaif.rss
/*
* ============================================================================
* Name : Bitmapaif.rss
* Part of : Bitmap
* Created : 2006-4-16 by Hewei
* Description:
* RSS for
www.eeworm.com/read/261892/11617320
cpp dragsizerbmp.cpp
/*****************************************************************************
*
* Filename : DRAGSIZERBMP.CPP
*
*****************************************************************************
www.eeworm.com/read/261520/11639221
cpp demo8_10.cpp
// DEMO8_10.CPP - Page scrolling demo
// make certain to include the T3DLIB1.CPP source file!
// INCLUDES ///////////////////////////////////////////////
#define WIN32_LEAN_AND_MEAN
// you
www.eeworm.com/read/261520/11639318
cpp demo8_12.cpp
// DEMO8_12.CPP - Sparse universe scrolling demo
// INCLUDES ///////////////////////////////////////////////
#define WIN32_LEAN_AND_MEAN
// you must #define INITGUID if not done elsewhere
www.eeworm.com/read/261520/11639362
cpp demo8_12_16b.cpp
// DEMO8_12_16b.CPP - Sparse universe scrolling demo
// 16-bit version
// INCLUDES ///////////////////////////////////////////////
#define WIN32_LEAN_AND_MEAN
// you must #define INITGUID
www.eeworm.com/read/261520/11640788
cpp demo13_11.cpp
// DEMO13_11.CPP - Time based motion modeling
// to compile make sure to include DDRAW.LIB, DSOUND.LIB,
// DINPUT.LIB, WINMM.LIB, and of course the T3DLIB files
// INCLUDES ////////////////////