登录
首页 » Compiler program » 新编的编译原理程序

新编的编译原理程序

于 2022-04-21 发布 文件大小:3.76 kB
0 166
下载积分: 2 下载次数: 1

代码说明:

新编的编译原理程序- Newly organized translation principle procedure

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 中山大学编译原理课程的一个实验,根据OPP(算符优先)做的一个表达式计算器。 内有实验的设计文档。 实验要求支持sin,cos,max,min,powe...
    中山大学编译原理课程的一个实验,根据OPP(算符优先)做的一个表达式计算器。 内有实验的设计文档。 实验要求支持sin,cos,max,min,power,mod,boolean,?:,等运算。 这个代码可以为学习编译原理的同学参考。-Principles of Sun Yat-sen University to compile an experimental course, according to OPP (operator priority) to do an expression calculator. There are experimental design documents. Experimental requirements to support the sin, cos, max, min, power, mod, boolean,?:, Such as computing. This code can be compiled for study and reference principles classmates.
    2023-02-13 08:30:04下载
    积分:1
  • 对C++进行词法和语法分析。 要求: 词法分析部分写出相应的正规集、正规式、NFA、DFA 写出语法分析所采用的方法和完成的语法分析功能...
    对C++进行词法和语法分析。 要求: 词法分析部分写出相应的正规集、正规式、NFA、DFA 写出语法分析所采用的方法和完成的语法分析功能 编写出响应的编译程序 写出完整的课程设计报告 -right for C morphology and syntax analysis. Requirements : lexical analysis to write a corresponding set of formal, formal style, NFA, DFA write syntax analysis, the method used to complete the grammar and analysis capabilities to prepare to respond to the compiler to write a complete curriculum design report
    2023-02-14 19:20:04下载
    积分:1
  • 和YACC一样,但是提供对继承属性的语义计算
    和YACC一样,但是提供对继承属性的语义计算-Same as YACC, but it provide the semantic calculation for inherited property
    2023-02-27 02:25:03下载
    积分:1
  • Decompile a program
    一个可以反编译程序的源代码,不晓得是否有用哈-Decompile a program
    2023-03-31 06:00:04下载
    积分:1
  • 递归下降语法分析
    递归下降语法分析-decline recursive grammar analysis
    2022-04-10 05:33:19下载
    积分:1
  • 词法分析程序.我自己编程的词法分析程序.很好用
    词法分析程序.我自己编程的词法分析程序.很好用-Lexical analysis program
    2022-04-06 10:55:10下载
    积分:1
  • basic explanation for the source code microsoft visual studio environment throug...
    basic解释器源代码 microsoft visual studio 6.0环境下通过-basic explanation for the source code microsoft visual studio environment through 6.0
    2022-07-27 05:08:47下载
    积分:1
  • 一个由LEX编写的C
    一个由LEX编写的C-词法分析程序。为锻炼使用者能力,未加载LEX已编译的代码。建立时最好建立控制台程序。-LEX written by a C-lexical analysis program. The user the ability to exercise without load LEX compiled code. Is best to establish procedures for the establishment of the console.
    2022-03-24 22:33:27下载
    积分:1
  • LL (1) parser
    LL(1)语法分析器,在任何时候,总控程序都是按照栈顶符号X和当前输入符号a行事的。对于任何(X,a),总控程序每次都执行下述三种可能的动作之一: 若X=a=’#’,则宣布分析成功,停止分析过程; 若X=a≠’#’,则把X从栈顶逐出,让a指向下一输入符号; 若X是一个非终结符,则查看分析表M。若M中存放着一条关于X的产生式,那么,首先把X逐出栈顶,然后,把产生式的右部符号按反序一一推进栈,同时做这个产生式相应的语义动作(目前不管)。若M[X,a]中存放着一条出错标志,则调用出错诊查程序Error。-LL (1) parser
    2022-04-20 05:21:39下载
    积分:1
  • 预测分析法实现的语法分析器
    预测分析法实现的语法分析器 -Forecast and Analysis Method syntax analyzer Forecast and Analysis Method of Grammar Analyzer Forecast and Analysis Method syntax analyzer
    2022-03-15 04:53:12下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载