代码搜索:Scan
找到约 10,000 项符合「Scan」的源代码
代码结果 10,000
www.eeworm.com/read/226428/14474725
cpp scan.cpp
/* A lexical scanner generated by flex */
#define FLEX_SCANNER
#ifdef _WIN32
#include
#else
#include
#endif
#include
#include
/* cfront 1.2 de
www.eeworm.com/read/226428/14474731
l scan.l
%{
#include
#include "RT.h"
#include "gram.tab.h"
%}
ws [ \t]+
comment #[^\n]*
id [a-zA-Z][a-zA-Z0-9]*
nl [\r\n]
int "-"?[0-9]+
dubl "-"?[0-9]+"."[0-9]+
%%
www.eeworm.com/read/226428/14474786
cpp scan.cpp
/* A lexical scanner generated by flex */
#define FLEX_SCANNER
#ifdef _WIN32
#include
#else
#include
#endif
#include
#include
/* cfront 1.2 de
www.eeworm.com/read/226428/14474796
l scan.l
%{
#include
#include "RT.h"
#include "gram.tab.h"
%}
ws [ \t]+
comment #[^\n]*
id [a-zA-Z][a-zA-Z0-9]*
nl [\r\n]
int "-"?[0-9]+
dubl "-"?[0-9]+"."[0-9]+
%%
www.eeworm.com/read/226428/14474997
cpp scan.cpp
/* A lexical scanner generated by flex */
#define FLEX_SCANNER
#ifdef _WIN32
#include
#else
#include
#endif
#include
#include
/* cfront 1.2 de
www.eeworm.com/read/226428/14475002
l scan.l
%{
#include
#include "BT.h"
#include "gram.tab.h"
%}
ws [ \t]+
comment #[^\n]*
qstring \"[^\"\n]*[\"\n]
id [a-zA-Z][a-zA-Z0-9]*
nl [\r\n]
int "-"?[0-9]+
%%
{ws} ;
{
www.eeworm.com/read/225913/14511205
h scan.h
/*----------------------------------------------------------------------
File : scan.h
Contents: scanner (lexical analysis of a character stream)
Author : Christian Borgelt
History : 16.01
www.eeworm.com/read/225913/14511213
c scan.c
/*----------------------------------------------------------------------
File : scan.c
Contents: scanner (lexical analysis of a character stream)
Author : Christian Borgelt
History : 16.01
www.eeworm.com/read/124955/14522474
l scan.l
/* scan.l - scanner for flex input */
%{
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
*
* This code is derived from software contributed t
www.eeworm.com/read/124955/14522515
c scan.c
#define YY_CHAR unsigned char
#line 1 "/u/icdc/rdt/tools/lib/flexskel.cc"
/* A lexical scanner generated by flex */
/* scanner skeleton version:
* $Header: c:\\program\040files\\development\\cvs\