代码搜索:Scanner
找到约 4,788 项符合「Scanner」的源代码
代码结果 4,788
www.eeworm.com/read/168239/5447320
java inputreader.java
import java.util.Scanner;
/**
* InputReader reads typed text input from the standard text terminal.
* The text typed by a user is then chopped into words, and a set of words
* is provided.
*
www.eeworm.com/read/165570/5481306
java testexprreader.java
import java.io.*;
import dslib.dictionary.arrayed.ArrayedPKeyedDictUos;
/** This class tests the classes of Chapter 9. */
public class TestExprReader
{
public static void main(String args[])
www.eeworm.com/read/164348/5497505
cpp rtsppars.cpp
/* ***** BEGIN LICENSE BLOCK *****
* Source last modified: $Id: rtsppars.cpp,v 1.9.30.1 2004/07/09 02:04:52 hubbe Exp $
*
* Portions Copyright (c) 1995-2004 RealNetworks, Inc. All Rights Reserv
www.eeworm.com/read/162170/5548563
nmake makefile.nmake
## Makefile for building ethereal.exe with Microsoft C and nmake
## Use: $(MAKE) /$(MAKEFLAGS) -f makefile.nmake
#
# $Id: Makefile.nmake,v 1.8 2002/02/27 09:42:41 guy Exp $
include ..\..\config.nmake
www.eeworm.com/read/154452/5637322
makefile
JAVAC = javac
JAVA = java
all : parser scanner tinySQL
parser.java : jsql.cup
${JAVA} java_cup.Main < jsql.cup
parser.class : parser.java
${JAVAC} parser.java
sym.class : sym.java
www.eeworm.com/read/473927/6824633
txt 359.txt
Rule:
--
Sid:
359
--
Summary:
This event is generated when an attempt is made to login anonymously
into an ftp server using a suspicious password (-satan)
--
Impact:
Possible unauthorized access
www.eeworm.com/read/473927/6825841
txt 358.txt
Rule:
--
Sid:
358
--
Summary:
This event is generated when an attempt is made to login anonymously
into an ftp server using a suspicious password (-saint)
--
Impact:
Possible unauthorized access
www.eeworm.com/read/471664/6887836
doc acm_java速成.doc
这里指的java速成,只限于java语法,包括输入输出,运算处理,字符串和高精度的处理,进制之间的转换等,能解决OJ上的一些高精度题目。
1. 输入:
格式为:Scanner cin = new Scanner (new BufferedInputStream(System.in));
例程:
import java.io.*;
import java.math.*;
imp
www.eeworm.com/read/395876/8148381
java adaptedrandomchars16.java
// interfaces/AdaptedRandomChars16.java
// TIJ4 Chapter Interfaces, Exercise 16, page 334
/* Create a class that produces a sequence of chars. Adapt this class so
* that it can be an input to a Sca
www.eeworm.com/read/394778/8207098
java pswverify.java
import java.util.Scanner;
public class PswVerify {
public static void main (String[ ]args) {
Scanner input = new Scanner(System.in);
String username="zhangsan";
String password=