代码搜索:Scanner
找到约 4,788 项符合「Scanner」的源代码
代码结果 4,788
www.eeworm.com/read/366090/2893375
cpp scanner.cpp
/**: scanner.cpp implementation file
&
* author: lonelyforest;
* data: 2006.03.16
*/
#include "scanner.h"
#include
// overload operator =
Token &Token::operator =(const Token
www.eeworm.com/read/366090/2893382
h scanner.h
#ifndef MY_SCANNER_H_
#define MY_SCANNER_H_
#include "Tokenizer.h"
/**: scanner.h header file
&
* 继承自 class Tokenizer, 从源文件中提取出单个的 token;
* author: lonelyforest;
* data: 2006.03.16
*/
www.eeworm.com/read/364944/2900221
java scanner.java
// HTMLParser Library $Name: v1_6 $ - A java-based parser for HTML
// http://sourceforge.org/projects/htmlparser
// Copyright (C) 2003 Derrick Oswald
//
// Revision Control Information
//
// $Source:
www.eeworm.com/read/364156/2908039
java scanner.java
package se.sics.mspsim.extutil.highlight;
import java.util.HashMap;
// Public domain, no restrictions, Ian Holyer, University of Bristol.
/**
*
* A Scanner object provides a lexical analyser a
www.eeworm.com/read/358243/2990164
java scanner.java
package com.sun.java_cup.internal.runtime;
/**
* Defines the Scanner interface, which CUP uses in the default
* implementation of lr_parser.scan(). Integration
* of scanners implemen
www.eeworm.com/read/355695/3050415
l scanner.l
%{
/*
* Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binar
www.eeworm.com/read/355695/3050552
c scanner.c
#define yy_create_buffer pcap__create_buffer
#define yy_delete_buffer pcap__delete_buffer
#define yy_scan_buffer pcap__scan_buffer
#define yy_scan_string pcap__scan_string
#define yy_scan_bytes pcap__
www.eeworm.com/read/353832/3081581
h scanner.h
/*******************************************************************
*
* Copyright C 2004 by Amlogic, Inc. All Rights Reserved.
*
* Description: HTTP/HTTP MIME tokenizer
*
* Author: Er
www.eeworm.com/read/353749/3082506
sgml scanner.sgml
Lexical Scanner
a general purpose lexical scanner
The #GScanner