代码搜索:Scanner
找到约 4,788 项符合「Scanner」的源代码
代码结果 4,788
www.eeworm.com/read/144227/5751467
java bigintegertest.java
/**
@version 1.20 2004-02-10
@author Cay Horstmann
*/
import java.math.*;
import java.util.*;
public class BigIntegerTest
{
public static void main(String[] args)
{
www.eeworm.com/read/144227/5751473
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/144227/5751474
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/137696/5819531
hpp xmlpscantoken.hpp
/*
* Copyright 1999-2000,2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License
www.eeworm.com/read/137626/5822855
am makefile.am
## Process this file with automake to produce Makefile.in
## $Id: Makefile.am,v 1.11 2004/08/14 21:12:37 miciah Exp $
include $(top_srcdir)/Makefile.base
# We don't want to expose this outside of /s
www.eeworm.com/read/137460/5824471
java tagrule.java
/*
* $Header: /home/cvs/WEBPUMP2.0/WebPumpIDE_Src/WebPumpIDE/src/com/webpump/ui/bind/editors/TagRule.java,v 1.1.1.1 2004/07/01 09:07:41 wang_j Exp $
* $Revision: 1.1.1.1 $
* $Date: 2004/07/01 09
www.eeworm.com/read/133066/5908277
java bigintegertest.java
/**
@version 1.20 2004-02-10
@author Cay Horstmann
*/
import java.math.*;
import java.util.*;
public class BigIntegerTest
{
public static void main(String[] args)
{
www.eeworm.com/read/133066/5908283
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/133066/5908284
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/131315/5944125
p pretty.p
program pretty(input,output);
const SYMLENGTH = 15;
type
kinds = (ident, number, op, endfile);
symb = array[1..SYMLENGTH] of char;
scanres = record
symbol:symb;
kind:kinds;
end;
var
i,j,