代码搜索:buffer

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

代码结果 10,000
www.eeworm.com/read/257279/11935399

cpp buffer.cpp

#include #include #include // 功能:实现buffer.h中的各个缓冲类的函数 #include "buffer.h" #include "cbuffer.h" DOUBLE defaulterr = 1e-8; // 缺省的误差调整值 int doadjust = 1; /
www.eeworm.com/read/154633/11941389

c buffer.c

/* * Boa, an http server * Copyright (C) 1995 Paul Phillips * Copyright (C) 1999-2004 Jon Nelson * Copyright (C) 1999-2000 Larry Doolittle
www.eeworm.com/read/342841/11996263

cpp buffer.cpp

/* Copyright (c) 2008 TrueCrypt Foundation. All rights reserved. Governed by the TrueCrypt License 2.5 the full text of which is contained in the file License.txt included in TrueCrypt binary
www.eeworm.com/read/342841/11996267

h buffer.h

/* Copyright (c) 2008 TrueCrypt Foundation. All rights reserved. Governed by the TrueCrypt License 2.5 the full text of which is contained in the file License.txt included in TrueCrypt binary
www.eeworm.com/read/342301/12031332

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 (except f
www.eeworm.com/read/256040/12032452

h buffer.h

/*! \file buffer.h \brief Multipurpose byte buffer structure and methods. */ //***************************************************************************** // // File Name : 'buffer.h' // Title
www.eeworm.com/read/256040/12032462

c buffer.c

/*! \file buffer.c \brief Multipurpose byte buffer structure and methods. */ //***************************************************************************** // // File Name : 'buffer.c' // Title
www.eeworm.com/read/153254/12048218

h buffer.h

/** \file buffer.h * Global buffer for file I/O. * Supported data types: Raw buffer, FAT entries. */ #ifndef BUFFER_H #define BUFFER_H typedef unsigned char byte; /**< 8 bits, unsigned */ typedef
www.eeworm.com/read/153254/12048223

c buffer.c

/** \file buffer.c * Global buffer for file I/O. * Supported data types: Raw buffer, FAT entries. */ #include "buffer.h" /** File I/O buffer */ xdata DiskBlockType diskSect; /** Global Data Buf
www.eeworm.com/read/255766/12056920

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