代码搜索:buffer
找到约 10,000 项符合「buffer」的源代码
代码结果 10,000
www.eeworm.com/read/225655/14527227
h strbuf.h
#ifndef __DR1STRBUF__H
#define __DR1STRBUF__H
#include
#include
#include
#include
#ifndef min
#define min(x,y) ((x)
www.eeworm.com/read/124864/14532478
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/124847/14533467
c example1.c
// Example1.c -- Some ATA command examples
#if 0
Some simple instructions for those of you that would like to
compile my driver code and try it.
1) I've always used Borland C (or
www.eeworm.com/read/225447/14540689
c ncdebug.c
/******************************************************************************
Copyright (C) 2004, NetChip Technology, Inc. (http://www.netchip.com)
THIS CODE AND INFORMATION IS PROVIDED "AS IS
www.eeworm.com/read/124506/14564438
h compress.h
/**************************************************************
;* *
;* INSTUTITE FOR INFORMATION INDUSTRY *
;*
www.eeworm.com/read/224827/14566883
asm strstack.asm
; STRSTACK.ASM
; (c) 1989, 1990 Ashok P. Nadkarni
;
; Functions to implement the string stack object for CMDEDIT. Small Model only.
;
INCLUDE common.inc
INCLUDE general.inc
STRSTACK_ASM EQU
www.eeworm.com/read/224827/14566886
asm cmdedit.asm
;
; CMDEDIT.ASM
;(c) 1989, 1990 PC Magazine and Ashok P. Nadkarni
;
SIGNATURE1 equ
SIGNATURE2 equ
SIGNATURE3 equ
www.eeworm.com/read/224780/14567684
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/124215/14589371
asm exampleasm.asm
*****************************************************************
* Filename: ExampleASM.asm *
* Function: Demonstrates usage of the SW UART *
* Author: Robert J. DeNardo *
* Texas
www.eeworm.com/read/224205/14602178
cpp unit1.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "Unit1.h"
//------------------------------------------------------------