代码搜索:Reader
找到约 10,000 项符合「Reader」的源代码
代码结果 10,000
www.eeworm.com/read/101082/6241738
c reader.c
#ifndef lint
static char *sccsid = "@(#)reader.c 1.6 (ULTRIX) 3/14/86";
#endif lint
# include "mfile2"
/************************************************************************
* *
* Cop
www.eeworm.com/read/101082/6248985
c reader.c
#ifndef lint
static char *sccsid = " @(#)reader.c 1.2 (ULTRIX) 1/16/86";
#endif lint
/************************************************************************
* *
* Copyright (c) 1986 by
www.eeworm.com/read/100926/6263202
cpp reader.cpp
// reader.cpp,v 4.4 1999/06/07 07:45:56 schmidt Exp
#include "ace/OS.h"
#include "ace/DEV_Addr.h"
#include "ace/DEV_Connector.h"
#include "ace/DEV_IO.h"
#include "ace/TTY_IO.h"
ACE_RCSID(rea
www.eeworm.com/read/100926/6263203
dsp reader.dsp
# Microsoft Developer Studio Project File - Name="Examples IPC_SAP DEV_SAP reader" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
#
www.eeworm.com/read/100926/6263204
dsw reader.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/223932/6357917
class reader.class
www.eeworm.com/read/492544/6415354
h reader.h
#ifndef _reader_h_
#define _reader_h_
#include
const int Maxbor=5;
class Reader
{
public:
reader();
int retbook(int bookid);
void list();
void borrowbook(int bookid);
www.eeworm.com/read/492544/6415357
cpp reader.cpp
// reader.cpp: implementation of the reader class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include
#include "reader.h"
#inclu
www.eeworm.com/read/492544/6415358