代码搜索:Scanner

找到约 4,788 项符合「Scanner」的源代码

代码结果 4,788
www.eeworm.com/read/361386/10055747

class scanner.class

www.eeworm.com/read/361386/10055748

java scanner.java

package java_cup.runtime; /** * Defines the Scanner interface, which CUP uses in the default * implementation of lr_parser.scan(). Integration * of scanners implementing S
www.eeworm.com/read/361386/10055790

java scanner.java

// Simple Example Scanner Class package java_cup.simple_calc; import java_cup.runtime.*; public class scanner { /* single lookahead character */ protected static int next_char; /* advance in
www.eeworm.com/read/361198/10064534

bas scanner.bas

'This sample retrieves the identity of an Epson Perfection 1670 scanner defint a-z cls devadd%=1 in_endpoint%=1 out_endpoint%=2 'define structure of URB type urbtype transaction_toke
www.eeworm.com/read/164583/10100704

h scanner.h

/********************************************************************* author : Frank N黚el filename : ghmm/ghmm/scanner.h created : TIME: 11:42:57 DATE: Tue 27. August 1996
www.eeworm.com/read/164583/10100808

c scanner.c

/******************************************************************************* author : Frank N黚el filename : ghmm/ghmm/scanner.c created : TIME: 11:40:33 DATE: Tue 27. Augu
www.eeworm.com/read/357630/10204523

h scanner.h

#ifndef __SCANNER_H__ #define __SCANNER_H__ #define UNKNOWN 0 #define AMPERSAND 1 #define LESS 2 #define GRGR 3 #define GREATER 4 #define PIPE 5 #define NEWLINE 6 #define INTEGER 7 #define
www.eeworm.com/read/357630/10204524

ll scanner.ll

%{ #include "scanner.h" #define yywrap() (1) %} %% "&" { return AMPERSAND; } ">" { return GRGR; } ">" { return GREATER; } "|" { return PIPE; } "\n" { return NEWLINE;
www.eeworm.com/read/357630/10204525

c scanner.c

#line 2 "scanner.c" /* A lexical scanner generated by flex*/ /* Scanner skeleton version: * $Header: /home/daffy/u0/vern/flex/RCS/flex.skl,v 2.91 96/09/10 16:58:48 vern Exp $ */ #define FLEX_SCANN
www.eeworm.com/read/162511/10298932

c scanner.c

/* Character scanner. Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. Contributed by Andy Vaught This file is part of GCC. GCC is free software; you can redi