搜索资源列表
TextAbstractor3
- 能够对文本的内容进行显示功能,并且能够根据客户的需求可以对关键字查找,并显示带有关键字的句子,并且采用句子分割技术进行处理,实现断句功能。即可以把该文章带有此关键字的句子分句显示出来,该软件的使用必须在ODBC中进行相关的设置,详细请看我的说明文档,请大家导入文章时选择txt的文件格式。我目前正在开发更好的文本挖掘工具,如果大家有什么好的建议和想法请发EMAIL给我:andondon-right to the contents of the text for display, and accor
lexica
- 词法分析器!内有文档!本程序识别的关键字为int real if then else while,仅当单独出现以上标识符时识别为关键字,对于inta,ifb等识别为标识符。 操作符分隔符! -lexical analyzer! Have documentation! The procedures for the identification of the keyword int el real if then se while, and only if there alone at the
analysor
- 用java编写的简易词法分析程序,能够识别关键字/标识符/整数/浮点数/运算符/界符以及错误的标识符-Prepared using simple lexical analysis of java programs, to identify keyword/identifier/integer/float/operator/sector identifier symbol and error
Lexer
- 设计、编制并调试一个词法分析程序。 算法的基本任务是从字符串表示的源程序中识别出具有独立意义的单词符号,其基本思想是根据扫描到的单词符号的第一个字符种类,拼出相应的单词符号,如果扫描到的单词符号是关键字,则到关键字种别码表中查出相应的种别码,并将其种别码和单词符号本身存入二元组-Design, preparation and commissioning of a lexical analyzer. Basic task of the algorithm is to identify th