代码搜索:Scanner
找到约 4,788 项符合「Scanner」的源代码
代码结果 4,788
www.eeworm.com/read/458185/7302618
h portscannerdlg.h
//////////////////////////////////////////////////////////////////////////////
//
// PortScanner
// Efficient TCP port scanner based on TCP half open scanning method.
//
// Author : Nagare
www.eeworm.com/read/124637/6042335
cs coco.cs
/*-------------------------------------------------------------------------
Trace output options
0 | A: prints the states of the scanner automaton
1 | F: prints the First and Follow sets of a
www.eeworm.com/read/120487/6072421
c scansup.c
/*-------------------------------------------------------------------------
*
* scansup.c
* support routines for the lex/flex scanner, used by both the normal
* backend as well as the bootstrap
www.eeworm.com/read/100285/6271123
c scansup.c
/*-------------------------------------------------------------------------
*
* scansup.c
* support routines for the lex/flex scanner, used by both the normal
* backend as well as the bootstrap
www.eeworm.com/read/116214/14982534
atg expr.atg
$C /* Generate Main Module */
COMPILER Expr
/* This is a simple expression calculator */
/*----------------- Scanner Specifications ----------------------*/
CHARACTERS
letter = "ABCDEFG
www.eeworm.com/read/229812/4738917
c link14c.c
#include "link14.h"
// typesig needs copy+dtor
void foo() {
throw Scanner();
}
www.eeworm.com/read/183001/5258959
l scan.l
%{
/**********************************************************************
* scan.l - Scanner for the PL/pgSQL
* procedural language
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/pl/plpgsql
www.eeworm.com/read/183001/5259329
l scan.l
%{
/*-------------------------------------------------------------------------
*
* scan.l
* lexical scanner for PostgreSQL
*
* NOTE NOTE NOTE:
*
* The rules in this file must be kept in sync
www.eeworm.com/read/183001/5259333
c scansup.c
/*-------------------------------------------------------------------------
*
* scansup.c
* support routines for the lex/flex scanner, used by both the normal
* backend as well as the bootstrap
www.eeworm.com/read/183001/5260686
l psqlscan.l
%{
/*-------------------------------------------------------------------------
*
* psqlscan.l
* lexical scanner for psql
*
* This code is mainly needed to determine where the end of a SQL state