代码搜索:Scanner
找到约 4,788 项符合「Scanner」的源代码
代码结果 4,788
www.eeworm.com/read/191287/5166593
java scanner.java
/*
* Scanner.java
*
* Created on 2007年1月17日, 下午11:41
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
package util.word;
impor
www.eeworm.com/read/189308/5201458
java scanner.java
// Simple Example Scanner Class
import java_cup.runtime.*;
public class scanner {
/* single lookahead character */
protected static int next_char;
/* advance input by one character */
www.eeworm.com/read/187753/5216580
java scanner.java
package com.opensymphony.tonic.loaders.classloading;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import java.io.File;
import java.io.FileFilter;
impor
www.eeworm.com/read/179911/5295460
h scanner.h
/*
* Driver for USB Scanners (linux-2.4.0test1-ac7)
*
* Copyright (C) 1999, 2000 David E. Nelson
*
* David E. Nelson (dnelson@jump.net)
*
* This program is free software; you can redistribute i
www.eeworm.com/read/179911/5295524
c scanner.c
/* -*- linux-c -*- */
/*
* Driver for USB Scanners (linux-2.4.0test1-ac7)
*
* Copyright (C) 1999, 2000 David E. Nelson
*
* Portions may be copyright Brad Keryan and Michael Gee.
*
* David E.
www.eeworm.com/read/179911/5299877
txt scanner.txt
Copyright (C) 1999, 2000 David E. Nelson
April 26, 2000
CHANGES
- Amended for linux-2.3.99-pre6-3
- Appended hp_scan.c to end of this README
- Removed most references to HP
- Updated uhci/ohci host
www.eeworm.com/read/177993/5318770
jflex scanner.jflex
/*
* Scanner.jflex
*
* Lexer for the Table format
*
* See LICENSE file for license conditions.
*/
package residue.tables;
import java_cup.runtime.*;
%%
%class TableScanner
%cup
%unicode
%lin
www.eeworm.com/read/177353/5328206
h scanner.h
#ifndef EL__DOCUMENT_CSS_SCANNER_H
#define EL__DOCUMENT_CSS_SCANNER_H
#include "util/scanner.h"
/* The various token types and what they contain. Patterns taken from
* the flex scanner declaration
www.eeworm.com/read/177353/5328215
c scanner.c
/* CSS token scanner utilities */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include
#include
#include "elinks.h"
#include "document/css/scanner.h"
#include "util/error.
www.eeworm.com/read/177353/5328247
h scanner.h
#ifndef EL__DOM_CSS_SCANNER_H
#define EL__DOM_CSS_SCANNER_H
#include "dom/scanner.h"
/* The various token types and what they contain. Patterns taken from
* the flex scanner declarations in the CS