登录
首页 » Compiler program » 编译课程的斯坦福大学

编译课程的斯坦福大学

于 2022-02-01 发布 文件大小:1.19 MB
0 67
下载积分: 2 下载次数: 1

代码说明:

斯坦福大学操作编译器课程讲义(cs143) stanford university compiler course-stanford university compiler course

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

发表评论

0 个回复

  • 在本编译程序中,源语言为PL/0语言,目标语言为假想栈式计算机的汇编语言.PL/0语言是Pascal语言的一个子集,PL/0的编译程序包括了对PL/0语言源程序...
    在本编译程序中,源语言为PL/0语言,目标语言为假想栈式计算机的汇编语言.PL/0语言是Pascal语言的一个子集,PL/0的编译程序包括了对PL/0语言源程序进行分析处理、编译生成类PCODE代码,并在虚拟机上解释运行生成的类PCODE代码的功能。   PL/0语言编译程序采用以语法分析为核心、一遍扫描的编译方法。词法分析和代码生成作为独立的子程序供语法分析程序调用。语法分析的同时,提供了出错报告功能。在源程序没有错误编译通过的情况下,调用类PCODE解释程序解释执行生成的类PCODE代码。 该软件为PL/0语言编译程序,所实现的扩充功能如下: 1.增加单词:保留字 ELSE,FOR,TO, DOWNTO 2.增加运算 +=,-=,++,-- 3.不等号# 改为 4.增加条件语句的ELSE子句 5.扩充语句: ①FOR := TO DO ②FOR := DOWNTO DO 其中,语句①的循环变量的步长为1, 语句②的循环变量的步长为-1。 概述 源文件: *.plo 目标文件: *.COD 实现平台:C++ Builder6.0 -the compiler, the source language of PL/0 language, target language of the imaginary stack of computer assembly language. PL/0 language Pascal language is a subset of, PL/0 compilers including the right PL/0 language source analysis, category PCODE compiler code generation and the virtual machine running on to explain the formation PCODE category code functions. PL/0 language compiler
    2022-07-12 21:52:18下载
    积分:1
  • About lex with which sends document
    一个关于lex用发的document- About lex with which sends document
    2022-07-15 18:41:02下载
    积分:1
  • mpeg4 encoding technology of a major technology, including motion estimation and...
    编码技术mpeg4的一项重要技术,其中包括运动估计运动补偿及纹理编码-mpeg4 encoding technology of a major technology, including motion estimation and motion compensation coding texture
    2022-04-17 19:47:12下载
    积分: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
  • 一个小型c compiler的设计与实现
    一个小型c compiler的设计与实现-a small c compiler Design and Implementation
    2022-03-13 15:59:46下载
    积分:1
  • bochs完整的虚拟机,编译通过哦
    bochs完整的虚拟机,编译通过哦-bochs integrity hypothesized machine, the translation passes oh
    2022-08-22 22:31:07下载
    积分:1
  • 这是一个编译原理中,数的识别的一个程序,可以运行
    这是一个编译原理中,数的识别的一个程序,可以运行-it is a program of indentify of number in complier principle,can run.
    2022-03-25 23:03:54下载
    积分:1
  • 完美反编译各种版本的CHM文件 把所有内容以完整结构(目录路径)反编译出来,100 还原,详细计算各种文件的数量:图片、网页、多媒体等; 支持所有版...
    完美反编译各种版本的CHM文件 把所有内容以完整结构(目录路径)反编译出来,100 还原,详细计算各种文件的数量:图片、网页、多媒体等; 支持所有版本的CHM,支持所有编码; 允许有选择性地导出不同类型的文件,包括仅导出所有图片、仅导出所有网页文件、仅导出所有多媒体文件、仅导出列表等; 特有树形结构预览; 支持快速批量反编译,如果导出目标文件夹存在,则会自动生成新的序列文件夹; 智能操作,无所不在的快捷方式与体贴的操作与提示; 自动识别文件类型,判断有潜在威胁的文件类型自动提示! -Perfect Anti-compiled versions of CHM files Put all the contents of a complete structure (directory path) anti-compiled, 100 reduction, detailed calculation of the number of various documents: images, web pages, multimedia, etc. Supports all versions of the CHM, to support all coding Allow selective export of different types of documents, including the only export all the pictures, only to export all pages of documents, only to export all the multimedia files, only to export the list and so on Special preview of tree structure Support for fast batch decompile, if the export destination folder exists, it will automatically generate a new sequence of folders Intelligence operation, the ubiquitous shortcu
    2023-01-31 18:45:03下载
    积分:1
  • 给定一个文法,构造词法分析表,实现算符优先词法分析
    给定一个文法,构造词法分析表,实现算符优先词法分析
    2022-08-17 02:59:19下载
    积分:1
  • YYCC语言编译器
    YYCC语言编译器-YYCC Language Compiler
    2022-01-24 12:31:29下载
    积分:1
  • 696518资源总数
  • 104225会员总数
  • 32今日下载