代码搜索:Scanner
找到约 4,788 项符合「Scanner」的源代码
代码结果 4,788
www.eeworm.com/read/117921/14897277
cpp elexscannerbase.cpp
/*
$Id: ElexScannerBase.cpp,v 1.1 1997/03/19 12:16:42 matt Exp $
Elex scanner base class.
(c) Matt Phillips 1996.
*/
#include "ElexScannerBase.h"
int ElexScannerBase::have (int sym)
{
if
www.eeworm.com/read/117921/14897303
cpp regexpcompiler.cpp
/*
$Id: RegexpCompiler.cpp,v 1.4 1997/02/02 02:01:08 matt Exp $
Regular expression compiler class.
(c) Apr 95 Matt Phillips.
*/
#include
#include
#include
www.eeworm.com/read/117921/14897370
pm fooparser.pm
# $Id: FooParser.pm,v 1.2 1996/11/20 10:01:34 matt Exp $
#
# Foo parser class.
#
# (c) June 96 Matt Phillips.
package FooParser;
use FooScanner;
use FooObject;
# creates a new FooParser object read
www.eeworm.com/read/117921/14897379
cpp fooparser.cpp
/*
$Id: FooParser.cpp,v 1.3 1997/02/02 01:31:01 matt Exp $
FooParser class.
(c) 1996 Matt Phillips.
*/
#include
#include "FooParser.h"
#define ArraySize(a) (sizeof (a) /
www.eeworm.com/read/117844/14902741
cpp stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// Scanner.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h
www.eeworm.com/read/217639/14956357
java s14.java
import java.util.*;
public class s14{
private double a,b,c;
public double geta(){
System.out.print("请输入边长a:");
double a=new Scanner(System.in).nextDouble();
return a;
}
publi
www.eeworm.com/read/116214/14982528
atg cdecl3.atg
$CX /* Generate Main Module, C++ */
COMPILER Decl
/* Translate simple C declarations into English
Based on Kernighan and Ritchie: "C Programming language", page 122
See also: Parr et.al. "
www.eeworm.com/read/116214/14982544
atg cdecl2.atg
$CX /* Generate Main Module, C++ */
COMPILER Decl
/* Translate simple C declarations into English
Based on Kernighan and Ritchie: "C Programming language", page 122
See also: Parr et.al. "
www.eeworm.com/read/116214/14982574
frm parser_c.frm
//****************************************************************
// CPLUS2\PARSER_C.FRM
// Coco/R C++ Support Frames.
// Author: Frankie Arzu
//
// Jun 12, 1996 Vers
www.eeworm.com/read/116214/14982678
cpp cr_parse.cpp
//**********************************************************
// CR_PARSE.CPP
// Coco/R C++ Support Library.
// Author: Frankie Arzu
//
// Jun 12, 1996 Version 1.06
//