代码搜索:bitmap

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

代码结果 10,000
www.eeworm.com/read/422006/2046898

pkg bitmap.pkg

; ; Installation file for Bitmap application ; ;Languages &EN ; ; UID is the app's UID ; #{""},(0x09F83800),1,0,0 ; ;Supports Series 60 v 2.0 ;This line indicates that this installation is
www.eeworm.com/read/422006/2046900

rss bitmap.rss

/* * ============================================================================ * Name : Bitmap.rss * Part of : Bitmap * Created : 2006-4-16 by Hewei * Description: * This file c
www.eeworm.com/read/422006/2046903

hrh bitmap.hrh

/* * ============================================================================ * Name : Bitmap resource header file bitmap.hrh * Part of : Bitmap * Created : 2006-4-16 by Hewei * Des
www.eeworm.com/read/422006/2046907

loc bitmap.loc

/* * ============================================================================ * Name : bitmap.loc * Part of : Bitmap * Created : 2006-4-16 by Hewei * Description: * This is a l
www.eeworm.com/read/422006/2046918

mmp bitmap.mmp

/* * ============================================================================ * Name : Bitmap.mmp * Part of : Bitmap * Created : 2006-4-16 by Hewei * Description: * This is the
www.eeworm.com/read/417275/2103385

c bitmap.c

// // Copyright (c) Microsoft Corporation. All rights reserved. // // // Use of this source code is subject to the terms of the Microsoft end-user // license agreement (EULA) under which you lic
www.eeworm.com/read/414826/2141996

tcl bitmap.tcl

# bitmap.tcl -- # # This demonstration script creates a toplevel window that displays # all of Tk's built-in bitmaps. # # RCS: @(#) $Id: bitmap.tcl,v 1.2 1998/09/14 18:23:27 stanton Exp $ if {![info
www.eeworm.com/read/410514/2209677

c bitmap.c

/* ** $Id: bitmap.c,v 1.40 2004/10/05 07:32:25 snig Exp $ ** ** Bitmap operations of GDI. ** ** Copyright (C) 2003 Feynman Software. ** Copyright (C) 2000 ~ 2002 Wei Yongming. ** ** Current m
www.eeworm.com/read/410514/2210019

c bitmap.c

#include #include #include "bitmap.h" BITMAPTABLE bitmaptable[] = { {"back.bmp", BACK}, {"ctrlbtn.bmp", CTRLBTN}, {"face.bmp", FACE}, {"feynman-256.
www.eeworm.com/read/410514/2210020

h bitmap.h

#ifndef _BITMAPTABLE #define _BITMAPTABLE #include #include #include "res/fh_bitmaps_defs.h" typedef struct { char *name; int id; } BITMAPTABLE; extern BITMAPTABLE bitm