代码搜索:Reader
找到约 10,000 项符合「Reader」的源代码
代码结果 10,000
www.eeworm.com/read/410256/11295413
bas reader.bas
Attribute VB_Name = "Reader_Generic_Functions"
Option Explicit
Global ComCrw As String
Global ReaderRate As Long
Global result As String
Global ret As Long
Global fd As Long
Public Resp As Stri
www.eeworm.com/read/264473/11311983
c reader.c
/********** reader.c ***********/
#include
#include
#include
#include
#include
#include
char shm_fn[] = "my_s
www.eeworm.com/read/408749/11370798
cpp reader.cpp
// This test driver program reads an encoded record from a file
// and decodes it and displays the results..
#include
#include
#include "NBAP-Constants.h"
#include "NBAP-C
www.eeworm.com/read/262794/11390305
c reader.c
//1输入读者信息
void ReaderManage(ReadFile &rf)
{
int i;
char yn='y';
i=++rf.len;
while(yn=='y'||yn=='Y')
{
printf("输入读者号 读者名 可借图书数\n");
scanf("%s %s",rf.ReadRec[i].rno,rf.ReadRec[i
www.eeworm.com/read/406800/11435220
dat reader.dat
www.eeworm.com/read/405354/11464802
c reader.c
/***********************************************************************************************/
#pragma interrupt_level 0
void interrupt maibatsu(void)
/**************************************
www.eeworm.com/read/402615/11531576
pas reader.pas
unit reader;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ComCtrls;
type
Treaderform = class(TForm)
GroupBox1: TG
www.eeworm.com/read/402615/11531591
dfm reader.dfm
object readerform: Treaderform
Left = 192
Top = 107
Width = 544
Height = 375
Caption = #35835#32773#31649#29702
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = cl
www.eeworm.com/read/402615/11531598
dcu reader.dcu
www.eeworm.com/read/402196/11541270
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))