代码搜索:Scanner
找到约 4,788 项符合「Scanner」的源代码
代码结果 4,788
www.eeworm.com/read/130291/14198766
java booleanliteralnode.java
class BooleanLiteralNode extends EvaluatableNode
{
boolean vBoolean;
static BooleanLiteralNode parserBooleanLiteral(Environment env,Scanner s) throws ParserException, ScannerException
{
www.eeworm.com/read/130245/14200451
cpp facade.cpp
/*
设计模式例程
根据有关例程综合而成
石银峰于2002/04/17在杭州整理
*/
/*
意图
为子系统中的一组接口提供一个一致的界面,F a c a d e 模式定义了一个高层接口,这个接口使得这一子系统更加容易使用。
适用性
当你要为一个复杂子系统提供一个简单接口时。子系统往往因为不断演化而变得越来越复杂。大多数模式使用时都会产生更多更小的类。这使得子系统更具可 ...
www.eeworm.com/read/128994/14270712
makefile
#-----------------------------------------------------------------------
# File : makefile (directory: arview)
# Contents: build association rule visualization program
# Author : Christian Borg
www.eeworm.com/read/125581/14482660
java parser.java
import java.math.*;
import java.util.*;
import java.io.*;
/**
* Die Klasse Parser kann ein Programm in der Programmiersprache RIES
* syntaktisch analysieren und semantisch äquivalenten J
www.eeworm.com/read/122867/14665733
cpp main.cpp
#include
#include
#include"scanner.h"
#include"function&struct.h"
#include"stack.h"
////////////////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/222799/14673519
txt i.txt
include
stdlib
h
stdio
string
main
init
scanner
key
limit
FILE
fp
i
c
fopen
fprintf
fclose
n
txt
w
output
k
r
l
a
s
t
tc
d
tk
ti
nerror
line
nthe
file
name
cannot
www.eeworm.com/read/120556/14799376
cpp re.cpp
#include
#include "RE.h"
//////////////////////////////////////////////////////////////////////////
// class Scanner
//
void Scanner::get()
{
int c;
do
{
c = re[off ++];
www.eeworm.com/read/117921/14897174
cpp elexd.cpp
/* $Id: elexd.cpp,v 1.5 1997/04/26 09:38:58 matt Exp $
Elex debugger application.
(c) Matt Phillips 1996. */
#include
#include
#include
#include
www.eeworm.com/read/117921/14897191
cpp calcparser.cpp
/*
$Id: CalcParser.cpp,v 1.2 1997/04/20 01:17:54 matt Exp $
CalcParser class. Implements a simple calculator parser and
evaluator.
(c) Matt Phillips, 1997. */
#include
#inclu
www.eeworm.com/read/117921/14897201
cpp elexcompiler.cpp
/*
$Id: ElexCompiler.cpp,v 1.12 1997/05/18 10:57:56 matt Exp $
Elex compiler class.
(c) Matt Phillips, Sep 17th.
*/
#include
#include "ElexCompiler.h"
#include "ElexScanner