代码搜索:buffer
找到约 10,000 项符合「buffer」的源代码
代码结果 10,000
www.eeworm.com/read/141139/13036023
asm appendfile.asm
TITLE Appending to a File (AppendFile.asm)
; This program appends text to an existing file.
; Last update: 1/30/02
INCLUDE Irvine32.inc
.data
buffer BYTE "This text is app
www.eeworm.com/read/328068/13048067
h cmd.h
/*
Copyright (C) 1996-1997 Id Software, Inc.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free So
www.eeworm.com/read/140800/13061543
asm r8x8invdct.asm
/*******************************************************************************
Copyright(c) 2000 - 2002 Analog Devices. All Rights Reserved.
Developed by Joint Development Software Application Tea
www.eeworm.com/read/327441/13078053
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/140450/13079851
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/140374/13085015
h image.h
#ifndef _IMAGE_H_
#define _IMAGE_H_
/* $Id: image.h,v 1.3 2003/04/20 21:13:41 dfx Exp $ */
struct image
{
unsigned int x, y;
unsigned int bufsize;
unsigned char *buf;
};
/* Inits image struct an
www.eeworm.com/read/140255/13093973
c encode.c
/*
(c) Copyright 1998, 1999 - Tord Jansson
=======================================
This file is part of the BladeEnc MP3 Encoder, based on
ISO's reference code for MPEG Layer 3 compres
www.eeworm.com/read/140161/13102124
c brc.c
/*
Copyright 2002-2003 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
t
www.eeworm.com/read/140161/13103026
c ximport.c
/*
Copyright 2002-2003 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
t
www.eeworm.com/read/140161/13104650
bak regex.bak
/* Extended regular expression matching and search library,
version 0.12.
(Implements POSIX draft P10003.2/D11.2, except for
internationalization features.)
Copyright (C) 1993 Free S