代码搜索:buffer
找到约 10,000 项符合「buffer」的源代码
代码结果 10,000
www.eeworm.com/read/201843/15394471
c example2.c
// Example2.c -- A program showing how to use ADVDRVR with ATAPI devices.
#if 0
Some simple instructions for those of you that would like to
compile my driver code and try it.
1)
www.eeworm.com/read/200926/15420034
c mp3dec.c
/* MPEG AUDIO LAYER 3 DECODER */
/* Bjorn Wesen 1997 */
/*#define USE_DATA */
#undef ROCKFORD
#ifndef DSP
#define DECVERBOSE
#endif
#include "mp3dec.h"
#ifdef DSPSIMUL
#in
www.eeworm.com/read/200724/15426490
h uart.h
/*! \file uart.h \brief UART driver with buffer support. */
//*****************************************************************************
//
// File Name : 'uart.h'
// Title : UART driver with
www.eeworm.com/read/200724/15426971
h bitbuf.h
/*! \file bitbuf.h \brief Multipurpose bit buffer structure and methods. */
//*****************************************************************************
//
// File Name : 'bitbuf.c'
// Title :
www.eeworm.com/read/200640/15428286
c mp3dec.c
/* MPEG AUDIO LAYER 3 DECODER */
/* Bjorn Wesen 1997 */
/*#define USE_DATA */
#undef ROCKFORD
#ifndef DSP
#define DECVERBOSE
#endif
#include "mp3dec.h"
#ifdef DSPSIMUL
#in
www.eeworm.com/read/113598/15452491
g interrup.g
Interrupt List, part 7 of 18
Copyright (c) 1989,1990,1991,1992,1993,1994,1995,1996,1997,1998,1999 Ralf Brown
--------D-214400-----------------------------
INT 21 - DOS 2+ - IOCTL - GET DEVICE INFOR
www.eeworm.com/read/113097/15470272
h mem.h
/*
Copyright (C) 2001 Jesper Hansen .
This file is part of the yampp system.
This program is free software; you can redistribute it and/or
modify it under the term
www.eeworm.com/read/113093/15470306
h mem.h
/*
Copyright (C) 2001 Jesper Hansen .
This file is part of the yampp system.
This program is free software; you can redistribute it and/or
modify it under the term
www.eeworm.com/read/113029/15472168
cpp fig12_06.cpp
// Fig. 12.6: fig12_06.cpp
// Inputting characters using cin member function getline.
#include
using std::cout;
using std::cin;
using std::endl;
int main()
{
const int SIZE
www.eeworm.com/read/113029/15472179
cpp fig12_07.cpp
// Fig. 12.7: fig12_07.cpp
// Unformatted I/O using read, gcount and write.
#include
using std::cout;
using std::cin;
using std::endl;
int main()
{
const int SIZE = 80;