代码搜索:reader

找到约 10,000 项符合「reader」的源代码

代码结果 10,000
www.eeworm.com/read/436253/7254348

ͼ

#include #include #include #include const int Maxr=100; //最多读者数 const int Maxb=100; //最多图书数 const int Maxbor=5; //每位读者最多借五本书 class Reader //
www.eeworm.com/read/436253/7254368

ͼ

#include #include #include #include const int Maxr=100; //最多读者数 const int Maxb=100; //最多图书数 const int Maxbor=5; //每位读者最多借五本书 class Reader //
www.eeworm.com/read/145142/12749707

txt 71615091.txt

#include #include #include #include const int Maxr=30;//最大读者数 const int Maxb=100;//书库最大存书 const int Maxbor=2;//读者最大借书2本 class Reader { friend clas
www.eeworm.com/read/330815/12867228

h d12_operation.h

/* ELEC254 Group32 USB SD Card Reader */ #ifndef __D12_Operation_h__ #define __D12_Operation_h__ #include #define U8 unsigned char #define U16 unsigned int #define U32 unsigned
www.eeworm.com/read/330815/12867239

h usb.h

/* ELEC254 Group32 USB SD Card Reader */ #ifndef __USB_H__ #define __USB_H__ #include "USB_Descriptor.h" #include "D12_Operation.h" void Send_Descriptor(void); U8 Get_Status(U8 *SetupPkt
www.eeworm.com/read/155339/11884112

txt library.txt

#include #include #include #include const int Maxr=30;//最大读者数 const int Maxb=100;//书库最大存书 const int Maxbor=2;//读者最大借书2本 class Reader { friend clas
www.eeworm.com/read/252896/12257029

makefile

TARGET = PMFTEST OBJS = pmfplayer.o decoder.o reader.o video.o audio.o main.o common/callbacks.o INCDIR = CFLAGS = -O2 -G0 -Wall CXXFLAGS = $(CFLAGS) -fno-exceptions -fno-rtti ASFLAGS = $(CF
www.eeworm.com/read/126112/14445202

makefile

# Makefile for make! LD= j:\lcc\lcclnk\lcclnk CFLAGS= -DNDEBUG -O OBJS= check.obj input.obj macro.obj main.obj make.obj reader.obj rules.obj SRC= $(OBJS;.obj=.c) H= h.h all: make.exe
www.eeworm.com/read/222567/14685781

cnt software usage.cnt

:Base Software usage.hlp>main :Title S6 Reader Utility Programm Help 1 General 2 General=O140>Main 2 Installing the software=O143>Main 2 Ini File=O147>Main 1 Starting the software=O144>Main 1 M
www.eeworm.com/read/116202/14982964

txt 71615091.txt

#include #include #include #include const int Maxr=30;//最大读者数 const int Maxb=100;//书库最大存书 const int Maxbor=2;//读者最大借书2本 class Reader { friend clas