代码搜索:Buffer
找到约 10,000 项符合「Buffer」的源代码
代码结果 10,000
www.eeworm.com/read/286828/8740493
c netutil.c
#include
#include
#include
#include
#include
#include
#include "netutil.h"
#include "net.h"
#include "ether.h"
#define CFGDELI
www.eeworm.com/read/430500/8741234
c exit.c
#include
#include
int main()
{
printf("Using exit...\n");
printf("This is the content in buffer");
exit(0);
}
www.eeworm.com/read/430500/8741247
c _exit.c
#include
#include
int main()
{
printf("Using _exit...\n");
printf("This is the content in buffer");
_exit(0);
}
www.eeworm.com/read/286776/8743698
txt 列表5.16.txt
【列表5.16】读一个进程的cmdline 文件。
{
ProcReadFile reads the contents of the specified file
for the passed process id, and returns the contents in the
supplied buffer. On entry, length contains the
www.eeworm.com/read/286738/8746122
c rtsp_full_msg_rcvd.c
/* *
* $Id: RTSP_full_msg_rcvd.c 160 2005-05-31 10:36:16Z federico $
*
* This file is part of Fenice
*
* Fenice -- Open Media Server
*
* Copyright (C) 2004 by
*
* - Giampaolo Mancin
www.eeworm.com/read/286738/8746155
c rtsp_msg_len.c
/* *
* $Id: RTSP_msg_len.c 176 2005-06-28 14:47:59Z shawill $
*
* This file is part of Fenice
*
* Fenice -- Open Media Server
*
* Copyright (C) 2004 by
*
* - Giampaolo Mancini
www.eeworm.com/read/286738/8746616
c omsbuff_ref.c
/* *
* $Id: OMSbuff_ref.c 133 2005-05-09 17:35:14Z federico $
*
* This file is part of Fenice
*
* Fenice -- Open Media Server
*
* Copyright (C) 2004 by
*
* - Giampaolo Mancini
www.eeworm.com/read/286585/8757906
c 51time.c
#include
#include
#define unit unsigned int
#define uchar unsigned char
/*定义字型字位口*/
#define DIGPORT XBYTE[0X8000]
#define WORDPORT XBYTE[0x4000]
/*定义P1口各管脚*/
sbit K0=P
www.eeworm.com/read/286547/8759982
c sh205.c
#include
#include
#define unit unsigned int
#define uchar unsigned char
/*定义字型字位口*/
#define DIGPORT XBYTE [0x8000]
#define WORDPORT XBYTE [0x4000]
/*定义P1口各管脚*/
sbit
www.eeworm.com/read/430197/8762213
pas unitprocesses.pas
unit UnitProcesses;
interface
uses
ShareMem,
Windows,
Messages,
SysUtils,
Variants,
Classes,
Graphics,
Controls,
Forms,
Dialogs,
Sockets,
StdCtrls,
ComCtrl