代码搜索:reader
找到约 10,000 项符合「reader」的源代码
代码结果 10,000
www.eeworm.com/read/175189/9555801
cpp process.cpp
#include "windows.h"
#include
#include
#include
#include
#include
#include
#define READER 'R' //读者
#define WRITER 'W'
www.eeworm.com/read/366330/9820959
cpp noname01.cpp
#include
#include
#include
#include
const int Maxr=100;
const int Maxb=100;
const int Maxbor=5;
class reader{
int tag;
int no;
char name[
www.eeworm.com/read/167847/9950099
c bw_pipe.c
/* include bw_pipe1 */
#include "unpipc.h"
void reader(int, int, int);
void writer(int, int);
void *buf;
int totalnbytes, xfersize;
int
main(int argc, char **argv)
{
int i, nloop, contpipe[2], d