资源列表
[编译器/词法分析] porter-stemmer
说明:The Porter stemming algorithm (or ‘Porter stemmer’) is a process for removing the commoner morphological and inflexional endings from words in English. Its main use is as part of a term normalisation process that is usua<s> 在 2024-11-14 上传 | 大小:4kb | 下载:0
[编译器/词法分析] adaptiveskindetector.cpp
说明:This program demonstrates the contributed flesh detector CvAdaptiveSkinDetector which can be found in contrib.cpp which is in example opencv category samples.<marcusbarnet> 在 2024-11-14 上传 | 大小:4kb | 下载:0
[编译器/词法分析] findiffcalloption
说明:find if call option......check it out no bakwas<aashish> 在 2024-11-14 上传 | 大小:4kb | 下载:0
[编译器/词法分析] office-open
说明:快速打开OFFICE旗下软件,方便快捷使用OFFICE各个用途-speedy open office software<周小珺> 在 2024-11-14 上传 | 大小:4kb | 下载:0
[编译器/词法分析] Canalysizer
说明:用Java写的C语言词法分析器,短小精悍,在1.txt中输入要分析的源码。-Written in C language with the Java lexical analyzer, dapper in 1.txt enter the source code to be analyzed.<ma xiaolong> 在 2024-11-14 上传 | 大小:4kb | 下载:0
[编译器/词法分析] yufafenxi(LR)
说明:LR方法 编写语法分析程序,实现对算数表达式的语法分析。要求所分析算数表达式由如下的文法产生。 E->E+T|E-T|T T->T*F|T/F|F F->id|(E)|num 实验要求:在对输入表达式进行分析的过程中,输出所采用的产生式。 -LR parser written methods to achieve parsing of arithmetic expressions. Req<lzydwd> 在 2024-11-14 上传 | 大小:4kb | 下载:1