代码搜索:Scanner
找到约 4,788 项符合「Scanner」的源代码
代码结果 4,788
www.eeworm.com/read/101658/15822506
frm mod2.frm
MODULE -->Grammar;
(* Simple Modula-2 pretty printer program *)
FROM -->Scanner IMPORT lst, src, errors, Error, CharAt;
FROM -->Parser IMPORT Parse, Successful;
IMPORT SYSTEM, Storage, Fil
www.eeworm.com/read/100135/15883095
g test.g
/* This is test.g which tests multiple scanners/parsers; DLG-based scanner */
www.eeworm.com/read/100135/15883100
g test.g
/* This is test.g which tests a simple DLG-based scanner, but with
* a main() in another file.
*/
#header
www.eeworm.com/read/100135/15883110
g test2.g
/* This is test2.g which is a copy of test.g and tests linking
* multiple scanners/parsers together; DLG-based scanner
*/
>
#token "[\ \t\n]+"
www.eeworm.com/read/100135/15883119
c dlg_a.c
/* parser.dlg -- DLG Description of scanner
*
* Generated from: dlg_p.g
*
* Terence Parr, Will Cohen, and Hank Dietz: 1989-1998
* Purdue University Electrical Engineering
* With AHPCRC, Univers
www.eeworm.com/read/388084/8636731
cpp scannerview.cpp
// scannerView.cpp : implementation of the CScannerView class
//
#include "stdafx.h"
#include "scanner.h"
//#include "DemoView.h"
//#include "CompileWord.h"
#include "scannerView.h"
#include
www.eeworm.com/read/373491/9453949
cpp main.cpp
#include
#include
#include
#include
#include "constant.h"
#include "scanner.h"
using namespace std;
int main(int argc, char * argv[])
{
char fn
www.eeworm.com/read/176503/9495652
h scan.h
/* scan.h -- some scanner related functions */
/*
This is part of cdg - a C-source Documentation Generator.
Copyright (C) 1995, 1996 Peter Knoppers.
This program is free software; you can
www.eeworm.com/read/362107/10018896
java dicservice.java
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.util.Scanner;
import java.util.StringTokenizer;
public class DicService {
private String[] myindex;
privat