代码搜索:Scan
找到约 10,000 项符合「Scan」的源代码
代码结果 10,000
www.eeworm.com/read/126956/6010091
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]+
%%
{ws} ;
{comm
www.eeworm.com/read/126956/6010131
cpp scan.cpp
/* A lexical scanner generated by flex */
#define FLEX_SCANNER
#ifdef _WIN32
#include
#else
#include
#endif
#include
#include
/* cfront 1.2 defines "c_plusp
www.eeworm.com/read/126956/6010133
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} ;
{comment} ;
{qstr
www.eeworm.com/read/126954/6010152
cpp scan.cpp
/* A lexical scanner generated by flex */
#define FLEX_SCANNER
#ifdef _WIN32
#include
#else
#include
#endif
#include
#include
/* cfront 1.2 defines "c_plusp
www.eeworm.com/read/126954/6010154
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]+
%%
{ws} ;
{comm
www.eeworm.com/read/126954/6010169
cpp scan.cpp
/* A lexical scanner generated by flex */
#define FLEX_SCANNER
#ifdef _WIN32
#include
#else
#include
#endif
#include
#include
/* cfront 1.2 defines "c_plusp
www.eeworm.com/read/126954/6010172
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]+
%%
{ws} ;
{comm
www.eeworm.com/read/126954/6010212
cpp scan.cpp
/* A lexical scanner generated by flex */
#define FLEX_SCANNER
#ifdef _WIN32
#include
#else
#include
#endif
#include
#include
/* cfront 1.2 defines "c_plusp
www.eeworm.com/read/126954/6010214
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} ;
{comment} ;
{qstr
www.eeworm.com/read/124347/6051759
c scan.c
/* Cover function to sparclet `scan' instruction.
This file is in the public domain. */
#ifdef __sparclet__
int
scan (int a, int b)
{
int res;
__asm__ ("scan %1,%2,%0" : "=r" (res) : "r" (a