代码搜索:bitmap

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

代码结果 10,000
www.eeworm.com/read/259433/11792790

pas unit1.pas

unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, Unit2, ExtCtrls, StdCtrls; type TForm1 = class(TForm) Button1: TBu
www.eeworm.com/read/259433/11793958

pas unit1.pas

unit Unit1; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TForm1 = class(TForm) Button1: TButton; Button3: TButton
www.eeworm.com/read/156224/11818587

cpp testharr.cpp

//-< TESTHARR.CPP >--------------------------------------------------*--------* // FastDB Version 1.0 (c) 1999 GARRET * ? * // (Main Memory Database Management Sy
www.eeworm.com/read/258655/11847924

c diskmem.c

#include #include void Initbitmap(int map[8][8]) { int cylinder,track,sector; char choice='Y'; printf("初始化位视图...\n"); while(choice=='y'||choice=='Y') { printf("
www.eeworm.com/read/344519/11875160

c gros2pm.c

#include "grobjs.h" #include "grdevice.h" #define INCL_DOS #define INCL_WIN #define INCL_GPI #define INCL_SUB #include #include #include #include #include
www.eeworm.com/read/344429/11880815

pas objfastblt.pas

unit ObjFastBlt; // // // TDxFastBlt 用于处理32位真彩 // 真彩客户端源码QQ:442517066 // // interface uses Windows, Classes, SysUtils, Graphics, DxFastBlt, DirectDraw; type TDxFastBlt = class pr
www.eeworm.com/read/155391/11881070

htm bytespsl.htm

GetBytesPerScanline
www.eeworm.com/read/344344/11886354

c mach.c

#include #include #include #include "hdr.h" struct bmphdr *hdr; unsigned char *bitmap; int main(int argc, char *argv[]) { int i, j, k; FILE *fpnew; if (argc !=
www.eeworm.com/read/153637/12016630

rc cmdband.rc

//====================================================================== // Resource file // // Written for the book Programming Windows CE // Copyright (C) 2003 Douglas Boling //================