代码搜索:bitmap
找到约 10,000 项符合「bitmap」的源代码
代码结果 10,000
www.eeworm.com/read/122711/14671654
cpp demo7_8.cpp
// DEMO7_8.CPP 8-bit software bitmap clipper demo
// INCLUDES ///////////////////////////////////////////////
#define WIN32_LEAN_AND_MEAN // just say no to MFC
#define INITGUID
#include
www.eeworm.com/read/122711/14671679
cpp demo7_13.cpp
// DEMO7_13.CPP 8-bit blitting demo
// INCLUDES ///////////////////////////////////////////////
#define WIN32_LEAN_AND_MEAN // just say no to MFC
#define INITGUID
#include /
www.eeworm.com/read/122711/14671702
cpp demo7_14.cpp
// DEMO7_14.CPP 8-bit blitting demo with scaling
// INCLUDES ///////////////////////////////////////////////
#define WIN32_LEAN_AND_MEAN // just say no to MFC
#define INITGUID
#include
www.eeworm.com/read/122711/14672926
cpp demo13_3.cpp
// DEMO13_3.CPP - two mass gravity simulation
// note: there is currently no upper limit on your velocity
// since this is more realistic, so be careful not to get
// out of control
// to compi
www.eeworm.com/read/122711/14672932
cpp demo13_1.cpp
// DEMO13_1.CPP - constant velocity demo
// to compile make sure to include DDRAW.LIB, DSOUND.LIB,
// DINPUT.LIB, WINMM.LIB, and of course the T3DLIB files
// INCLUDES ///////////////////////////
www.eeworm.com/read/121383/14757981
cpp movie.cpp
#include "ls.h"
#include "text.cpp"
char *reads[10]={
"梦回到那纵横捭阖的历史",
"太古神剑将再次演义战国风云",
};
int fade_view(int x,int y,char *s)
{ int i;
for (i=0;i
www.eeworm.com/read/121258/14762279
htm formview_background.shtml.htm
Bitmap - Painting the background for a CFormView d
www.eeworm.com/read/121258/14762459
htm image_in_header.shtml.htm
CListCtrl - Displaying an image in the header
www.eeworm.com/read/121258/14762893
htm syscol_static.shtml.htm
Misc - CStatic with bitmap sensitive to change in
www.eeworm.com/read/120261/14808554
c btsearch.c
/***********************************************************************
File: btsearch.c
Rev: a-1
Date: 11/30/2000
Copyright (c) 1993, 2001 by David M. Warme
**********************************