搜索资源列表
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
procedure
- 程序一:用VC++实现图像检索技术。程序二:在 C 源程序中调用 MATLAB 引擎来计算三次多项式的根。程序三:编译原理词法分析器c++源程序。程序四:银行取款机Cash 系统源程序。程序五:ACCESS2000数据库文件密码的提取。-procedure : VC image retrieval technology. Two procedures : the C source Calling MATLAB engine to calculate cubic polynomial root.
Lexer
- 设计、编制并调试一个词法分析程序。 算法的基本任务是从字符串表示的源程序中识别出具有独立意义的单词符号,其基本思想是根据扫描到的单词符号的第一个字符种类,拼出相应的单词符号,如果扫描到的单词符号是关键字,则到关键字种别码表中查出相应的种别码,并将其种别码和单词符号本身存入二元组-Design, preparation and commissioning of a lexical analyzer. Basic task of the algorithm is to identify th