代码搜索:StreamTokenizer
找到约 380 项符合「StreamTokenizer」的源代码
代码结果 380
www.eeworm.com/read/117227/6105098
java whilefunction.java
/*
* WhileFunction.java - while loop
* Copyright (C) 2000 Romain Guy
* romain.guy@jext.org
* http://www.jext.org
*
* This program is free software; you can redistribute it and/or
* modify it un
www.eeworm.com/read/117227/6105099
java doloopfunction.java
/*
* DoLoopFunction.java - do loop
* Copyright (C) 2000 Romain Guy
* romain.guy@jext.org
* http://www.jext.org
*
* This program is free software; you can redistribute it and/or
* modify it unde
www.eeworm.com/read/117227/6105197
java iffunction.java
/*
* IfFunction.java - if/else statement
* Copyright (C) 2000 Romain Guy
* romain.guy@jext.org
* http://www.jext.org
*
* This program is free software; you can redistribute it and/or
* modify i
www.eeworm.com/read/114609/6123747
java ruleparser.java
// RuleParserException.java
// $Id: RuleParser.java,v 1.5 2000/08/16 21:38:05 ylafon Exp $
// (c) COPYRIGHT MIT and INRIA, 1998.
// Please first read the full copyright statement in file COPYRIGHT.htm
www.eeworm.com/read/479260/6690696
java marks.java
package net.sanxiau.koof;
import java.io.*;
import java.text.*;
public class Marks {
/**
* @param args
*/
public static void main(String[] args) throws IOException{
// TODO Auto-gene
www.eeworm.com/read/477671/6730747
cpp wordcount.cpp
//: C07:WordCount.cpp
// From "Thinking in C++, 2nd Edition, Volume 2"
// by Bruce Eckel & Chuck Allison, (c) 2001 MindView, Inc.
// Available at www.BruceEckel.com.
//{L} StreamTokenizer ../TestS
www.eeworm.com/read/477671/6730782
cpp multisetwordcount.cpp
//: C07:MultiSetWordCount.cpp
// From "Thinking in C++, 2nd Edition, Volume 2"
// by Bruce Eckel & Chuck Allison, (c) 2001 MindView, Inc.
// Available at www.BruceEckel.com.
//{L} StreamTokenizer
www.eeworm.com/read/477671/6730789
cpp tokenizetest.cpp
//: C07:TokenizeTest.cpp
// From "Thinking in C++, 2nd Edition, Volume 2"
// by Bruce Eckel & Chuck Allison, (c) 2001 MindView, Inc.
// Available at www.BruceEckel.com.
// Test StreamTokenizer
//
www.eeworm.com/read/158649/11595100
java wordcount.java
//: c11:WordCount.java
// Counts words from a file, outputs
// results in sorted form.
// {NoAutomaticTesting}
// {Args: WordCount.java}
package c11;
import java.io.*;
import java.util.*;
c
www.eeworm.com/read/158649/11595899
java stripqualifiers.java
//: com:bruceeckel:util:StripQualifiers.java
package com.bruceeckel.util;
import java.io.*;
public class StripQualifiers {
private StreamTokenizer st;
public StripQualifiers(String qualifie