代码搜索:bitmap
找到约 10,000 项符合「bitmap」的源代码
代码结果 10,000
www.eeworm.com/read/380271/9155173
cpp bitmap.cpp
#include "StdAfx.h"
#include "Bitmap.h"
//--------------------------------------------
// 构造函数
//--------------------------------------------
Bitmap::Bitmap(char *filename,
BOOL bTransM
www.eeworm.com/read/379736/9179810
c bitmap.c
/*
* linux/fs/bitmap.c
*
* (C) 1991 Linus Torvalds
*/
/* bitmap.c contains the code that handles the inode and block bitmaps */
#include
#include
#include
www.eeworm.com/read/379714/9181207
c bitmap.c
/*
* linux/fs/bitmap.c
*
* (C) 1991 Linus Torvalds
*/
/* bitmap.c contains the code that handles the inode and block bitmaps */
#include
#include
#include
www.eeworm.com/read/379711/9182064
c bitmap.c
/*
* linux/fs/xiafs/bitmap.c
*
* Copyright (C) Q. Frank Xia, 1993.
*
* Based on Linus' minix/bitmap.c
* Copyright (C) Linus Torvalds, 1991, 1992.
*
* This software may be redi
www.eeworm.com/read/379711/9182232
c bitmap.c
/*
* linux/fs/minix/bitmap.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*/
/* bitmap.c contains the code that handles the inode and block bitmaps */
#include
#includ
www.eeworm.com/read/379711/9182291
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/378369/9234134
pas be_bitmap.pas
{==============================================================================
LibBmp
Copyright (C) 2000-2003 by Evgeny Kryukov
All rights reserved
All contents of this file and all o
www.eeworm.com/read/181669/9241849
c bitmap.c
/*
* linux/fs/bitmap.c
*
* (C) 1991 Linus Torvalds
*/
/* bitmap.c contains the code that handles the inode and block bitmaps */
#include
#include
#include
www.eeworm.com/read/180332/9311992
h bitmap.h
/************************************************************************
* RSTP library - Rapid Spanning Tree (802.1t, 802.1w)
* Copyright (C) 2001-2003 Optical Access
* Author: Alex Rozin
*
www.eeworm.com/read/376565/9313876
h bitmap.h
#pragma once
#include
struct BITMAPINFO_256
{
BITMAPINFOHEADER bmiHeader;
RGBQUAD bmiColors[256];
};
//---------------------------------------------
//Bitmap类
/