代码搜索:Scanner
找到约 4,788 项符合「Scanner」的源代码
代码结果 4,788
www.eeworm.com/read/347848/11632018
java datesixthtry.java
import java.util.Scanner;
public class DateSixthTry
{
private String month;
private int day;
private int year; //a four digit number.
public void setDate(int monthInt, int
www.eeworm.com/read/346512/11740548
java lexer.java
package java_cup;
import java_cup.runtime.Symbol;
import java.util.Hashtable;
/** This class implements a small scanner (aka lexical analyzer or lexer) for
* the JavaCup specification. This scann
www.eeworm.com/read/156415/11804974
h parser.h
#include "scanner.h"
typedef double(*FuncPtr)(double);
struct ExprNode
{
enum Token_Type OpCode;
//PLUS,MINUS,MUL,DIV
union
{
struct{ExprNode *Left,*Right;}CaseOperator;
struct{E
www.eeworm.com/read/156415/11805013
cpp scannermain.cpp
#include"scanner.h"
void main(int argc,char *argv[])
{
Token token;
if(argc
www.eeworm.com/read/114134/15075329
java lexer.java
package java_cup;
import java_cup.runtime.Symbol;
import java.util.Hashtable;
/** This class implements a small scanner (aka lexical analyzer or lexer) for
* the JavaCup specification. This scann
www.eeworm.com/read/214160/15112367
txt readme.txt
WinDIG Version 2.5
WinDIG is a data digitalization program.
Load a Windows bitmap, define a reference system on this bitmap, and get
point coordinates. Very useful if you have a scanner.
Main f
www.eeworm.com/read/494465/1159986
30527c1e5e18001e1d20a2aeb740a5d9
import java.lang.Integer;
import java.util.Scanner;
public class CLista
{
public Lista Prim,Ultim;
public void CLista()
{
Prim=null;
Ultim=null;
}
public int ci
www.eeworm.com/read/240204/4577434
g test.g
/* Ariel Tamches (tamches@cs.wisc.edu):
* This tests linking in a simple non-DLG scanner
*/
/* We assume that #tokdefs is not employed for this example; i.e.,
* ANTLR assigns token numbers.
www.eeworm.com/read/240204/4577456
makefile
#
# PCCTS makefile for: test.g
#
# PCCTS release 1.21
# Project: t
# C++ output
# D scanner
# A-defined token types
#
TOKENS = A/tokens.h
#
# The following filenames must be consistent with
www.eeworm.com/read/240204/4577538
cpp buffileinput.cpp
// FILE: BufFileInput.cpp
// AUTHOR: Alexey Demakov (AVD) demakov@kazbek.ispras.ru
// CREATION: 26-JAN-1998
// DESCRIPTION: File Input Stream with lookahead for Scanner.
// See fi