代码搜索:bitmap
找到约 10,000 项符合「bitmap」的源代码
代码结果 10,000
www.eeworm.com/read/307320/3725145
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/305712/3770160
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/305712/3770189
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/305204/3779783
c bitmap.c
// $Id: bitmap.c,v 1.14 2000/11/06 03:39:50 ymwei Exp $
//
// Bitmap operations of GDI.
//
// Copyright (C) 2000, Wei Yongming.
//
// Current maintainer: Wei Yongming.
/*
** This library is free sof
www.eeworm.com/read/304849/3784167
c bitmap.c
/**
* bitmap.c - Bitmap handling code. Part of the Linux-NTFS project.
*
* Copyright (c) 2002-2006 Anton Altaparmakov
* Copyright (c) 2004-2005 Richard Russon
*
* This program/include file is fr
www.eeworm.com/read/304849/3784192
h bitmap.h
/*
* bitmap.h - Exports for bitmap handling. Part of the Linux-NTFS project.
*
* Copyright (c) 2000-2004 Anton Altaparmakov
* Copyright (c) 2004-2005 Richard Russon
*
* This program/include file
www.eeworm.com/read/304805/3785571
h bitmap.h
#ifndef _BITMAP_H
#define _BITMAP_H
/* Bit map operations to manipulate bits of a simple mask variable. */
#define bit_set(mask, n) ((mask) |= (1
www.eeworm.com/read/299781/3850782
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 redistribute
www.eeworm.com/read/299781/3850836
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
#include
www.eeworm.com/read/299781/3850861
c bitmap.c
/*
* linux/fs/ext2/bitmap.c
*
* Copyright (C) 1992, 1993, 1994 Remy Card (card@masi.ibp.fr)
* Laboratoire MASI - Institut Blaise Pascal
*