代码搜索:bitmap

找到约 10,000 项符合「bitmap」的源代码

代码结果 10,000
www.eeworm.com/read/428828/8838285

cpp bitmap.cpp

// Bitmap.cpp : Defines the class behaviors for the application. // #include "stdafx.h" #include "Bitmap.h" #include "MainFrm.h" #include "BitmapDoc.h" #include "BitmapView.h" #ifdef _DEB
www.eeworm.com/read/384270/8883818

c bitmap.c

/******************************************************************************* Optimized Bitmap Scaling Routines by Dale Schumacher *********************************************************
www.eeworm.com/read/284556/8918929

h bitmap.h

// bitmap.h // Data structures defining a bitmap -- an array of bits each of which // can be either on or off. // // Represented as an array of unsigned integers, on which we do // modulo arithmetic
www.eeworm.com/read/284556/8918963

cc bitmap.cc

// bitmap.cc // Routines to manage a bitmap -- an array of bits each of which // can be either on or off. Represented as an array of integers. // // Copyright (c) 1992-1996 The Regents of the Univers
www.eeworm.com/read/383713/8925489

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/383713/8925649

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/383713/8925740

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/284428/8930791

h bitmap.h

//----------------------------------------------------------------- // Bitmap Object // C++ Header - Bitmap.h //----------------------------------------------------------------- #pragma once
www.eeworm.com/read/284428/8930798

cpp bitmap.cpp

//----------------------------------------------------------------- // Bitmap Object // C++ Source - Bitmap.cpp //----------------------------------------------------------------- //------------
www.eeworm.com/read/186023/8965909

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