代码搜索:bitmap
找到约 10,000 项符合「bitmap」的源代码
代码结果 10,000
www.eeworm.com/read/401599/11555351
inf bld.inf
/*
* ============================================================================
* Name : bld.inf
* Part of : Bitmap
* Created : 2006-4-16 by Hewei
* Description:
* This file provide
www.eeworm.com/read/400534/11575086
txt flare_alpha notes.txt
The flare_alpha.dds was created by loading a plain white bitmap image "block.bmp"
into the DX Tex tool. Then we loaded flare.bmp into its alpha channel.
www.eeworm.com/read/158508/11606540
pas unitfrmmain.pas
unit unitFrmMain;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ExtCtrls, StdCtrls;
type
TForm1 = class(TForm)
Button1: TButton;
www.eeworm.com/read/261520/11639001
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/261520/11639023
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/261520/11639061
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/261520/11640767
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/261520/11640774
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/261194/11660221
t filljpeg.t
BEGIN { $| = 1;}
use SWF qw(Shape Bitmap);
require 't/config.pl';
my $s = new SWF::Shape();
my $filename = ming_dir() . '/examples/common/backyard.jpg';
skip_test() unless (-e $filename);
print "1.
www.eeworm.com/read/157304/11721014
rc msc.rc
100 ICON "ICOMSC.ICO"
200 BITMAP "bg.bmp"
201 BITMAP "t1.bmp"
202 BITMAP "t2.bmp"
203 BITMAP "t3.bmp"
204 BITMAP "t4.bmp"
205 BITMAP "t5.bmp"
206 BITMAP "t6.bmp"
207