代码搜索:buffer
找到约 10,000 项符合「buffer」的源代码
代码结果 10,000
www.eeworm.com/read/151717/12179263
c namelookup.c
/*++
Copyright (c) 1989-1999 Microsoft Corporation
Module Name:
namelookup.c
Abstract:
Header file which contains the definitions that may be
shared with the file spy kernel
www.eeworm.com/read/253866/12181510
cpp list1716.cpp
//Listing 17.16 Opening Files for Read and Write
#include
#include
using namespace std;
int main()
{
char fileName[80];
char buffer[255]; // for user input
c
www.eeworm.com/read/339821/12202472
h uart.h
/*! \file uart.h \brief UART driver with buffer support. */
//*****************************************************************************
//
// File Name : 'uart.h'
// Title : UART driver with
www.eeworm.com/read/150781/12261986
cpp fileexistsdlg.cpp
// FileZilla - a Windows ftp client
// Copyright (C) 2002-2004 - Tim Kosse
// This program is free software; you can redistribute it and/or
// modify it under the terms of th
www.eeworm.com/read/252809/12262090
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/150576/12285442
h g711.h
/**
@file
@brief Implementation of ITU-T (formerly CCITT) Recomendation %G711
For latest source code see http://www.tixy.clara.net/source/
Copyright (C) 2004 J.D.Medhurst (a.k.a. Tixy)
Th
www.eeworm.com/read/150496/12289591
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/252180/12295621
c jcinit.c
/*
* jcinit.c
*
* Copyright (C) 1991-1997, Thomas G. Lane.
* This file is part of the Independent JPEG Group's software.
* For conditions of distribution and use, see the accompanying README file
www.eeworm.com/read/150340/12297769
c ext.c
/*
* 68K/386 32-bit C compiler.
*
* copyright (c) 1997, David Lindauer
*
* This compiler is intended for educational use. It may not be used
* for profit without the express written cons
www.eeworm.com/read/150131/12310419
cpp usb_demo.cpp
/////////////////////////////////////////////////////////////////////////////
// USB_Demo.cpp
//
// Main source for Mirror example application.
//
// Author: Jon Moore, Marian Ilecko
//
// Revi