代码搜索:Buffer
找到约 10,000 项符合「Buffer」的源代码
代码结果 10,000
www.eeworm.com/read/432858/8567404
c clientudp.c
/****************udpclient.c********************/
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/188137/8568667
c write-read.c
#include "vxworks.h"
#include "stdio.h"
#define MSG "hello,Y.Q.L"
void mytest()
{
int size;
char *buffer;
//buffer=(char *)malloc(100);
//printf("input buffer\n");
scanf("%s",buffer)
www.eeworm.com/read/388791/8574601
cpp registryhelper.cpp
//---------------------------------------------------------------------------
// Pixelworks Inc. Company Confidential Strictly Private
//
// $Archive: /SwTools/FlashUpgrader/RegistryHelper.cpp $
/
www.eeworm.com/read/432730/8580083
cpp jpegfile.cpp
////////////////////////////////////////////////////////////
// JpegFile - A C++ class to allow reading and writing of
// RGB and Grayscale JPEG images.
// It is based on the IJG V.6 code.
//
//
www.eeworm.com/read/289073/8581388
cpp jpeg.cpp
//
//
///////////////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include
#include "Jpeg.h"
#ifdef __cplusplus
extern "C" {
#endif // __
www.eeworm.com/read/388694/8582909
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/187937/8589056
cpp server.cpp
// server.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include "Winsock2.h"
#include "stdio.h"
int main(int argc, char* argv[])
{
SOCKET socketid;
www.eeworm.com/read/187931/8589132
java dbindex.java
package neustore.base;
import java.io.ByteArrayOutputStream;
import java.io.DataOutputStream;
import java.io.File;
import java.io.IOException;
import java.io.RandomAccessFile;
import neustor
www.eeworm.com/read/187931/8589169
java heapfile.java
package neustore.heapfile;
import java.io.IOException;
import neustore.base.DBBuffer;
import neustore.base.DBBufferReturnElement;
import neustore.base.DBIndex;
import neustore.base.ByteArray;
import
www.eeworm.com/read/288975/8589404
c putils.c
/* Copyright (c) 1994 Burra Gopal, Udi Manber. All Rights Reserved. */
#include "agrep.h"
int
is_complex_boolean(buffer, len)
CHAR *buffer;
int len;
{
int i = 0;
CHAR cur = '\0';