CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 编译器/词法分析 搜索资源 - p code

搜索资源列表

  1. pl0back

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

    • 发布日期:2008-10-13
    • 文件大小:383061
    • 提供者:mayfar
  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
    • 文件大小:1048667
    • 提供者:阿鬼
  1. c

    0下载:
  2. 1. 具有比较友好的GUI界面(仿照了我自己正在用的emacs); 2. 语法支持比较全面(毕竟是C-,语法还是不多的); 3. Error Recovery; 4. 生成p-code,便于理解; 5. 生成asm代码,通过masm6.0基本都能编译成功,但代码没有优化,效率极低。-1. Have a relatively friendly GUI interface (modeled on my own is used in emacs) 2. Syntax to suppo
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:974129
    • 提供者:穆鹏
  1. compiler

    0下载:
  2. 一个基于C0文法的编译器,转换为P-code并解释执行-C0 grammar-based compiler, output is P-code
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:945806
    • 提供者:Matrox
  1. nasm-Source

    0下载:
  2. NASM是一个开源跨平台的汇编器。里面的源码有linux下和dos下的。包含一个NASM汇编教程,源码非常清晰,含少量汇编代码。-NASM is an open source cross-platform assembler. Inside the source code under linux and dos are under. NASM contains a compilation of tutorials, source code is very clear, with a small
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:922518
    • 提供者:訾二勇
  1. PL0-classic

    0下载:
  2. 可能是流传最广、最为经典的样板作品,Pascal语言之父、图灵奖获得者Niklaus Wirth在其名著Algorithms + Data Structures = Programs第5章给出的一个递归下降预测分析器实现。毫无疑问,它是用Pascal语言编写的。该编译器生成的目标语言是p-code,一台p- code虚拟机有3个寄存器(程序计数器、基本寄存器和栈顶寄存器)和8条指令(每条指令有多种形式)。-May be the most widely accepted model for the
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:4563
    • 提供者:superchangme
  1. Modern-Compiler-Implementation-In-C

    0下载:
  2. 本书全面讲述了现代编译器的各个组成部分,包括词法分析,语法分析,抽象语法,语意检查,中间代码表示,指令选择,数据流分析,寄存器分配及运行时系统。-This book fully describes the modern compilers of the various components, including lexical analysis, parsing, abstract syntax, semantic checking, intermediate code that the ins
  3. 所属分类:Compiler program

    • 发布日期:2017-06-02
    • 文件大小:15608766
    • 提供者:祝红青
  1. Tiny-P-syntax-analysis

    0下载:
  2. 利用递归下降法实现Tiny+的语法分析,语义分析与及三地址码生成。语法分析能输出生成的语法树,语义分析创建符号表和变量类型检验,代码生成是生成三地址码。要求分析程序能给予出一定的错误提示-Recursive descent method to achieve Tiny+ syntax analysis, semantic analysis and three-address code generation. Syntax analysis can Output generated synta
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:580546
    • 提供者:小罗
  1. VB.Decompiler.Pro

    1下载:
  2. VB Decompiler编译工具,它能够反编译部分VB编译的exe文件。-VB Decompiler is decompiler for programs (EXE, DLL or OCX) written in Visual Basic 5.0/6.0. As you know, programs in Visual Basic can be compiled into interpreted p-code or into native code.
  3. 所属分类:编译器/词法分析

    • 发布日期:2012-12-11
    • 文件大小:2015184
    • 提供者:lyc
  1. C-PCompiler

    0下载:
  2. 用C语言写的C编译器,生成P-code代码,有说明文件.-This is a C compiler which is written in C language, it can translate C-code file into P-code file
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:922793
    • 提供者:王丽
  1. pl0

    1下载:
  2. PL/0编译程序和类P-code解释程序的源代码,以支持对PL/0语言所进行的如下扩充,并调试通过-PL/0 compiler and the class of the P-code to explain the program' s source code to support the expansion of the following PL/0 language, and debugging through
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:8199
    • 提供者:叶素芬
搜珍网 www.dssz.com