代码搜索:bitmap
找到约 10,000 项符合「bitmap」的源代码
代码结果 10,000
www.eeworm.com/read/106385/6194636
hxx bitmap.hxx
#ifndef CYGONCE_KERNEL_BITMAP_HXX
#define CYGONCE_KERNEL_BITMAP_HXX
//==========================================================================
//
// bitmap.hxx
//
// Bitmap scheduler clas
www.eeworm.com/read/106385/6194668
cxx bitmap.cxx
//==========================================================================
//
// sched/bitmap.cxx
//
// Bitmap scheduler class implementation
//
//=========================================
www.eeworm.com/read/102935/6225118
s bitmap.s
/*
* arch/s390/kernel/bitmap.S
* Bitmaps for set_bit, clear_bit, test_and_set_bit, ...
* See include/asm-s390/{bitops.h|posix_types.h} for details
*
* S390 version
* Copyright (C) 199
www.eeworm.com/read/102935/6226806
s bitmap.s
/*
* arch/s390/kernel/bitmap.S
* Bitmaps for set_bit, clear_bit, test_and_set_bit, ...
* See include/asm-s390/{bitops.h|posix_types.h} for details
*
* S390 version
* Copyright (C) 199
www.eeworm.com/read/322905/6301487
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/322905/6301557
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/322905/6301586
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/310703/6306581
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/443287/6315981
tcl bitmap.tcl
# ------------------------------------------------------------------------------
# bitmap.tcl
# This file is part of Unifix BWidget Toolkit
# $Id: bitmap.tcl,v 1.2 1999/05/25 08:28:10 eric Exp $
#
www.eeworm.com/read/438126/6322402
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: