代码搜索:Buffer
找到约 10,000 项符合「Buffer」的源代码
代码结果 10,000
www.eeworm.com/read/143653/12853998
h buffer.h
/****************************************************************
File Name: buffer.h
Author: Tian Zhang, CS Dept., Univ. of Wisconsin-Madison, 1995
Copyright(c) 1995 by Tian Zhang
www.eeworm.com/read/143653/12854005
c buffer.c
/****************************************************************
File Name: buffer.C
Author: Tian Zhang, CS Dept., Univ. of Wisconsin-Madison, 1995
Copyright(c) 1995 by Tian Zhang
www.eeworm.com/read/244305/12873451
java buffer.java
/* Stream-2-Stream - Peer to peer television and radio
* October 13, 2005 - This file has been modified from the original P2P-Radio source
* Project homepage: http://s2s.sourceforge.net/
* Copyr
www.eeworm.com/read/330339/12900563
cpp buffer.cpp
// buffer.cpp: implementation of the buffer class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "AssocRule.h"
//#include
/
www.eeworm.com/read/330339/12900571
h buffer.h
// buffer.h: interface for the buffer class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_BUFFER_H__04B52FD8_FBF1_4A97_9731_14A3B86CFA23__INCLUDED_)
www.eeworm.com/read/243981/12902196
c buffer.c
/*
* 'buffer.c' implements the buffer-cache functions. Race-conditions have
* been avoided by NEVER letting a interrupt change a buffer (except for the
* data, of course), but instead letting the
www.eeworm.com/read/243327/12948886
h buffer.h
#include
#include
#include
#include
#include
#ifndef _BUFFER_H
#define _BUFFER_h
#ifdef __cplusplus
extern "C" {
#endif
#ifndef _TYPEDEF_BUFFER
www.eeworm.com/read/243327/12948889
c buffer.c
#include "buffer.h"
/* Initialize buffer */
BUFFER *buffer_init()
{
BUFFER *buf = (BUFFER *)calloc(1, sizeof(BUFFER));
if(buf)
{
buf->recalloc = buf_recalloc;
www.eeworm.com/read/329422/12955351
dll buffer.dll
www.eeworm.com/read/329346/12959097
c buffer.c
/* passed
* linux/fs/buffer.c
*
* (C) 1991 Linus Torvalds
*/
#include
/*
* 'buffer.c'用于实现缓冲区高速缓存功能。通过不让中断过程改变缓冲区,而是让调用者
* 来执行,避免了竞争条件(当然除改变数据以外)。注意!由于中断可以唤醒一个调用者,
* 因此就需要开关中断