代码搜索:reader
找到约 10,000 项符合「reader」的源代码
代码结果 10,000
www.eeworm.com/read/174358/9591677
h reader.h
#include
#include
#include
#include //输入/输出文件流类
#define Maxr 100 //最多的读者
#define Maxb 100 //最多的图书
#define Maxbor 5 //每位读者最多借五本书
cl
www.eeworm.com/read/370385/9602792
gif reader.gif
www.eeworm.com/read/172911/9682759
c reader.c
/* Input parser for bison
Copyright (C) 1984, 1986, 1989, 1992 Free Software Foundation, Inc.
This file is part of Bison, the GNU Compiler Compiler.
Bison is free software; you can redistribute i
www.eeworm.com/read/172209/9719588
sbr reader.sbr
www.eeworm.com/read/172209/9719610
obj reader.obj
www.eeworm.com/read/172209/9719621
c reader.c
/*-----------------------------------------------------------------------------
This is a part of the Microsoft Source Code Samples.
Copyright (C) 1995 Microsoft Corporation.
All rig
www.eeworm.com/read/270159/11046484
sys reader.sys
www.eeworm.com/read/269573/11091563
h reader.h
#if !defined(__READER_H_INCLUDED)
#define __READER_H_INCLUDED
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "helper.h"
#define SCAN_BUFFER_SIZE 512
///////////////
www.eeworm.com/read/269573/11091572
cpp reader.cpp
#include
#include "maplay.h"
#include "mahelper.h"
#include "reader.h"
CReader::CReader()
{
m_hFile = INVALID_HANDLE_VALUE;
}
CReader::~CReader()
{
if (m_hFile != INVALID_H
www.eeworm.com/read/411683/11232708
c reader.c
#include "sharemem.h"
int main()
{
int semid, shmid;
char *shmaddr;
if ((shmid = createshm(".", 'm', SHM_SIZE)) == -1)
{
exit (1);
}
if((shmaddr = shmat (shmid, (char *)0, 0))