登录
首页 » Compiler program » PL/0语言可以看成PASCAL语言的子集,它的编译程序是一个编译解释执行系统。PL/0的目标程序为假想栈式计算机的汇编语言,与具体计算机无关。...

PL/0语言可以看成PASCAL语言的子集,它的编译程序是一个编译解释执行系统。PL/0的目标程序为假想栈式计算机的汇编语言,与具体计算机无关。...

于 2022-06-27 发布 文件大小:580.82 kB
0 178
下载积分: 2 下载次数: 1

代码说明:

PL/0语言可以看成PASCAL语言的子集,它的编译程序是一个编译解释执行系统。PL/0的目标程序为假想栈式计算机的汇编语言,与具体计算机无关。-PLO

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

发表评论

0 个回复

  • reading from file and display the number of words without spaces
    reading from file and display the number of words without spaces
    2022-05-16 13:04:47下载
    积分:1
  • 编译原理中的词法分析工具,还需自己创建一个文本.写入代码....
    编译原理中的词法分析工具,还需自己创建一个文本.写入代码.-Compiler Construction Principles of lexical analysis tools needed to create a copy of their own. Write code.
    2022-12-29 06:00:03下载
    积分:1
  • 用VC写的一个词法分析器,学习编译原理时特别有用。
    用VC写的一个词法分析器,学习编译原理时特别有用。-VC write a lexical analyzer, compiler theory when learning particularly useful.
    2022-04-30 03:29:40下载
    积分:1
  • 此工具是arm
    此工具是arm-linux-gcc交叉编译工具(cross-3.4.4),这个是我自己编译的,我试过,我用它编译了u-boot1.2.0没有问题,这个交叉编译器编了好长时间,我之前在网上搜了好长时间,但是没搜到,所以今天贡献出来,免得大家还得费时间去编译,我现在用是没有问题,如果有问题请多指教。希望热爱linux的同志们多贡献点好东西出来!-This tool is arm-linux-gcc cross compiler tools (cross-3.4.4), this is my own compiler, I tried, I use it to compile the u-boot1.2.0 no problem, the cross compiler made a good long time before I found online a long time, but never found, so this contribution to come out, so everyone will have time to compile, I now use is no problem, please advise if there are problems. Hope love linux comrades contribution to point out good things!
    2022-04-23 10:04:50下载
    积分:1
  • VisulASMSetup(汇编集成)
    VisulASMSetup(汇编集成)-VisulASMSetup (assembly integration)
    2022-05-09 01:22:56下载
    积分:1
  • 可能产生的java代码的语法生产
    一个可以生成java代码的语法生成器- May produce the java code the grammar production
    2022-03-05 02:55:35下载
    积分:1
  • 这个是我编译原理课程设计的 内容,呵呵 我遍的是词法分析,基本的功能都能够实现,如词法分析,词法查错,删除无实质意义的字符等,不懂编译的就不用看了,编译真的很难...
    这个是我编译原理课程设计的 内容,呵呵 我遍的是词法分析,基本的功能都能够实现,如词法分析,词法查错,删除无实质意义的字符等,不懂编译的就不用看了,编译真的很难!!!不过好象没什么用-this my compiler theory of curriculum design, Oh my times of lexical analysis, the basic functions are to achieve, such as lexical analysis, lexical troubleshoot, remove no real significance of the characters, do not know the compiler would not have to read, compile it really hard! ! ! But it seems usele
    2022-02-06 06:28:34下载
    积分:1
  • 编译原理程序by me.
    编译原理程序by me.- Translation principle procedure by me.
    2023-04-25 09:45:03下载
    积分: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
  • Simple Java Gui, really meets with the Java editor opens
    简单的Java Gui,用Java编辑器真接打开- Simple Java Gui, really meets with the Java editor opens
    2022-07-17 19:17:48下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载