代码搜索:buffer
找到约 10,000 项符合「buffer」的源代码
代码结果 10,000
www.eeworm.com/read/352932/3091558
java buffer.java
package jp.sourceforge.qrcode.codec.data;
import java.util.*;
//嵟嬤擖椡偝傟偨Object傪惂尷梕検傑偱曐帩偡傞Buffer丅
//堨傟偨僨乕僞偼攋婞偝傟傞丅
public class Buffer{
Vector elementData;
int capacity;
public Buffer(int
www.eeworm.com/read/351574/3106543
h buffer.h
/* crypto/buffer/buffer.h */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).
www.eeworm.com/read/351574/3106575
h buffer.h
/* crypto/buffer/buffer.h */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).
www.eeworm.com/read/351171/3110590
c buffer.c
/*
* linux/fs/buffer.c
*
* (C) 1991 Linus Torvalds
*/
/*
* 'buffer.c' implements the buffer-cache functions. Race-conditions have
* been avoided by NEVER letting a interrupt change a buffer (except f
www.eeworm.com/read/351043/3110811
h buffer.h
unsigned char far *double_buffer=NULL;
unsigned int buffer_height=SCREEN_HEIGHT;
unsigned int buffer_size=SCREEN_WIDTH*SCREEN_HEIGHT/2;
int Create_Double_Buffer(int num_lines)
{
if((double_buff
www.eeworm.com/read/265749/4281441
java buffer.java
/*
Copyright (C) 2002-2005 MySQL AB
This program is free software; you can redistribute it and/or modify
it under the terms of version 2 of the GNU General Public License as
published by the Fre
www.eeworm.com/read/258653/4352754
c buffer.c
#include "DMO_Filter.h"
#include "wine/winerror.h"
#include "wine/windef.h"
#include
#include
#include
struct _CMediaBuffer
{
IMediaBuffer_vt* vt;
DECLARE_IU
www.eeworm.com/read/255500/4374316
h buffer.h
//
// Buffer.h
//
// $Id: //poco/1.2/Foundation/include/Poco/Buffer.h#1 $
//
// Library: Foundation
// Package: Core
// Module: Buffer
//
// Definition of the Buffer class.
//
// Copyright (c) 2006,
www.eeworm.com/read/254016/4391239
java buffer.java
package guiComponentPackage;
public class Buffer {
double result=0.0,result1=0.0;
boolean isBegin=true,isNumber=true,isFirst=true;
int op;
StringBuffer resultBuffer;
}
www.eeworm.com/read/254016/4391245
java buffer.java
package guiComponentPackage;
public class Buffer {
double result=0.0,result1=0.0;
boolean isBegin=true,isNumber=true,isFirst=true;
int op;
StringBuffer resultBuffer;
}