代码搜索:bitmap
找到约 10,000 项符合「bitmap」的源代码
代码结果 10,000
www.eeworm.com/read/154897/11920633
c bitmap.c
#include
#include
#include "bitmap.h"
BITMAPTABLE bitmaptable[] = {
{"back.bmp", BACK},
{"ctrlbtn.bmp", CTRLBTN},
{"face.bmp", FACE},
{"feynman-256.
www.eeworm.com/read/154897/11920634
h bitmap.h
#ifndef _BITMAPTABLE
#define _BITMAPTABLE
#include
#include
#include "res/fh_bitmaps_defs.h"
typedef struct {
char *name;
int id;
} BITMAPTABLE;
extern BITMAPTABLE bitm
www.eeworm.com/read/342301/12031330
c bitmap.c
/*
* linux/fs/bitmap.c
*
* (C) 1991 Linus Torvalds
*/
/* bitmap.c contains the code that handles the inode and block bitmaps */
/* bitmap.c 程序含有处理i 节点和磁盘块位图的代码 */
#include // 字符串头文件。主要定义了
www.eeworm.com/read/255766/12056916
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/255541/12076035
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/255541/12076219
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/255541/12076295
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/255437/12081566
o bitmap.o
www.eeworm.com/read/255437/12081596
cpp bitmap.cpp
/*==============================================================================
Header Files and Global Defines
==============================================================================*/
#in