代码搜索:Scanner
找到约 4,788 项符合「Scanner」的源代码
代码结果 4,788
www.eeworm.com/read/393286/2482069
c exutils.c
/******************************************************************************
*
* Module Name: exutils - interpreter/scanner utilities
*
********************************************************
www.eeworm.com/read/189308/5201456
cup parser.cup
// JavaCup specification for a simple expression evaluator (w/ actions)
import java_cup.runtime.*;
/* Preliminaries to set up and use the scanner. */
init with {: scanner.init();
www.eeworm.com/read/294168/8249708
java linearequationgrouptest.java
package linearEquationGroup;
//LinearEquationGroup class testing
import java.util.Scanner;
public class LinearEquationGroupTest {
public static void main(String[] args) {
Scanner input = n
www.eeworm.com/read/280395/10333310
c initscan.c
#line 2 "scan.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_SCANNER
www.eeworm.com/read/376006/2717709
c pgc.c
#line 2 "pgc.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_SCANNER
www.eeworm.com/read/100128/15883394
c initscan.c
#line 2 "scan.c"
/* A lexical scanner generated by flex */
/* Scanner skeleton version:
* $Header: /home/daffy/u0/vern/flex/RCS/flex.skl,v 2.85 95/04/24 10:48:47 vern Exp $
*/
#define FLEX_SCANNER
www.eeworm.com/read/102935/6228648
makefile
#
# Makefile for USB Image drivers
#
O_TARGET := image.o
obj-$(CONFIG_USB_MDC800) += mdc800.o
obj-$(CONFIG_USB_HPUSBSCSI) += hpusbscsi.o
obj-$(CONFIG_USB_MICROTEK) += microtek.o
obj-$(CONFIG_USB_SCA
www.eeworm.com/read/168845/5432605
cpp read_graphviz_spirit.cpp
// Copyright 2004-5 Trustees of Indiana University
// Use, modification and distribution is subject to the Boost Software
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
www.eeworm.com/read/168845/5432937
cpp multi_pass_compile_tests.cpp
/*=============================================================================
Copyright (c) 2004 Hartmut Kaiser
http://spirit.sourceforge.net/
Use, modification and distribution is
www.eeworm.com/read/452050/7448758
java 2942171_ac_265ms_3004k.java
import java.util.*;
public class Main
{
public static void main(String[] args)
{
Scanner cin = new Scanner (System.in);
int n, m, c;