代码搜索:Reader
找到约 10,000 项符合「Reader」的源代码
代码结果 10,000
www.eeworm.com/read/443731/7624697
c reader.c
/****************************************************************************
*
* File: READER.C
www.eeworm.com/read/440333/7690477
obj reader.obj
www.eeworm.com/read/440333/7690478
lst reader.lst
C51 COMPILER V8.12 READER 03/07/2009 23:13:12 PAGE 1
C51 COMPILER V8.12, COMPILATION OF MODULE READER
OBJECT MODULE PLACED IN
www.eeworm.com/read/440333/7690480
plg reader.plg
礦ision3 Build Log
Project:
F:\电子技术\单片机\PROJECT\Reader\Reader.uv2
Project File Date: 03/07/2009
Output:
www.eeworm.com/read/440333/7690482
c reader.c
#include
#include
sfr16 RCAP2LH = 0xCA;
sfr16 T2LH = 0xCC;
#define TRUE 1
#define FALSE 0
#define SUCCESS 1
#define FAILURE 0
//
www.eeworm.com/read/440333/7690484
opt reader.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/440028/7695608
h reader.h
#include "Book.h"
const int MRN=104;
static int RN=1;//静态读者编号
const int MBor=5;//每次最大借阅量
const int MDes=5;//最多预定图书数目
class Book;
class Reader
{
private:
//读者存储结构
Book B;
int bAdd