代码搜索:bitmap
找到约 10,000 项符合「bitmap」的源代码
代码结果 10,000
www.eeworm.com/read/332554/12748370
h bitmap.h
#include
#include
#include
#include
#include
using namespace std;
typedef struct//Bitmap file head struct HEAD Size:14
{
short int bfType; // Ty
www.eeworm.com/read/332554/12748374
cpp bitmap.cpp
#include "Bitmap.h"
int CBitmap::Init(char *szInfile)
{
int nFlag=0;
infile.open(szInfile,ios::in|ios::binary);
//不能打开文件
if(!infile)
{
cout
www.eeworm.com/read/246126/12754041
txt bitmap.txt
0x00000120,0x00000003,0x00000060,0x00000020,
0x60000000,0x60000000,0x60000000,0x0e000106,0x0e070106,
0x01020108,0x08000607,0x0c000105,0x05070102,0x04000106,
0x0e070106,0x01020108,0x09000000,0x0d000
www.eeworm.com/read/246126/12754504
ico bitmap.ico
0x00000004,0x00000003,0x00000004,0x00000004,
0x04000000,0x04000000,0x04000000,0x04000000,0x00000004,0x00000003,0x00000004,0x00000004,
0x04000000,0x04000000,0x04000000,0x04000000,
www.eeworm.com/read/144804/12771431
bmp bitmap.bmp
www.eeworm.com/read/243981/12902185
c bitmap.c
/* bitmap.c contains the code that handles the inode and block bitmaps */
#include
#include
#include
#define clear_block(addr) \
__asm__("cld\n\t" \
"rep
www.eeworm.com/read/243948/12906053
h bitmap.h
/////////////////////////////////////////////////////////////
// Flash Plugin and Player
// Copyright (C) 1998 Olivier Debon
//
// This program is free software; you can redistribute it and/or
// mod
www.eeworm.com/read/243948/12906107
cc bitmap.cc
/////////////////////////////////////////////////////////////
// Flash Plugin and Player
// Copyright (C) 1998 Olivier Debon
//
// This program is free software; you can redistribute it and/or
// mod
www.eeworm.com/read/142761/12923305
h bitmap.h
/*
/--------------------------------------------------------------------
|
| $Id: bitmap.h,v 1.13 2000/03/31 12:20:05 Ulrich von Zadow Exp $
|
| Copyright (c) 1996-1998 Ulrich von Zadow
www.eeworm.com/read/329744/12936054