CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - PLO

搜索资源列表

  1. 200505241019311925

    0下载:
  2. PLO编译 (2) 输出单词,输出形式为:(序号,单词,对应源程序行号,对应源程序列号); (3) 输出出错信息,输出形式为:(出错行号,出错列号,出错信息); (4) 输出符号表,输出形式为:(单词种别码,单词符号); (5) 对源程序编辑框的某一行进行双击,能在单词编辑框中对应的单词变为红色; 当在单词编辑框中选定某一单词时,对应的源程序编辑框中的行变为蓝色。 (6) 打开、保存文件。查找、删除、修改等编辑工作。 -PLO compiler (2) output
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:186.7kb
    • 提供者:于阳
  1. pl0back

    0下载:
  2. 在本编译程序中,源语言为PL/0语言,目标语言为假想栈式计算机的汇编语言.PL/0语言是Pascal语言的一个子集,PL/0的编译程序包括了对PL/0语言源程序进行分析处理、编译生成类PCODE代码,并在虚拟机上解释运行生成的类PCODE代码的功能。   PL/0语言编译程序采用以语法分析为核心、一遍扫描的编译方法。词法分析和代码生成作为独立的子程序供语法分析程序调用。语法分析的同时,提供了出错报告功能。在源程序没有错误编译通过的情况下,调用类PCODE解释程序解释执行生成的类PCODE代码
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:374.08kb
    • 提供者:mayfar
  1. CFFC_1

    0下载:
  2. java写的PLO词法分析,刚交了作业 没什么大内容,仅供参考-java write lexical analysis of the PLO, has just paid a little big operation, for reference purposes only
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2.73kb
    • 提供者:wyutao
  1. ploc++build

    0下载:
  2. plo 清华版的第二章的那个!! 1. 基本内容(成绩范围:“中”、“及格”或“不及格”) 对PL/0作以下修改扩充: (1)增加单词:保留字 ELSE,FOR,TO, DOWNTO 运算符 +=,-=,++,-- 修改单词:不等号# 改为 <> 增加条件语句的ELSE子句 (2)扩充赋值运算:+= 和 -= (3)扩充语句(Pascal的FOR语句): ①FOR <变量>:=<表达式> TO <表达式>
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1.18mb
    • 提供者:litianwag
  1. pl0.h

    0下载:
  2. 这是PL0.h,与前面的plo.c放在一起才能运行
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2.02kb
    • 提供者:刘杨
  1. NEWPL0

    0下载:
  2. PLO模板程序设计,里面包括了源代码,运行的结果,不过没实验报告书-PLO template programming, which includes the source code and operating results, but did not report on experiments
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:440.27kb
    • 提供者:KEVIN
  1. plo(CB)

    1下载:
  2. 我在三做的课程,当时拿到了95分,包括完整的报告,有IF/else/read/for等语句的plo-I do three courses, then get 95 hours, including a full report, IF there / else / read / for such phrases as the plo
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:560.1kb
    • 提供者:陈金鹏
  1. PLO de shixian

    0下载:
  2. PLO de shixian
  3. 所属分类:源码下载

  1. PL0(C++Builder).PLO源码(c++buider)编译原理课程设计

    2下载:
  2. PLO源码(c++buider)编译原理课程设计 已经添加了++ += else if >= <= 等字符,PLO source (c++ Buider) Principles of curriculum design has been compiled added+++ = Else if> = <= and other characters
  3. 所属分类:编译器/词法分析

    • 发布日期:2017-03-22
    • 文件大小:685.52kb
    • 提供者:skymoon
  1. PLO.rar

    0下载:
  2. pl0编译原理源代码,其中包括java和c++两种不用语言编写的程序,Compiler Construction Principles pl0 source code, including java and c++ two languages do not have the procedure
  3. 所属分类:Compiler program

    • 发布日期:2017-04-09
    • 文件大小:1mb
    • 提供者:阿鬼
  1. PL0.rar

    1下载:
  2. PLO的此法分析语法分析,还有解释程序中间代码生成,目标代码全都有的。,Analysis of this PLO syntax analysis, and interpretation of the procedures to generate intermediate code, object code all others.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:10.79kb
    • 提供者:于沛
  1. gdut-PLO

    0下载:
  2. gdut编译原理课程设计 (1)增加单词:保留字 ELSE,FOR,TO,DOWNTO,RETURN 运算符 +=,-=,++,-- -GDUT design of PLO
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:465.57kb
    • 提供者:李伟宾
  1. plo

    1下载:
  2. plo 源碼 在基礎上增加了 switch:case语句 和 while語句 輸入文件為Pascl-plo-source based on an increase in the switch: case statements and while statements input file for Pascl
  3. 所属分类:Compiler program

    • 发布日期:2015-07-14
    • 文件大小:14.82kb
    • 提供者:james
  1. plo

    1下载:
  2. PL/0功能扩充,实现处理break功能,break退出当前循环-PL/0 function of the expansion, to achieve break function to deal with, break out of the current cycle
  3. 所属分类:Compiler program

    • 发布日期:2017-03-23
    • 文件大小:61.01kb
    • 提供者:kukuyeyewa
  1. plotest2

    0下载:
  2. 编译原理课程设计2 编译器 PLO 包括语法分析-Principles of Course Design Compiler Compiler 2 PLO, including parsing
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:166.36kb
    • 提供者:陈坚
  1. dfasdff

    0下载:
  2. PLO编译器扩充,编译原理课程设计作业-PLO compiler extension, compiler theory course design work !!!!!!!
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:881.64kb
    • 提供者:陈伟敏
  1. PLO

    0下载:
  2. 一个PLO编译器的实现 词法分析 语法分析 代码生成-Implementation of a PLO compiler lexical analysis parser code generation
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:32.26kb
    • 提供者:sunshine
  1. plo

    0下载:
  2. 本程序实现了PLO语言的编译工作,包含了词法分析、语法分析,语义分析等工作。-The program to achieve a the PLO language compiler, including lexical analysis, parsing, semantic analysis.
  3. 所属分类:Compiler program

    • 发布日期:2017-11-11
    • 文件大小:18.65kb
    • 提供者:王秀琳
  1. PLO

    0下载:
  2. PLO算法,适合初学者,简单能应用。附带测试用例test.txt-PLO program
  3. 所属分类:Other systems

    • 发布日期:2017-04-24
    • 文件大小:66.77kb
    • 提供者:zoe
  1. ployufa

    0下载:
  2. 用c++语言编写,vs2015通过,对PLO的编译原理语法分析程序,(Syntax analysis program for PLO language compilation principle)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-09
    • 文件大小:855kb
    • 提供者:小叶半曲
« 12 3 4 »
搜珍网 www.dssz.com