代码搜索:Scanner

找到约 4,788 项符合「Scanner」的源代码

代码结果 4,788
www.eeworm.com/read/367177/9767960

java bignumber.java

import java.util.Scanner; import java.math.*; public class BigNumber { /** * @param args */ public static void main(String[] args) { // log10(n!) = log10(sqrt(2 * pi * n)) + n * log
www.eeworm.com/read/367177/9767967

java preposterous.java

import java.util.Scanner; /** * ID:1240 * 前序后续遍历 * @author yhm * */ public class PrePosterous { static int m; static int[] C; /** * @param args */ public static void ma
www.eeworm.com/read/367177/9767972

java skewbinary.java

import java.util.Scanner; /** * ID:1565 * @author yhm * */ public class SkewBinary { /** * @param args */ public static void main(String[] args) { Scanner cin = new Scanne
www.eeworm.com/read/367177/9767973

java whosinthemiddle.java

import java.util.*; /** * ID:2388 * @author yhm * */ public class WhosintheMiddle { /** * @param args */ public static void main(String[] args) { Scanner cin = new Scanner
www.eeworm.com/read/367177/9767974

java allinall.java

import java.util.*; /** * ID:1936 * @author yhm * */ public class AllinAll { /** * @param args */ public static void main(String[] args) { Scanner cin = new Scanner(System.in)
www.eeworm.com/read/367177/9767976

java financialmanagement.java

import java.math.BigDecimal; import java.util.Scanner; /** * ID:1004 * @author yhm * */ public class FinancialManagement { /** * @param args */ public static void main(Strin
www.eeworm.com/read/269927/11054296

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/414988/11088125

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/268781/11122001

makefile

#----------------------------------------------------------------------- # File : makefile (directory: acopt) # Contents: build ant colony optimization demonstration program # Author : Christia
www.eeworm.com/read/268274/11145864

java 条件表达式的应用.java

//条件表达式的应用 import java.util.*; public class TiaoJian { public static void main(String[] args) { Scanner reader=new Scanner(System.in); while(reader.hasNextInt()) { int a=reader.nex