代码搜索:Buffer

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

代码结果 10,000
www.eeworm.com/read/164228/10121970

v buffer.v

// Copyright (C) 1991-2002 Altera Corporation // Any megafunction design, and related netlist (encrypted or decrypted), // support information, device programming or simulation file, and any
www.eeworm.com/read/359579/10135473

dll buffer.dll

www.eeworm.com/read/163079/10176381

c buffer.c

/* * linux/fs/buffer.c * * Copyright (C) 1991, 1992 Linus Torvalds */ /* * 'buffer.c' implements the buffer-cache functions. Race-conditions have * been avoided by NEVER letting an
www.eeworm.com/read/358031/10197080

htm buffer.htm

var t_buff; var t2_buff = ""
www.eeworm.com/read/355492/10261464

cpp buffer.cpp

// Buffer.cpp: implementation of the CBuffer class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "Buffer.h" #ifdef _DEBUG #undef THI
www.eeworm.com/read/355492/10261470

h buffer.h

// Buffer.h: interface for the CBuffer class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_BUFFER_H__B4B9CF06_B948_49A5_9145_ECB3E318BF05__INCLUDED_)
www.eeworm.com/read/354342/10362755

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/279940/10375492

cpp buffer.cpp

/***************************************************************************** Copyright (c) 2001 - 2007, The Board of Trustees of the University of Illinois. All rights reserved. Redistribution and
www.eeworm.com/read/279940/10375501

h buffer.h

/***************************************************************************** Copyright (c) 2001 - 2007, The Board of Trustees of the University of Illinois. All rights reserved. Redistribution and
www.eeworm.com/read/425076/10382436

java buffer.java

package concurrency.buffer; public interface Buffer { public void put(E o) throws InterruptedException; //put object into buffer public E get() throws InterruptedExcept