代码搜索:Buffer
找到约 10,000 项符合「Buffer」的源代码
代码结果 10,000
www.eeworm.com/read/287262/8699248
c packethandle.c
//PacketHandle.c
#include"precomp.h"
/****************Variable Declaration(External)*******************/
int iCurSavedPacketNum=iDefSavedPacketNum;//current number of saved packet.
SavedPacket
www.eeworm.com/read/431202/8701139
java jwebcamplayer.java
/*
* JWebcamPlayer.java
*
* Created on March 21, 2005, 1:31 AM
*/
/**
*
* @author Alvaro Salmador (nx5) (naplam33 at msn.com)
*/
import java.applet.*;
import java.applet.AppletContext.*;
im
www.eeworm.com/read/431199/8701875
h lubyrack.h
// lubyrack.h - written and placed in the public domain by Wei Dai
#ifndef CRYPTOPP_LUBYRACK_H
#define CRYPTOPP_LUBYRACK_H
/** \file */
#include "simple.h"
#include "secblock.h"
NAMESPACE_BEGIN(Cr
www.eeworm.com/read/287213/8706031
wzd readme.wzd
/////////////////////////////////////////////////////////////////////
// Modify any class...
/////////////////////////////////////////////////////////////////////
// 1) this creates a CMemFile cl
www.eeworm.com/read/431167/8706337
c acpixtract.c
/******************************************************************************
*
* Module Name: acpixtract - convert ascii ACPI tables to binary
* $Revision: 1.7 $
*
**************
www.eeworm.com/read/431153/8707770
readme
---------------------------------------
C-tree -- The construction of buffered Steiner trees for
Difficult Instances
Author : Charles J. Alpert (IBM Austin Research Laboratory)
C.
www.eeworm.com/read/287159/8715754
cpp bluetoothclient.cpp
// System include
#include
// User include
#include "BluetoothClient.h"
#include "BluetoothDefinitions.h"
#include "BluetoothObserver.h"
/**
* Constructor.
*
* Private - mu
www.eeworm.com/read/386806/8726164
c rock.c
/*
* linux/fs/isofs/rock.c
*
* (C) 1992 Eric Youngdale
*
* Rock Ridge Extensions to iso9660
*/
#include
#include
#include
#include
www.eeworm.com/read/386630/8734381
bas modapiwindows.bas
Attribute VB_Name = "ModAPIWindows"
Declare Function EnumWindows Lib "user32.dll" (ByVal lpEnumFunc As Long, ByVal lParam As Long) As Long
Declare Function GetWindowTextLength Lib "user32.dll" Alias
www.eeworm.com/read/286953/8735565
c setbuf.c
#include
#include
#include
void main(void)
{
char buffer[512];
int letter;
setbuf(stdout, buffer);
puts("First line of output");
puts("Secon