代码搜索:bitmap
找到约 10,000 项符合「bitmap」的源代码
代码结果 10,000
www.eeworm.com/read/136957/13352348
bmp bitmap.bmp
www.eeworm.com/read/320845/13417475
ico bitmap.ico
www.eeworm.com/read/320714/13419317
c bitmap.c
/* passed
* linux/fs/bitmap.c
*
* (C) 1991 Linus Torvalds
*/
#include
/* bitmap.c 程序含有处理i 节点和磁盘块位图的代码 */
// 字符串头文件。主要定义了一些有关字符串操作的嵌入函数。
// 主要使用了其中的memset()函数。
#include
www.eeworm.com/read/320714/13419464
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/314274/13569907
c bitmap.c
/*
* linux/fs/minix/bitmap.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*/
/*
* Modified for 680x0 by Hamish Macdonald
* Fixed for 680x0 by Andreas Schwab
*/
/* bitmap.c contains the code
www.eeworm.com/read/310998/13638464
bmp bitmap.bmp
www.eeworm.com/read/310183/13656782
h bitmap.h
//-----------------------------------------------------------------
// Bitmap Object
// C++ Header - Bitmap.h
//-----------------------------------------------------------------
#pragma once
www.eeworm.com/read/310183/13656784
cpp bitmap.cpp
//-----------------------------------------------------------------
// Bitmap Object
// C++ Source - Bitmap.cpp
//-----------------------------------------------------------------
//------------
www.eeworm.com/read/306457/13744765
c bitmap.c
/* bitmap.c contains the code that handles the inode and block bitmaps */
#include
#include
#include
#define clear_block(addr) \
//此内嵌汇编的意思为:
// m
www.eeworm.com/read/305158/13777678