代码搜索:Scanner
找到约 4,788 项符合「Scanner」的源代码
代码结果 4,788
www.eeworm.com/read/459679/7268863
cs scanner.cs
/*
Sharp Compiler
Copyright (C) 2003 Michael Bebenita
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by
www.eeworm.com/read/458477/7296316
java scanner.java
package scanner;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.IOException;
import java.util.Iterator;
www.eeworm.com/read/458477/7296330
class scanner.class
www.eeworm.com/read/456843/7338894
h scanner.h
#include
#include
using namespace std;
#ifndef _S_H
#define _S_H
struct Token
{
int i_row;
string str_wom;
string str_grm;
Token * T_next;
www.eeworm.com/read/456843/7338903
cpp scanner.cpp
#include"Scanner.h"
#include
#include"stdio.h"
string Reservations[21]=
{
"program","type","var","procedure","begin",
"end","array","of","record","if","then",
"else","fi",
www.eeworm.com/read/456843/7338911
obj scanner.obj
www.eeworm.com/read/456843/7338915
sbr scanner.sbr
www.eeworm.com/read/455145/7377249
cpp scanner.cpp
// scanner.cpp: implementation of the scanner class.
//
//////////////////////////////////////////////////////////////////////
#include "scanner.h"
////////////////////////////////////////////
www.eeworm.com/read/455145/7377254
h scanner.h
// scanner.h: interface for the scanner class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_SCANNER_H__3D856F03_4F43_45C7_82F9_33237896C414__INCLUDED
www.eeworm.com/read/455145/7377269