资源列表
[编译器/词法分析] 用Bison实现pl0语言编译器
说明:简介:PL0语言是pascal语言的一个子集。编译VC工程之前,需要运行run.bat将词法分析脚本和语法语义分析脚本编译成C语言。-Profile : pascal PL0 language is a language subset. VC compiler works, will also need to run the scr ipt lexical analysis and semantic analysis scr ipt syntax into C language compiler<罗鹏魁> 在 2008-10-13 上传 | 大小:919.4kb | 下载:1
[编译器/词法分析] 用Bison实现pl0语言编译器
说明:简介:PL0语言是pascal语言的一个子集。编译VC工程之前,需要运行run.bat将词法分析脚本和语法语义分析脚本编译成C语言。-Profile : pascal PL0 language is a language subset. VC compiler works, will also need to run the scr ipt lexical analysis and semantic analysis scr ipt syntax into C language compiler<罗鹏魁> 在 2025-06-15 上传 | 大小:919kb | 下载:2
[编译器/词法分析] syntax_analysis
说明:C++编写的词法分析器,读入文本文件上的程序并分析-C++ Prepared lexical analyzer, reading into the text file on the procedures and analysis<拉菲露> 在 2025-06-15 上传 | 大小:916kb | 下载:0
[编译器/词法分析] C-Compiler
说明:C-编译器,包含词法分析语法分析,中间代码生成,操作简单-C-compiler, lexical analysis contains syntax analysis, intermediate code generation, easy<xuling> 在 2025-06-15 上传 | 大小:918kb | 下载:0
[编译器/词法分析] cifafenxiqi
说明:词法分析器,用于实现编译过程中的词法分析与解释-Lexical analyzer, the compilation process for the realization of the lexical analysis and interpretation<gting> 在 2025-06-15 上传 | 大小:920kb | 下载:0
[编译器/词法分析] DelphiScript
说明:Delphi写的编译器,实现脚本引擎,实现脚本引擎。-Delphi compiler written to realize the scr ipt engine, to achieve the scr ipt engine.<innphysu> 在 2025-06-15 上传 | 大小:918kb | 下载:0
[编译器/词法分析] 2.12
说明:设A=(a1,…,am)和B=(b1,…,bn)均为顺序表,A’和B’分别为A和B中除去最大共同前缀后的子表(例如,A=(x,y,y,z,x,z),B=(x,y,y,z,y,x,x,z),则两者中最大的共同前缀为(x,y,y,z),在两表中除去最大共同前缀后的子表分别为A’=(x,z)和B’=(y,x,x,z))。若A’=B’=空表,则A=B;若A’=空表,而B’≠空表,或者两者均不为空,且A’的首元小于B’的首元,则A < B,否则A > B。试写一个比较A、B大小的算法(请注意:<阿扁猪> 在 2025-06-15 上传 | 大小:918kb | 下载:0