搜索资源列表
02_1
- 本程序用于词法分析:从DOS界面输入一行的C语句,并以#号结尾(注意必须以这个为结束标志,否则出错),要求输出对应的单词的种类码和该类中的 内码。其中,关键字种类为1,分界符种类为2,算术运算符、关系运算符、常数、标识符分别为-the procedures for lexical analysis : DOS interface input from the C his statement, and in the end, # (attention to the need to put an e
C++文本查询程序原型
- 文本查询源代码,用于对文本的检索替换,词法分析,语法分析-text inquiries source code, for the retrieval of text replacement, lexical analysis, grammar analysis
词法分析小程序
- 词法分析小程序
WordAnalyse
- 词法分析程序:通过有穷自动机实现给定程序的词法分析。-failed to translate
bianyi1
- 词法分析程序,能识别程序中的注释、空格、关键字,并检查错误-Lexical analysis procedures, to identify the program notes, spaces, keywords, and check for errors
lead-out--a-help-document
- 设计一个类似Doc++这样的工具,将源文件中的注释导出来形成一个帮助文档。 本程序使用Win7下的Eclipse,实现将源文件的注释导出到帮助文档。通过词法分析,识别出.Java、.c文件中的类、变量、方法以及对应的注释,并将其导入到设计好的数据结构中,再将该数据结构转换成HTML文件。-Design a tool like this Doc++, the source file comments in the lead out to form a help document. This
pl0_temp
- pl0词法分析器,实现对基本的pl0程序的词法分析-pl0 lexical analyzer, to achieve the basic lexical analysis program pl0
ywntzk
- 本程序用于词法分析:从DOS界面输入一行的C语句,并以#号结尾(注意必须以这个为结束标志,否则出错,要求输出对应的单词的()