代码搜索:buffer
找到约 10,000 项符合「buffer」的源代码
代码结果 10,000
www.eeworm.com/read/288721/4005545
java buffer.java
/*
* Copyright 2002-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License
www.eeworm.com/read/288095/4010435
h buffer.h
///////////////////////////////////////////////////////////////////////////////
// Name: wx/buffer.h
// Purpose: auto buffer classes: buffers which automatically free memory
// Author:
www.eeworm.com/read/283334/4081351
py buffer.py
"""Buffer class."""
__author__ = "Patrick K. O'Brien "
__cvsid__ = "$Id: buffer.py,v 1.5 2004/02/13 02:47:58 PKO Exp $"
__revision__ = "$Revision: 1.5 $"[11:-2]
from inter
www.eeworm.com/read/278320/4146460
h buffer.h
/* buffer.h
Definitions for the object management API protocol buffering... */
/*
* Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 1996-2003 by Internet Softwar
www.eeworm.com/read/278147/4147511
java buffer.java
/*
* Copyright 2002-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
*
www.eeworm.com/read/276987/4159537
h buffer.h
#ifndef __BUFFER_H__
#define __BUFFER_H__
#include "Main.h"
#define BUFFER_SIZE 512
extern unsigned Buf_WordsUsed;
void Buf_Init(void);
unsigned Buf_GetWords(void);
int Buf_Put(u32 *da
www.eeworm.com/read/276987/4159540
c buffer.c
#include "Buffer.h"
static u32 Buffer[BUFFER_SIZE], *BufHead, *BufTail;
static unsigned BufUsed;
unsigned Buf_WordsUsed;
void Buf_Init(void)
{
BufUsed = 0;
BufHead = BufTail = Buffer + BU
www.eeworm.com/read/276184/4167430
h buffer.h
//this file is part of notepad++
//Copyright (C)2003 Don HO ( donho@altern.org )
//
//This program is free software; you can redistribute it and/or
//modify it under the terms of the GNU General P
www.eeworm.com/read/274764/4182660
java buffer.java
/*
* Buffer.java - jEdit buffer
* :tabSize=8:indentSize=8:noTabs=false:
* :folding=explicit:collapseFolds=1:
*
* Copyright (C) 1998, 2003 Slava Pestov
* Portions copyright (C) 1999, 2000 mike di
www.eeworm.com/read/270033/4242060
java buffer.java
/****************************************************************************
* Package : com.ecSolutions.ecAppServer.server
* File : Buffer.java
* Create Date : 2007-7-20
* Author : Stev