代码搜索:bitmap
找到约 10,000 项符合「bitmap」的源代码
代码结果 10,000
www.eeworm.com/read/224773/14567822
hrh bitmap.hrh
/*
* ============================================================================
* Name : Bitmap resource header file bitmap.hrh
* Part of : Bitmap
* Created : 2006-4-16 by Hewei
* Des
www.eeworm.com/read/224773/14567829
loc bitmap.loc
/*
* ============================================================================
* Name : bitmap.loc
* Part of : Bitmap
* Created : 2006-4-16 by Hewei
* Description:
* This is a l
www.eeworm.com/read/224773/14567854
mmp bitmap.mmp
/*
* ============================================================================
* Name : Bitmap.mmp
* Part of : Bitmap
* Created : 2006-4-16 by Hewei
* Description:
* This is the
www.eeworm.com/read/124442/14567857
c bitmap.c
/*
* linux/fs/ext2/bitmap.c
*
* Copyright (C) 1992, 1993, 1994 Remy Card (card@masi.ibp.fr)
* Laboratoire MASI - Institut Blaise Pascal
*
www.eeworm.com/read/124441/14568009
rc bitmap.rc
1 bitmap 1.jpg
2 bitmap 2.jpg
3 bitmap 3.jpg
4 bitmap 4.jpg
5 bitmap 5.jpg
6 bitmap 6.jpg
7 bitmap 7.jpg
www.eeworm.com/read/224472/14589424
h bitmap.h
#ifndef BITMAP_H
#define BITMAP_H
class Bitmap
{
private:
HBITMAP hbmp, hmask;
int w, h;
BOOL bTransMode;
COLORREF TransColor;
void Load(char *fn);
void CreateMask();
public:
www.eeworm.com/read/224472/14589427
cpp bitmap.cpp
#include "stdafx.h"
#include "Bitmap.h"
//--------------------------------------------
// 构造函数
//--------------------------------------------
Bitmap::Bitmap(char *fn, BOOL transmode=false, COL
www.eeworm.com/read/123460/14629920
cpp bitmap.cpp
#include
HBITMAP CreateBgBitmap(HDC hdc,int width,int height,int bpp,void **buf,long *bufsize)
{
BITMAPINFO bi;
bi.bmiHeader.biSize=sizeof(BITMAPINFO);
bi.bmiHeader.biWidth=width
www.eeworm.com/read/123460/14629922
h bitmap.h
#ifndef BITMAP_H
#define BITMAP_H
#ifndef __cplusplus
extern "C"
{
#endif
HBITMAP CreateBgBitmap(HDC hdc,int width,int height,int bpp,void **buf,long *bufsize);
void DestroyBgBitmap(HBITMAP
www.eeworm.com/read/223418/14641798
h bitmap.h
//240*16
unsigned char map[3840]={
0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF
,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x80,0x00
,