资源列表

« 1 2 ... .56 .57 .58 .59 .60 261.62 .63 .64 .65 .66 ... 1384 »

[编译器/词法分析3319235ex

说明:
<> 在 2024-11-12 上传 | 大小:3kb | 下载:0

[编译器/词法分析200218033赵伟光(程序清单)

说明:词法分析程序 程序当前目录里自己建立一个文本文档,取名为infile.txt,所有需要分析的程序都写在此文本文档里,程序的结尾以"@"标志符结束。运行词法分析程序,程序结果输出到文件名为outfile.txt的文件中,此文件为自动生成。-lexical analysis Procedure current directory to establish his own version of a document, named infile
<电风扇> 在 2024-11-12 上传 | 大小:3kb | 下载:0

[编译器/词法分析dddfdf

说明:这里以开始定义的PASCAL语言子集的源程序作为词法分析程序的输入数据。在词法分析中,自文件头开始扫描源程序字符,一旦发现符合"单词"定义的源程序字符串时,将它翻译成固定长度的单词内部表示,并查填适当的信息表。经过词法分析后,源程序字符串(源程序的外部表示)被翻译成具有等长信息的单词串(源程序的内部表示),并产生两个表格:常数表和标识符表,它们分别包含了源程序中的所有常数和所有标识符。-here to start the definit
<圧古老> 在 2024-11-12 上传 | 大小:3kb | 下载:0

[编译器/词法分析简易C语言词法分析程序

说明:这是一个的编译器,是编译原理课程设计的一个很好的内容-This is a compiler, compiler theory of curriculum design a very good content
<中国人> 在 2024-11-12 上传 | 大小:3kb | 下载:0

[编译器/词法分析编译原理词法分析器c语言

说明:编译的作业,对词法的分析分类以及发现错误,希望与大家交流,谢谢指教-Task of Compiler Implementation,To analyse and find error of Lexical,wish to communication with you,thanks.
<王立伟> 在 2024-11-12 上传 | 大小:3kb | 下载:0

[编译器/词法分析词法分析器

说明:类c语言词法分析器,文件能够识别c语言关键字和单词(1.0版)-lexical analyzer, to identify documents c word and language keyword (version 1.0)
<> 在 2024-11-12 上传 | 大小:3kb | 下载:0

[编译器/词法分析词法分析--CPP

说明:词法分析。在编制脚本语言时必不可少。本例子非常精简-lexical analysis. The preparation necessary for scr ipting languages. This case very concise
<逆不道> 在 2024-11-12 上传 | 大小:3kb | 下载:0

[编译器/词法分析predictAnalysis

说明:本程序主要实现预测分析表的构造,并求first和follow集-the procedure main table Forecast and Analysis, and the construction and follow for first set
<魏平> 在 2024-11-12 上传 | 大小:3kb | 下载:0

[编译器/词法分析简单优先算法

说明:本程序主要用于实现自底向上分析技术中的简单优先分析算法,简单文法可由键盘输入,实现功能包括:简单优先文法的判别,优先关系矩阵的输出,句子的识别等-the procedures used to achieve a bottom-up analysis of a simple priority analysis algorithms, simple grammar could be the keyboard input to achieve
<米子> 在 2024-11-12 上传 | 大小:3kb | 下载:0

[编译器/词法分析bnf

说明:BNF 递归下降语法分析器 文法: E->E+T|T T->T*F|F F->(E)|i-BNF recursive grammar decline parser : E-
<keke> 在 2024-11-12 上传 | 大小:3kb | 下载:0

[编译器/词法分析zhanghui

说明:布尔表达式的翻译,对输入的文法判断其合法性,并输出逆波兰表达式-Boolean expressions translation of input to judge the legitimacy of grammar and expression output inverse Poland
<离间> 在 2024-11-12 上传 | 大小:3kb | 下载:0

[编译器/词法分析编译课设

说明:算术表达式词法和语法分析程序,递归下降法,四元式-arithmetic expression morphology and syntax analysis procedures, recursive method, four yuan-
<吧是否> 在 2024-11-12 上传 | 大小:3kb | 下载:0
« 1 2 ... .56 .57 .58 .59 .60 261.62 .63 .64 .65 .66 ... 1384 »

源码中国 www.ymcn.org