代码搜索:Buffer
找到约 10,000 项符合「Buffer」的源代码
代码结果 10,000
www.eeworm.com/read/448648/7528185
c buffer.c
/*
* Buffering of output and input.
* Copyright (C) 1998 Kunihiro Ishiguro
*
* This file is part of GNU Zebra.
*
* GNU Zebra is free software; you can redistribute it and/or modify
* it under
www.eeworm.com/read/448648/7528212
o buffer.o
www.eeworm.com/read/448525/7532139
vhd buffer.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity data_buffer is
port(
wen: in std_logic;
oen: in std_logic;
raddress: in std_logic_vector(7 downto 0);
w
www.eeworm.com/read/446749/7567220
class buffer.class
www.eeworm.com/read/446749/7567221
java buffer.java
public class Buffer
{
private int value;
private boolean isEmpty=true;
public synchronized void put(int i)
{
while(!isEmpty)
{
try
{
this.wait();
}
ca
www.eeworm.com/read/446227/7583666
h buffer.h
#ifndef BUFFER_H
#define BUFFER_H
extern unsigned char TFile[48][12];
typedef unsigned char byte;
typedef unsigned short int word;
typedef unsigned long u_32;
union DirRec
www.eeworm.com/read/446227/7583668
c buffer.c
#include "buffer.h"
DiskBlockType diskSect;
unsigned char *dataBufPtr;
addressType sectorAddress;
unsigned char TFile[48][12];
union Tempo {
unsigned char c;
unsigned int i;
www.eeworm.com/read/446227/7583677
o buffer.o
www.eeworm.com/read/446166/7584787
dll buffer.dll
www.eeworm.com/read/446156/7584999
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