搜索资源列表
StringTokenizer
- String Tokenizer in C#
tokenizer_and_compute_frequency
- 思路:将文件逐行读入,然后用StringTokenizer进行处理,将一个个word以(名称,出现次数)存入hashmap,依次统计如果出现多次出现次数递加,文件全部处理完后再读出,这样就算出了词频-Idea: read the file line by line, and then processed using StringTokenizer will be a word to (name, frequency) into the hashmap, followed by statistic
StringTokenizer
- 一个字符串分割的类,可以自定义各种类型的字符串分割,功能强大-a class for string split
StringTokenizer
- 在linux下的字符串分割类 及做的连接符的操作-String under the linux partition type and connectors to do the operation
StringTokenizer
- StringTokenizer for J2ME
ffzil
- 有用的J2ME类合集,几何了Blowfish类,LVector类,MD5Digest类,SimpleCache类,StringTokenizer类等!有很高的参考价值。-Useful J2ME class collections, geometric the Blowfish class, LVector class, MD5Digest class, SimpleCache class, StringTokenizer class! Has a high reference value.
SSD3, PQ_1
- import java.io.*; import java.util.*; public class SecondsCalculator { private static BufferedReader stdIn = new BufferedReader(new InputStreamReader(System.in)); private static PrintWriter stdErr = new PrintWriter(System.err, true); private static P
StringTokenizer
- 该源码是一个比较经典的字符串处理函数,用于对字符串分割和读取处理。-the source is a more classical string handling functions for the string processing division and reading.
StringTokenizer
- 该源码是一个比较经典的字符串处理函数,用于对字符串分割和读取处理。-the source is a more classical string handling functions for the string processing division and reading.
X509NameTokenizer
- class for breaking up an X500 Name into it s component tokens, ala java.util.StringTokenizer.