代码搜索:StreamTokenizer
找到约 380 项符合「StreamTokenizer」的源代码
代码结果 380
www.eeworm.com/read/139903/5795932
makefile gcc.makefile
# From Thinking in C++, 2nd Edition
# At http://www.BruceEckel.com
# (c) Bruce Eckel 1999
# Copyright notice in Copyright.txt
# Automatically-generated MAKEFILE
# For examples in directory C04
www.eeworm.com/read/139903/5795937
cpp wordcount.cpp
//: C04:WordCount.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
//{L} StreamTokenizer
// Count o
www.eeworm.com/read/139903/5795974
cpp multisetwordcount.cpp
//: C04:MultiSetWordCount.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
//{L} StreamTokenizer
//
www.eeworm.com/read/137691/5820560
java spatialreader.java
// $Id: SpatialReader.java,v 1.5 2004/10/21 22:26:38 selfreference Exp $
/* tab:2
*
*
* "Copyright (c) 2000 and The Regents of the University
* of California. All rights reserved.
*
*
www.eeworm.com/read/133885/5898874
java combiner.java
/**
* Combines input from the global and attributor stages. This shouldn't be
* too complicated.
*
*
* @author Waleed Kadous
* @version $Id: Combiner.java,v 1.1.1.1 2002/06/28 07:36:16 w
www.eeworm.com/read/133885/5898884
java fileformatexception.java
/**
* Occurs when one of the input files has an incorrect format.
* It specified the file name, the StreamTokenizer, and the error.
*
* @author Waleed Kadous
* @version $Id: FileFormatExc
www.eeworm.com/read/133885/5898932
java eventclusterer.java
/**
* The algorithm applies a clustering algorithm to each type of
* PEP.
* The input is a vector of M streams, each stream having N Event
* Vectors.
* The output is a vector of N cluster v
www.eeworm.com/read/133885/5898978
java eventlabeller.java
/**
* Is a Labeller, which relabels instances with their most probable cluster.
*
*
* @author Waleed Kadous
* @version $Id: EventLabeller.java,v 1.1.1.1 2002/06/28 07:36:16 waleed Exp $
www.eeworm.com/read/133885/5898998
java attributor.java
/**
* Does the attribution. Attribution involves taking a set of clusters and
* takes the data (in both raw and event representations) and evaluates
* the presence or absence of each synthetic e
www.eeworm.com/read/122504/6065399
java arcinforeader.java
/*
* @(#)GeoDataStream.java 0.5 17 April 1997 James Macgill
*
*/
package uk.ac.leeds.ccg.geotools;
import java.io.*;
import java.util.*;
import uk.ac.leeds.ccg.shapefile.*;
/**
* A