代码搜索:Scanner
找到约 4,788 项符合「Scanner」的源代码
代码结果 4,788
www.eeworm.com/read/452050/7449582
java 3470176_pe.java
import java.util.*;
public class Main {
private Scanner in;
private double area;
private int n, xtot, ytot;
private Rectangle [] rectangle;
private boolean [][] covered;
private doubl
www.eeworm.com/read/452050/7449830
java 3542316_ac_375ms_7768k.java
import java.util.*;
public class Main {
private Scanner in;
private int area;
private int n, xtot, ytot;
private LinkedList rectangle = new LinkedList ();
privat
www.eeworm.com/read/441102/7676118
java ex1partd.java
import java.util.Scanner;
public class Ex1PartD {
public static void main(String[] args) {
// variable declaration:
int distance, coconutLocation, coconutWeight,iTmpWght, iTmpEff, iT
www.eeworm.com/read/196303/8100830
txt twainspec.txt
One of my applications needed some scanner support. I thought it might be a good idea
to get into TWAIN and try it out. Well, here are the results.
Firstly, this is NOT a complete implementatio
www.eeworm.com/read/313080/13596985
java lotterydrawing.java
/**
@version 1.20 2004-02-10
@author Cay Horstmann
*/
import java.util.*;
public class LotteryDrawing
{
public static void main(String[] args)
{
Scanner in = new Sca
www.eeworm.com/read/303513/13813840
m tokcat.m
function str=tokcat(tok)
%TOKCAT Concatenate tokens to string.
% STR = TOKCAT(TOK), concatenates the tokens
% in the token list TOK into a string STR.
%
% See also SCANNER.
% Copyright
www.eeworm.com/read/145991/5741167
c lhx.c
/* LHX.C -- An LHARC archive tester/scanner
*
* version 1.0 by Mark Armbrust, 15 April 1985 (IRS? Just say NO!)
*
* The code in this module is public domain -- do whatever you want with it *
www.eeworm.com/read/145991/5741420
c lhx.c
/* LHX.C -- An LHARC archive tester/scanner
*
* version 1.0 by Mark Armbrust, 15 April 1985 (IRS? Just say NO!)
*
* The code in this module is public domain -- do whatever you want with it *
www.eeworm.com/read/144227/5751475
java lotterydrawing.java
/**
@version 1.20 2004-02-10
@author Cay Horstmann
*/
import java.util.*;
public class LotteryDrawing
{
public static void main(String[] args)
{
Scanner in = new Sca
www.eeworm.com/read/133066/5908285
java lotterydrawing.java
/**
@version 1.20 2004-02-10
@author Cay Horstmann
*/
import java.util.*;
public class LotteryDrawing
{
public static void main(String[] args)
{
Scanner in = new Sca