代码搜索:bitmap

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

代码结果 10,000
www.eeworm.com/read/287922/8660803

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/287380/8688502

c bitmap.c

/* * Copyright 2000-2004 by Hans Reiser, licensing governed by * reiserfsprogs/README */ /* * 2000/10/26 - Initial version. */ #include "includes.h" #include /* create clean bitm
www.eeworm.com/read/386894/8719710

bmp bitmap.bmp

www.eeworm.com/read/386806/8725948

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/386806/8726199

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/386806/8726299

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/430558/8738741

html bitmap.html

www.eeworm.com/read/430558/8738776

html bitmap.html

www.eeworm.com/read/286322/8771939

java bitmap.java

public class Bitmap { public static final String BITMAP_FLAG = "BM"; public static final String[] BITMAP_FLAGS = new String[]{"BM","BA","CI", "CP", "IC", "PT"}; public static final int[] BITSPER
www.eeworm.com/read/385844/8786407

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