代码搜索:buffer
找到约 10,000 项符合「buffer」的源代码
代码结果 10,000
www.eeworm.com/read/468463/6991085
1 arecord.1
.TH APLAY 1 "2 August 2001"
.SH NAME
arecord, aplay \- command-line sound recorder and player for ALSA
soundcard driver
.SH SYNOPSIS
\fBarecord\fP [\fIflags\fP] [filename]
.br
\fBaplay\fP [\fIflags\f
www.eeworm.com/read/467632/7006204
pas pdfinsert.pas
unit PDFInsert;
interface
uses CarrierFile, DataFile, Classes, MultiLang
{$IFDEF CLX}
,QForms
{$ELSE}
,Forms
{$ENDIF}
;
type
TPDFInsert = class(TCarrierFile)
pu
www.eeworm.com/read/467157/7019276
s bbu_uart.s
;
;*********************************************************************************
;
; COPYRIGHT (C) 2006-2007 Marvell International Ltd. All Rights Reserved.
;
; The information in this
www.eeworm.com/read/466933/7023766
cpp configfile.cpp
/*--------------------------------------------------------------------------*\
* ConfigFile class
*
* Input file consists of lines of text of the form
* name = value
* where 'name' is the
www.eeworm.com/read/466349/7034307
h hidsdi.h
/*++
Copyright (c) 1996 Microsoft Corporation
Module Name:
HIDSDI.H
Abstract:
This module contains the PUBLIC definitions for the
code that implements the HID dll.
En
www.eeworm.com/read/465804/7046332
c ioutilities.c
#include "main.h"
/*
==================================================
=============================
Author: Hammer, May 2002, For www.cprogramming.com/cboard/
File: ioUtilities.c
Contents
www.eeworm.com/read/465832/7047200
h hidsdi.h
/*++
Copyright (c) Microsoft Corporation. All rights reserved.
Module Name:
HIDSDI.H
Abstract:
This module contains the PUBLIC definitions for the
code that implements the
www.eeworm.com/read/180046/7072487
c fgrep.c
/*-----------------------------------------------------
Something important :
char *fgets(char *buffer,int buffer_size,FILE *stream);
fgets read chars from the stream, and then copy it t