-
一个计算器程序,利用了编译原理的知识,可以用来作为一个例子,学习编译原理...
一个计算器程序,利用了编译原理的知识,可以用来作为一个例子,学习编译原理-a calculator procedure, and use of compiler theory of knowledge, could be used as an example to study compiler theory
- 2022-08-26 13:29:23下载
- 积分:1
-
C编译器的设计,有详细的文档和源代码,是学习编译原理绝对有用的参考与研究资料。...
C编译器的设计,有详细的文档和源代码,是学习编译原理绝对有用的参考与研究资料。-C compiler design, detailed documentation and source code, is to learn to compile a useful reference for the absolute principle and research data.
- 2022-03-10 08:59:17下载
- 积分:1
-
JC1.0。本编译器包含完整的文档与程序。借助 Lex & Bison, masm 开发。语句5个,支持混合运算。输入输出作为两个 IO 语句(函数调用),由汇...
JC1.0。本编译器包含完整的文档与程序。借助 Lex & Bison, masm 开发。语句5个,支持混合运算。输入输出作为两个 IO 语句(函数调用),由汇编实现并编译为 io.obj,将由 Link 链接。生成 EXE。整个流程完整清晰,代码易读。-JC1.0. The compiler includes complete documentation and procedures. With Lex Bison, can develop. Statement 5, support mixed computing. Input and output as two IO statement (function call), compiled by the compiler to achieve and io.obj will link Link. EXE generation. The entire process, complete and clear, legible code.
- 2022-03-02 14:29:23下载
- 积分:1
-
1、 输入串应是词法分析的输出二元式序列,即某算术表达式“实验项目一”的输出结果。输出为输入串是否为该文法定义的算术表达式的判断结果。
2、 递归下降分析程...
1、 输入串应是词法分析的输出二元式序列,即某算术表达式“实验项目一”的输出结果。输出为输入串是否为该文法定义的算术表达式的判断结果。
2、 递归下降分析程序应能发现输入串出错。
3、 设计两个测试用例(尽可能完备,正确和出错),并给出测试结果
-1, input strings should be the output of lexical analysis of binary sequence, that is, the arithmetic expression of a
- 2022-01-24 15:25:13下载
- 积分:1
-
用递归下降法分析算术表达式的框图,主要完成:
⑴ 通知外界键入算术表达式;
⑵ 控制E过程分析算术表达式;
⑶ 根据分析结果之正误,分别通知外界不同...
用递归下降法分析算术表达式的框图,主要完成:
⑴ 通知外界键入算术表达式;
⑵ 控制E过程分析算术表达式;
⑶ 根据分析结果之正误,分别通知外界不同的信息。
-Analysis of recursive descent method with arithmetic expressions diagram, mainly to complete: ⑴ notice outside type arithmetic expressions ⑵ control process analysis arithmetic expression E ⑶ results are based on an analysis of error, respectively, different information to inform the outside world.
- 2022-03-22 17:28:55下载
- 积分:1
-
Shorthand是一个强大的脚本语言,是专门为基于Web的应用程序设计的。它的语法简单直观易于学习。它的引擎可在所有的 Linux 和Windows平台的流行
Shorthand是一个强大的脚本语言,是专门为基于Web的应用程序设计的。它的语法简单直观易于学习。它的引擎可在所有的 Linux 和Windows平台的流行Web服务器上运行。它支持 MySQL 和ODBC,以便用最普通的数据格式化。-Shorthand is a powerful scripting language that is specifically for Web-based application design. Its syntax is simple and intuitive and easy to learn. The engine in all the Linux and Windows platforms popular Web servers. It supports ODBC and MySQL to use the most common data format.
- 2022-03-20 21:39:04下载
- 积分:1
-
Pascal 到C的转换器
Pascal 到C的转换器 -Converter from Pascal to C
- 2022-04-01 08:29:33下载
- 积分:1
-
编译原理LL1分析表
编译原理LL1分析表- Translation principle LL1 analytical table
- 2022-11-06 10:10:03下载
- 积分:1
-
这可是我的倾情制作,离卖弄的语法分析器,是自己写的实现程序,不使用他人的结果,直接从原始语法里进行推理计算的,而且这个使用c语言实现的,很多底层函数都是自己来写...
这可是我的倾情制作,离卖弄的语法分析器,是自己写的实现程序,不使用他人的结果,直接从原始语法里进行推理计算的,而且这个使用c语言实现的,很多底层函数都是自己来写,像hash表里的hash函数,还有像动态自增长分配等。当然这个还很不完善,但是已经作了很多工作,差就差在没有找到理想的脚本支持语言,最后没有办法只能用函数指针的数组来进行语义调用了。-this but my DEDECATES production, from the play of parser, written in their own procedures, not to use the results of others directly from the original grammar conducted calculated reasoning, but the use of the c language, many are bottom of their function to write, like hash exterior of the hash function , as from the dynamic growth of distribution. Of course, this is far from perfect, but has made a lot of work, they just lacked the poor fail to find an ideal script language support, no way to the final only with an array of function pointers for the Semantic call.
- 2022-10-31 07:10:03下载
- 积分:1
-
算术表达式词法和语法分析程序,递归下降法,四元式
算术表达式词法和语法分析程序,递归下降法,四元式-Arithmetic expression lexical and syntax analysis, recursive descent method, type Quaternion
- 2023-08-07 09:20:03下载
- 积分:1