代码搜索:Scanner
找到约 4,788 项符合「Scanner」的源代码
代码结果 4,788
www.eeworm.com/read/214393/15102965
pas status.pas
unit Status;
(*
This sample unit is part of Table Scanner package
Copyright 1997-1999 by Demian [demian@gold.com.br]
*)
{$X+}
interface
uses
Classes,SysUtils,Forms,StdCtrls,Buttons,E
www.eeworm.com/read/494465/1159966
9005cb165e18001e1d20a2aeb740a5d9
import java.io.*;
import java.lang.Integer;
import java.util.Scanner;
public class CLista
{
public Lista Prim,Ultim;
public void CLista()
{
Prim=null;
Ultim=null;
}
www.eeworm.com/read/494465/1159968
902cb3e7f117001e17b3969cdaba342d
import java.io.*;
import java.lang.Integer;
import java.util.Scanner;
public class CLista
{
public Lista Prim,Ultim;
public void CLista()
{
Prim=null;
Ultim=null;
}
www.eeworm.com/read/494465/1159979
b0d71ba0f117001e17b3969cdaba342d
import java.io.*;
import java.lang.Integer;
import java.util.Scanner;
public class CLista
{
public Lista Prim,Ultim;
public void CLista()
{
Prim=null;
Ultim=null;
}
www.eeworm.com/read/240204/4577442
g test.g
/* This is test.g which tests multiple scanners/parsers; DLG-based scanner;
* also, we test multiple lexical classes.
*/
www.eeworm.com/read/240204/4577453
cpp main.cpp
/* Simple main() to call a parser in another file */
#include "tokens.h" // define TokenType
#include "Expr.h" // define parser
#include "DLGLexer.h" // define scanner
#include "PBlackBox.h
www.eeworm.com/read/227684/4770380
html-lex
(* html-lex
*
* COPYRIGHT (c) 1995 AT&T Bell Laboratories.
* COPYRIGHT (c) 1996 AT&T Research.
*
* A scanner for HTML.
*
* TODO:
* Recognize the DOCTYPE element
*
www.eeworm.com/read/219554/4847695
java mjscanner.java
/* The following code was generated by JFlex 1.4.1 on 07-6-6 上午12:45 */
package edu.ustc.cs.minijool.parser;
import java_cup.runtime.*;
/**
* This class is a scanner generated by
*
www.eeworm.com/read/219554/4847697
java~ mjscanner.java~
/* The following code was generated by JFlex 1.4.1 on 07-6-6 上午12:19 */
package edu.ustc.cs.minijool.parser;
import java_cup.runtime.*;
/**
* This class is a scanner generated by
*
www.eeworm.com/read/183001/5259592
l guc-file.l
/* -*-pgsql-c-*- */
/*
* Scanner for the configuration file
*
* Copyright (c) 2000-2005, PostgreSQL Global Development Group
*
* $PostgreSQL: pgsql/src/backend/utils/misc/guc-file.l,v 1.32.2.2 20