代码搜索:Buffer

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

代码结果 10,000
www.eeworm.com/read/432039/8636446

c exit.c

#include #include int main() { printf("Using exit...\n"); printf("This is the content in buffer"); exit(0); }
www.eeworm.com/read/432039/8636467

c _exit.c

#include #include int main() { printf("Using _exit...\n"); printf("This is the content in buffer"); _exit(0); }
www.eeworm.com/read/187478/8636879

h tvsimbuf.h

/* COPYRIGHT NOTICE This material was developed by Christos Faloutsos and King-Ip Lin at the University of Maryland, College Park, Department of Computer Science. Permission is
www.eeworm.com/read/432029/8637042

h avstring.h

/* * Copyright (c) 2007 Mans Rullgard * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public *
www.eeworm.com/read/388044/8640300

c sm1.c

/** ################################################################### ** THIS BEAN MODULE IS GENERATED BY THE TOOL. DO NOT MODIFY IT. ** Filename : SM1.C ** Project : Project **
www.eeworm.com/read/388044/8640314

h sm1.h

/** ################################################################### ** THIS BEAN MODULE IS GENERATED BY THE TOOL. DO NOT MODIFY IT. ** Filename : SM1.H ** Project : Project **
www.eeworm.com/read/288262/8645802

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/387891/8647799

c http.c

/* * HTTP protocol for ffmpeg client * Copyright (c) 2000, 2001 Fabrice Bellard. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser Ge
www.eeworm.com/read/387891/8648367

c ra288.c

/* * RealAudio 2.0 (28.8K) * Copyright (c) 2003 the ffmpeg project * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public
www.eeworm.com/read/288178/8648977

cpp string.cpp

#include "StdAfx.h" #include "String.h" CString Data2HexString ( char *data, int size, int nBytesPerLine/*=16*/ ) { CString csHexString, csTemp; for ( int i=0; i