代码搜索:Scan
找到约 10,000 项符合「Scan」的源代码
代码结果 10,000
www.eeworm.com/read/238217/4617176
l aicasm_scan.l
%{
/*
* Lexical Analyzer for the Aic7xxx SCSI Host adapter sequencer assembler.
*
* Copyright (c) 1997, 1998, 2000 Justin T. Gibbs.
* Copyright (c) 2001 Adaptec Inc.
* All rights reserved.
*
*
www.eeworm.com/read/234134/4660792
inc scan3.inc
;* CW : Character Windows
;*
;* scan3.inc : DOS 3 scan codes
;*****************************************************************************
SS_RSHIFT equ 00001h
SS_LSHIFT equ 00002h
SS_CONTROL
www.eeworm.com/read/234119/4662334
asm scan_block.asm
/*******************************************************************************
Copyright(c) 2000 - 2002 Analog Devices. All Rights Reserved.
Developed by Joint Development Software Application Tea
www.eeworm.com/read/229812/4729159
c scan2.c
/****************************************************************************
*
* Open Watcom Project
*
* Portions Copyright (c) 1983-2002 Sybase, Inc. All Rights Res
www.eeworm.com/read/229812/4729235
h scan2.h
/****************************************************************************
*
* Open Watcom Project
*
* Portions Copyright (c) 1983-2002 Sybase, Inc. All Rights Res
www.eeworm.com/read/227684/4770198
sml scan-sig.sml
Decl 8
s$SCAN.sqrReal.Word.Word8.Int.LargeReal.StringCvt.LargeWord.Atom.LargeInt.;;-;
www.eeworm.com/read/227684/4770281
sml scan-sig.sml
(* scan-sig.sml
*
* COPYRIGHT (c) 1996 by AT&T Research. See COPYRIGHT file for details.
*
* C-style conversions from string representations.
*
* AUTHOR: John Reppy
* AT&T Research
*
www.eeworm.com/read/223548/4810645
asm scan_block.asm
/*******************************************************************************
Copyright(c) 2000 - 2002 Analog Devices. All Rights Reserved.
Developed by Joint Development Software Application Tea
www.eeworm.com/read/216499/4892668
c scan3.c
_Ierr (message, a, b, c, d, e)
char message[];
{
extern int cgoof;
printf("ERROR ");
printf(message, a, b, c, d, e);
cputc('\n');
cexit(cgoof);
}
char _Iendm[128] {0};
_Imtab (formatp)
char **f
www.eeworm.com/read/216499/4892695
c scan2.c
_Iint (iptr, length, numbase)
int *iptr, length;
{
int n, minus, numdig;
extern int _Isfil, (*_Iungc)(), (*_Igetc)();
int c, dval;
n = minus = numdig = 0;
switch ((c=_Inxch()))
{
case '-': minu