代码搜索:Reader
找到约 10,000 项符合「Reader」的源代码
代码结果 10,000
www.eeworm.com/read/384579/8858706
gif reader.gif
www.eeworm.com/read/284995/8879121
cpp reader.cpp
#include "windows.h"
#include
#include
#include
#include
#include
#include
#define READER 'R'
#define WRITER 'W'
#def
www.eeworm.com/read/427313/8951931
c reader.c
/* Input parser for bison
Copyright (C) 1984, 1986, 1989, 1992, 1998 Free Software Foundation, Inc.
This file is part of Bison, the GNU Compiler Compiler.
Bison is free software; you can redistri
www.eeworm.com/read/383343/8953937
h reader.h
// Reader.h: interface for the CReader class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_READER_H__8805C172_444E_4E27_80F2_6993714F3697__INCLUDED_)
www.eeworm.com/read/383343/8954018
cpp reader.cpp
// Reader.cpp: implementation of the CReader class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
//#include "cos.h"
#include "Reader.h"
#if
www.eeworm.com/read/282295/9103305
f reader.f
www.eeworm.com/read/378931/9212370
xls reader.xls
www.eeworm.com/read/181299/9260271
h reader.h
#ifndef READER_H
#define READER_H
#include
const int Maxbor=5;
//定义一个读者类
class reader
{
private:
int no;//读者编号
char name[20];//读者姓名
int borbook[Maxbor];//所借书籍
int tag;//
www.eeworm.com/read/181299/9260277
cpp reader.cpp
//定义读者类的函数成员
#include
#include
#include
#include "reader.h"
//添加读者
void reader::addreader(int n,char* na)
{
no=n;
strcpy(name,na);
for(int i=0;i
www.eeworm.com/read/377227/9286870