代码搜索:Scanner
找到约 4,788 项符合「Scanner」的源代码
代码结果 4,788
www.eeworm.com/read/156519/11795506
java lotteryodds.java
/**
@version 1.20 2004-02-10
@author Cay Horstmann
*/
import java.util.*;
public class LotteryOdds
{
public static void main(String[] args)
{
Scanner in = new Scanne
www.eeworm.com/read/156519/11795508
java inputtest.java
/**
@version 1.10 2004-02-10
@author Cay Horstmann
*/
import java.util.*;
public class InputTest
{
public static void main(String[] args)
{
Scanner in = new Scanner(
www.eeworm.com/read/156505/11796064
java settest.java
/**
@version 1.10 2003-08-02
@author Cay Horstmann
*/
import java.util.*;
/**
This program uses a set to print all unique words in
System.in.
*/
public class SetTest
{
www.eeworm.com/read/344239/11896577
java replacingstringtokenizer.java
//: strings/ReplacingStringTokenizer.java
import java.util.*;
public class ReplacingStringTokenizer {
public static void main(String[] args) {
String input = "But I'm not dead yet! I feel
www.eeworm.com/read/130291/14198747
java abstractsyntaxnode.java
/**
* This class defines the interface for nodes of the abstract syntax tree.
* Important methods are already defined here and declared abstract. Optional
* methods are defined as well but conta
www.eeworm.com/read/125853/14458213
cpp text1.cpp
#include
#include
#define Maxtype 40 //定义单词的总类型共有40种
#define BMaxlen 10000 //定义缓冲区的最大长度
#define Maxlen 11 //用来定义取出的标识符的最大长度,如果长度大于这个值,则接下去的字忽略不计
#defin
www.eeworm.com/read/122867/14665729
cpp syntax.cpp
#include
#include
#include"scanner.h"
int flag=1;
extern int lineno;
int BLK(ifstream&,int);
int constant(ifstream&,int);
int vary(ifstream&,int);
int funcpro(ifstre
www.eeworm.com/read/122462/14688906
c++ directory.c++
// Copyright (C) 1999 Silicon Graphics, Inc. All Rights Reserved.
//
// This program is free software; you can redistribute it and/or modify it
// under the terms of version 2 of the GNU General