搜索资源列表
Tokenizer
- 为C#做的字符串分析工具,可以有效分析字符串,根据字符串间的各种分隔符如逗号,空格等等进行分析。-done for the C# string analysis tools can effectively analyze string, According to the string between the various separator like a comma, space, etc. for analysis.
Tokenizer_special
- java 中 tokenizer 的 extends-java which extends the tokenizer
uc-tokens10
- Using the UnderC Tokenizer Class It s often necessary to parse complex text files, where standard i/o is too clumsy. C programmers fall back on strtok(), but this can be tricky to use properly. Besides, you are still responsible for keeping
average
- 計平均數的java program, 含string tokenizer和error detection, 分便初學者學習
tokenizer
- 当你写词法分析器时,Sun s Java中的 StreamTokenizer 类是很有用的。所以我生成了类似的一个类CStringTokenizer ,它的使用方法类似于Java的StreamTokenizer ,也提供了一些额外的功能,函数名也稍微有些不同-law analyzer, Sun's Java s StreamTokenizer category is very useful. I generated a similar type CStringTokenizer, its
org
- 全文检索lucene2.0的源码 请笑纳-lucene2.0 An Analyzer builds TokenStreams, which analyze text. It thus represents a * policy for extracting index terms from text. Typical implementations first build a Tokenizer, which breaks the stream of
Tokenizer-1.0.1
- file tokenizar in php simple program for indexing files
StringTokenizer
- String Tokenizer in C#
CompilerDesign
- This a prototype for the Compiler design basic steps written in java. A tokenizer to get the tokens from the Input code.-This is a prototype for the Compiler design basic steps written in java. A tokenizer to get the tokens from the Input code.
Tokenizer
- tokenizor in c good to see once
EadokingLexicalAnalyzer
- Java lexical analyzer for semi pascal language its my first phase of my compiler project there is another class tokens class i used iwill put it after a while , i used stream tokenizer for more information just ask me :)
string_strutil
- std::string并没有提供所有需要方法。所以,需要用STL提供了算法库、字符串流以及现存的std::string的方法来实现它们。 ※ 将字符串转换为大写/小写 ※ 去掉字符串两端的空格 ※ 忽略大小写比较字符串 ※ StartsWith和EndsWith ※ 从字符串解析出int和bool等类型的值 ※ 将各种数值类型转换成字符串(toString) ※ 拆分字符串和Tokenizer-std:: string does not provide all the
arithmetic_parser
- Arithmetic expression parser Descr iption: The code includes a portable tokenizer like the StreamTokenizer in Java. It parses and interprets an arithmetic expression expressed in a flexible C-like syntax.-Arithmetic expression parser Descr iption
tokenizer
- this the code for knn algorithm-this is the code for knn algorithm
tokenizer
- part of tokenizer of compailer
Tokenizer
- Tokenizer Program used to seaparate the token
how use delimeter in tokenizer
- It is example, how use delimeter in tokenizer! And it is relate with ssd3-It is example, how use delimeter in tokenizer! And it is relate with ssd3!!!
Tokenizer
- Boost Library Test Code > includes String Tokenizer
tokenizer
- General purpose string tokenizer (C++ string version). The default delimiters are space(" "), tab(\t, \v), newline(\n),carriage return(\r), and form feed(\f).If you want to use different delimiters, then use setDelimiter() to override the delimiters.
tokenizer-cPP
- // General purpose string tokenizer (C++ string version) // The default delimiters are space(" "), tab(\t, \v), newline(\n), // carriage return(\r), and form feed(\f). // If you want to use different delimiters, then use setDelimiter() to overr