代码搜索:Buffer
找到约 10,000 项符合「Buffer」的源代码
代码结果 10,000
www.eeworm.com/read/468525/6992385
dll buffer.dll
www.eeworm.com/read/468125/6994149
mc buffer.mc
www.eeworm.com/read/465763/7045297
c buffer.c
/*
* linux/fs/buffer.c
*
* (C) 1991 Linus Torvalds
*/
/*
* 'buffer.c' implements the buffer-cache functions. Race-conditions have
* been avoided by NEVER letting a interrupt change a buffer
www.eeworm.com/read/465686/7051854
cpp buffer.cpp
/*****************************************************************************
Copyright (c) 2001 - 2008, The Board of Trustees of the University of Illinois.
All rights reserved.
Redistribution and
www.eeworm.com/read/465686/7051858
h buffer.h
/*****************************************************************************
Copyright (c) 2001 - 2008, The Board of Trustees of the University of Illinois.
All rights reserved.
Redistribution and
www.eeworm.com/read/378796/7070000
c buffer.c
/* passed
* linux/fs/buffer.c
*
* (C) 1991 Linus Torvalds
*/
#include
/*
* 'buffer.c'用于实现缓冲区高速缓存功能。通过不让中断过程改变缓冲区,而是让调用者
* 来执行,避免了竞争条件(当然除改变数据以外)。注意!由于中断可以唤醒一个调用者,
* 因此就需要开关中断
www.eeworm.com/read/243454/7103054
c buffer.c
/*
* Boa, an http server
* Copyright (C) 1995 Paul Phillips
* Some changes Copyright (C) 1999 Jon Nelson
* This program is free software; you can redistri
www.eeworm.com/read/444854/7104805
cpp buffer.cpp
//+-----------------------------------------------------------------------------
//| Included files
//+-----------------------------------------------------------------------------
#include "Buffer
www.eeworm.com/read/444854/7104812
h buffer.h
//+-----------------------------------------------------------------------------
//| Inclusion guard
//+-----------------------------------------------------------------------------
#ifndef MAGOS_B
www.eeworm.com/read/101073/7147396
h buffer.h
#ifndef BUFFER_H
#define BUFFER_H
// 功能:定义数据缓冲区各抽象类
#ifndef DOUBLE
#define DOUBLE double
// #define DOUBLE long double // 如double精度不够,则可将此行去注释,而将上行注释
// 即可得到更精确的结果
#endif // DOUBLE