代码搜索:bitmap
找到约 10,000 项符合「bitmap」的源代码
代码结果 10,000
www.eeworm.com/read/177571/9447563
cpp cskinobject.cpp
//
// CSkinObject.cpp
//
// --------------------------------------------------------
// A Practical Guide to Script-Driven Software Development
// Author: Qiming Lu Date: 6
www.eeworm.com/read/177503/9450568
cpp officexpmenu.cpp
#include "stdafx.h" // Standard windows header file
#include "officexpmenu.h" // COfficeXPMenu class declaration
#include //SK: makes A2W and other spiffy AFX macro
www.eeworm.com/read/372929/9487520
pas dxcoreutils.pas
{*******************************************************************}
{ }
{ dxCoreUtils (Design eXperience)
www.eeworm.com/read/372740/9495033
txt 10.txt
第十章:位图
1,Windows的位图实际上是一些和显示象素相对应的位阵列。
2,GDI位图是设备相关位图,用MS基本类库(MFC)中的C<mark>Bitmap</mark>类表示的,依赖具体的设备。
3,DIB社设备无关位图,比GDI位图有许多编程优势。任何运行Windows的机器都可以处理DIB位图。DIB位图通常以.BMP文件形式保留在磁盘中,或作为资源保存在程序的EXE或DLL文件中。WIN32 ...
www.eeworm.com/read/174862/9571272
pas texttrayicon.pas
{*****************************************************************}
{ This is a component for placing icons in the notification area }
{ of the Windows taskbar (aka. the traybar).
www.eeworm.com/read/174856/9571351
pas bboard.pas
unit BBoard;
(*--------------------------------------------------------------------*)
(* *)
(* TBillBoard Beta Release 1.0 *)
(*
www.eeworm.com/read/174854/9571397
pas lcd_lab.pas
{******************************************************************************}
{ }
{ TLCDLabel v1.5 - The one and only
www.eeworm.com/read/363935/9931393
cpp mystatusbar.cpp
// Written by JHCC, 1997
#include "stdafx.h"
#include "MyStatusBar.h"
#include "resource.h"
#include "jhhbdoc.h"
// Constructor
CMyStatusBar::CMyStatusBar()
{
}
// Destructor
CMyStatus