代码搜索:bitmap
找到约 10,000 项符合「bitmap」的源代码
代码结果 10,000
www.eeworm.com/read/392997/7247846
cpp filesys.cpp
// filesys.cc
// Routines to manage the overall operation of the file system.
// Implements routines to map from textual file names to files.
//
// Each file in the file system has:
// A file head
www.eeworm.com/read/459487/7274807
vb patterndraw.vb
Public Class PatternDraw
Inherits System.Windows.Forms.Form
#Region " Windows Form Designer generated code "
Public Sub New()
MyBase.New()
'This call is required by
www.eeworm.com/read/456907/7337292
d ks0108test.o.d
ks0108Test.o: ks0108Test.c ks0108.h arial_bold_14.h SC.h Bitmap.h
ks0108.h:
arial_bold_14.h:
SC.h:
Bitmap.h:
www.eeworm.com/read/454868/7382136
rc rsrc.rc
MyBmp BITMAP MOVEABLE PURE LOADONCALL DISCARDABLE "TWEETY78.BMP"
www.eeworm.com/read/454300/7394397
cpp openglpanel.cpp
//|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
//| TOpenGLPanel.cpp Version 0.5BCB5 ALPHA
//|
//| This is a implementation of a OpenGL Component for C++ Builder Versi
www.eeworm.com/read/451128/7470938
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/447524/7549823
pas gr32_polygons.pas
unit GR32_Polygons;
(* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not
www.eeworm.com/read/447524/7549841
pas converterunit.pas
unit ConverterUnit;
interface
{$DEFINE _DEBUGNAMES}
{$DEFINE FIXMSSTYLESBUGS}
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, IniFile
www.eeworm.com/read/447524/7549884
pas sxskinbitmapmanager.pas
unit SXSkinBitmapManager;
////////////////////////////////////////////////////////////////////////////////
// SXSkinComponents: Skinnable Visual Controls for Delphi and C++Builder //
//-----