代码搜索:Buffer

找到约 10,000 项符合「Buffer」的源代码

代码结果 10,000
www.eeworm.com/read/431395/8683505

cpp copyfile.cpp

BOOL CFileDemoView::CopyFile( const char *lpSrcFilename, const char *lpDestFilename, int nBuffersize ) { CFile Out, In; int nFilesize; char *lpBuffer; // Attempt to open the input file.
www.eeworm.com/read/431379/8684940

h comm.h

#ifndef COMM_ #define COMM_ #define TransReady_ 0x0040 /*The transmit reg. empty*/ #define HoldRegEmpty_ 0x0020 /*The transmit hold reg. empty*/ #define Star
www.eeworm.com/read/387376/8688615

cpp jpeg.cpp

// Jpeg.cpp: implementation of the CJpeg class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include #include "Jpeg.h" #ifdef __
www.eeworm.com/read/387376/8689403

cpp jpeg.cpp

// Jpeg.cpp: implementation of the CJpeg class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include #include "Jpeg.h" #ifdef __
www.eeworm.com/read/431298/8689946

c vulnerable.c

#include #include #include #define BUFFER_SIZE 1024 #define NAME_SIZE 2048 int handling(int c) { char buffer[BUFFER_SIZE], name[NAME_SIZE]; int byte
www.eeworm.com/read/431298/8690079

c 1(1).c

#include #include #define BUFFERSIZE 1024 /*允许处理的最长行有1024个字符*/ int main() { int a,b,sum; /*将输入的两个数分别存储在变量a和b中,sum=a+b*/ char buffer[BUFFERSIZE]; printf("*********
www.eeworm.com/read/431298/8690082

c 1(3).c

#include #include #define BUFFERSIZE 1024 /*允许处理的最长行有1024个字符*/ int main() { unsigned short a,b,sum; /*将输入的两个数分别存储在变量a和b中,sum=a+b*/ char buffer[BUFFERSIZE]; printf
www.eeworm.com/read/431298/8690096

c 1(2).c

#include #include #define BUFFERSIZE 1024 /*允许处理的最长行有1024个字符*/ int main() { unsigned short a,b,sum; /*将输入的两个数分别存储在变量a和b中,sum=a+b*/ char buffer[BUFFERSIZE]; printf
www.eeworm.com/read/431223/8699191

c pfwstdio.c

//--------------------------------------------------------------------------- // Pflow for Windows: Redefinition in C of several stdio.h routines // and variables, and redefinitio
www.eeworm.com/read/287262/8699210

h packethandle.h

#ifndef _PacketHandle_H_ #define _PacketHandle_H_ /****************Type Defination************************/ //Packet Data. typedef struct tagSavedPacketData{ // struct tagSavePacketData *prev