代码搜索:Scanner
找到约 4,788 项符合「Scanner」的源代码
代码结果 4,788
www.eeworm.com/read/137626/5822885
readme
SGML DOM tree loader
TODO items:
- Check if the (HTML) DOM tree has a element that
should be honoured.
- Handle optional end tags.
- The parser and scanner needs
www.eeworm.com/read/131315/5942267
y parse.y
%{
/* pathalias -- by steve bellovin, as told to peter honeyman */
#ifndef lint
static char *sccsid = "@(#)parse.y 9.11 91/06/01";
#endif /* lint */
#include "def.h"
/* scanner states (yylex, parse)
www.eeworm.com/read/391100/6293136
cs program.cs
using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows.Forms;
namespace Scanner
{
static class Program
{
///
/// 应用程序的主入口
www.eeworm.com/read/438404/6314498
java sgu397.java
import java.io.*;
import java.lang.*;
import java.util.*;
public class Solution implements Runnable {
Scanner in;
PrintWriter out;
String command;
class Node {
char ch;
int prev,
www.eeworm.com/read/483317/6603642
java test.java
import java.util.ArrayList;
import java.util.Iterator;
import java.util.Scanner;
public class Test
{
/**
* @param args
*/
public static void main(String[] args) throws CloneNotSupport
www.eeworm.com/read/477670/6730469
java queuelinked.java
import java.io.*;
import java.util.Scanner;
class node
{
public node link;
public int data;
}
class queue
{
public node front,rear;
public int count;
public queue()
{
www.eeworm.com/read/259942/11756336
c push.fs.c
/* Generated by re2c */
#line 1 "push.fs.re"
uint32_t push()
{
// The scanner starts here
#define YYLIMIT limit
#define YYCURSOR cursor
#define YYMARKER marker
www.eeworm.com/read/149689/12357252
pas status.pas
unit Status;
(*
This sample unit is part of Table Scanner package
Copyright 1997-1999 by Demian [demian@gold.com.br]
*)
{$X+}
interface
uses
Classes,SysUtils,Forms,StdCtrls,Buttons,E
www.eeworm.com/read/123658/14619109
c bi-lexer.c
/* Lexer for scanner of bytecode definition file.
Copyright (C) 1993, 1995 Free Software Foundation, Inc.
This file is part of GNU CC.
GNU CC is free software; you can redistribute it and/or modi