代码搜索:bitmap

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

代码结果 10,000
www.eeworm.com/read/273698/10904490

cpp qrbcjhdlg.cpp

// qrbcjhdlg.cpp : implementation file // #include "stdafx.h" #include "xxgl.h" #include "qrbcjhdlg.h" #include "strt.h" #include "ext.h" #include "func.h" #ifdef _DEBUG #define new DEBU
www.eeworm.com/read/273698/10904638

cpp ggmm.cpp

// ggmm.cpp : implementation file // #include "stdafx.h" #include "xxgl.h" #include "ggmm.h" #include "strt.h" #include "ext.h" #include "func.h" #ifdef _DEBUG #define new DEBUG_NEW #und
www.eeworm.com/read/273698/10904655

cpp yszmscqrdlg.cpp

// yszmscqrdlg.cpp : implementation file // #include "stdafx.h" #include "xxgl.h" #include "yszmscqrdlg.h" #include "strt.h" #include "ext.h" #include "func.h" #ifdef _DEBUG #define new
www.eeworm.com/read/273698/10904767

cpp qrqbhz.cpp

// qrqbhz.cpp : implementation file // #include "stdafx.h" #include "xxgl.h" #include "qrqbhz.h" #include "strt.h" #include "ext.h" #include "func.h" #ifdef _DEBUG #define new DEBUG_NEW
www.eeworm.com/read/273533/10912473

makefile

CPPFLAGS=-I../Jpeg -I../Zlib # Comment out the following line if you use egcs : CXXFLAGS=-O3 -Wall -fno-rtti -fno-exceptions INCLUDES= adpcm.h cxform.h graphic.h script.h sqrt
www.eeworm.com/read/273533/10912501

h swf.h

#ifndef _SWF_H_ #define _SWF_H_ #include #include #include #include #include #include #ifdef DUMP #include "bitstream.h" #endif #inc
www.eeworm.com/read/273514/10913357

c guistream.c

/* ********************************************************************************************************* * uC/GUI * Universal
www.eeworm.com/read/273491/10914145

h csprite.h

/////////////////////////////////////////////////////////////////////////////// // // CSprite.h // // Copyright (c) 2003 Forum Nokia. All rights reserved. // // Technology developed by Rocket
www.eeworm.com/read/273491/10914182

h cfont.h

/////////////////////////////////////////////////////////////////////////////// // // CFont.h // // Copyright (c) 2003 Forum Nokia. All rights reserved. // // Technology developed by Rocket S
www.eeworm.com/read/418205/10958950

txt 05.1.2 创建图形插入符.txt

5.1.2 创建图形插入符 上面创建的是一般文字处理程序所使用的文本插入符,下面将介绍如何创建图形插入符,这可以利用CWnd类的另一个函数: CreateCaret来实现。该函数的声明形式如下所示: void CreateCaret( C<mark>Bitmap</mark>食 p<mark>Bitmap</mark> ); 这个函数用来创建图形插入符,它有一个参数,要求是C<mark>Bitmap</mark>指针类型。在使用这个函数之前,要先构造一个CBitm ...