代码搜索:buffer

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

代码结果 10,000
www.eeworm.com/read/228646/6286283

cpp dwt.cpp

#include "stdafx.h" #include "Dwt.h" #include "math.h" #ifdef _DEBUG #undef THIS_FILE static char THIS_FILE[]=__FILE__; #define new DEBUG_NEW #endif ///////////////////////////////////////
www.eeworm.com/read/148294/6322562

h scanner.h

#ifndef _SCANNER_H #define _SCANNER_H #include /* bool type * --------- * A true boolean type is a little detail sorely missed in C. Here's a * handy typedef for a simple enum version
www.eeworm.com/read/203323/6334057

c udp_echo_dh.c

/******************************************************************************* udp_echo_dh.c Z-World, 2002 A UDP example, that receives packets from any host on UDP port
www.eeworm.com/read/285945/6342107

h dsutil.h

/*========================================================================== * * Copyright (C) 1995 Microsoft Corporation. All Rights Reserved. * * File: dsutil.cpp * Content: Ro
www.eeworm.com/read/327092/6347794

html 546-548.html

Special Edition Using Linux, Fourth Edition:Using the emacs Editor
www.eeworm.com/read/493822/6391297

h uart.h

/*! \file uart.h \brief UART driver with buffer support. */ //***************************************************************************** // // File Name : 'uart.h' // Title : UART driver with
www.eeworm.com/read/493401/6402322

h sysdep.h

// sysdep.h // System-dependent interface. Nachos uses the routines defined // here, rather than directly calling the UNIX library functions, to // simplify porting between versions of UNIX, and eve
www.eeworm.com/read/492697/6419787

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/492699/6420027

h lexicalanalyzer.h

class LexicalAnalyzer { public: void setFilename(string filename); /* to initiate the ifstream "input", and the special node "noT" which means no token. */ LexicalAnalyzer()
www.eeworm.com/read/492402/6422348

cs serialport.cs

// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================ ** ** Class: SerialPort ** ** Purpo