代码搜索:Scanner
找到约 4,788 项符合「Scanner」的源代码
代码结果 4,788
www.eeworm.com/read/431812/8653803
java pku1953.java
import java.io.*;
import java.util.*;
public class Main
{
public static void main(String args[]) throws Exception
{
Scanner cin=new Scanner(System.in);
int num[]=new int[1000];
int i,t
www.eeworm.com/read/431812/8653890
java pku1005.java
import java.io.*;
import java.util.*;
import java.lang.String;
public class Main
{
public static void main(String args[]) throws Exception
{
Scanner cin=new Scanner(System.in);
int n=cin
www.eeworm.com/read/431812/8653914
java pku1354.java
import java.io.*;
import java.util.*;
import java.math.BigInteger;
class Main
{
public static void main(String args[]) throws Exception
{
Scanner cin=new Scanner(System.in);
BigInteger b
www.eeworm.com/read/431812/8653941
java pku1306.java
import java.io.*;
import java.util.*;
import java.math.BigInteger;
public class Main
{
public static void main(String args[]) throws Exception
{
Scanner cin=new Scanner(System.in);
int a
www.eeworm.com/read/430806/8727889
java jisuan.java
import java.util.*;
import java.lang.*;
public class jisuan{
public static void main(String args[]){
System.out.print("please input three data x,y,d :" );
Scanner sc=new Scanner (Sys
www.eeworm.com/read/430096/8767283
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/384828/8839920
java threatanalyzer.java
//: strings/ThreatAnalyzer.java
import java.util.regex.*;
import java.util.*;
public class ThreatAnalyzer {
static String threatData =
"58.27.82.161@02/10/2005\n" +
"204.45.234.40@02
www.eeworm.com/read/428561/8859767
java circlestats.java
//********************************************************************
// CircleStats.java Author: Lewis/Loftus
//
// Demonstrates the formatting of decimal values using the
// DecimalFor
www.eeworm.com/read/428557/8859837
java urldissector.java
//********************************************************************
// URLDissector.java Author: Lewis/Loftus
//
// Demonstrates the use of Scanner to read file input and parse it
// u
www.eeworm.com/read/428557/8859839
java average.java
//********************************************************************
// Average.java Author: Lewis/Loftus
//
// Demonstrates the use of a while loop, a sentinel value, and a
// running