代码搜索:Buffer
找到约 10,000 项符合「Buffer」的源代码
代码结果 10,000
www.eeworm.com/read/454634/7386304
h buffer.h
/****************************************************************************
Copyright (C) Cambridge Silicon Radio Limited 2006-2009
Part of BlueLab 4.1-Release
DESCRIPTION
Interface definitio
www.eeworm.com/read/454634/7386310
c buffer.c
/****************************************************************************
Copyright (C) Cambridge Silicon Radio Limited 2006-2009
Part of BlueLab 4.1-Release
DESCRIPTION
Implementation for
www.eeworm.com/read/454634/7386318
o buffer.o
www.eeworm.com/read/454275/7395353
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/451528/7462587
cpp buffer.cpp
// Buffer.cpp
//
// Copyright (C) Symbian Software Ltd 2000-2005. All rights reserved.
// Examples to demonstrate the basic ideas of
// buffer descriptors.
#include "CommonFramework.h"
//
www.eeworm.com/read/449433/7505256
h buffer.h
#pragma once
#include
#include
#include
#define BUFFER_GROUP_LENGTH 4096
class CBuffer
{
public:
CBuffer() : m_nSize(BUFFER_GROUP_LENGTH) // Initial s
www.eeworm.com/read/449189/7516975
class buffer.class
www.eeworm.com/read/449189/7516976
java buffer.java
//【例7.6】 发送线程与接收线程。
public class Buffer //缓冲区
{
private int value; //共享变量
public void put(int i)
{
value = i;
}
public int get(
www.eeworm.com/read/448648/7528154
po buffer.po
buffer.o: buffer.c zebra.h ../config.h \
/opt/eldk/eldk_3.1.1/ppc_8xx/usr/include/unistd.h \
/opt/eldk/eldk_3.1.1/ppc_8xx/usr/include/features.h \
/opt/eldk/eldk_3.1.1/ppc_8xx/usr/include/sys/cd
www.eeworm.com/read/448648/7528179
h buffer.h
/*
* Buffering to 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