登录
首页 » Compiler program » PL0 language compiler, easy to use VC compiles

PL0 language compiler, easy to use VC compiles

于 2022-01-25 发布 文件大小:166.55 kB
0 83
下载积分: 2 下载次数: 1

代码说明:

PL0语言的编译器,好用VC++编写-PL0 language compiler, easy to use VC compiles

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

发表评论

0 个回复

  • 在多道程序设计系统编辑器
    System Editor for multiprogramming
    2022-01-25 21:42:01下载
    积分:1
  • 一个小翻译用C++语言编的,可以
    用C语言编的一个小解释器,可以执行C程序的!算是可以执行C程序的C程序吧! (大师)写的哦!- A small interpreter arranges which with the C language, may carry out the C procedure! Is may carry out C the procedure C procedure! (Master) writes oh!
    2022-05-22 18:44:48下载
    积分:1
  • 前些天写了个小语言的词法分析程序,因为前些天在VC知识库看到一个pascal词法分析的程序,觉得写得挺复杂的。其实词法分析程序的原理都是一样的,所以我想只要搞明...
    前些天写了个小语言的词法分析程序,因为前些天在VC知识库看到一个pascal词法分析的程序,觉得写得挺复杂的。其实词法分析程序的原理都是一样的,所以我想只要搞明白了简单的词法分析程序,再写复杂的就不难了,无非是多加几个关键字,多写几个条件判断语句而已。词法分析是编译程序的基础,也是最简单的。好,现在让我们看程序吧。 先让我们看看这个小语言的文法吧-few days ago wrote a small language lexical analysis procedures, because the other day in the knowledge base to see a VC pascal lexical analysis procedures, find that quite complex. In fact, lexical analysis procedure is the same principle, I think if you understood a simple lexical analysis procedure to write complex it is not difficult, is nothing but add a few keywords and writing several conditions judgment statement it. Lexical analysis is the basis of compilers, as well as the most simple. Well, now let us look at the procedures it. Let us look at this small language grammar it
    2022-08-08 01:17:36下载
    积分:1
  • 编译原理实验程序C语言版本
    编译原理实验程序C语言版本- Translation principle test run C language edition
    2022-06-03 03:37:42下载
    积分:1
  • 1招文档生成工具。打开命令行2.input tricktest用法:电…
    生成Trick文件工具 1.Open command line 2.input tricktest Usage: TrickTest -f -o -i -f source mpeg2 file to trick -o trick output directory -i output file id -m max coding error, default 0 -b max bitrate for trick generate, default 0 mean no limit -s trick buffer block size, must be n*188 -l log file, default c: ricktest.log example: tricktest -f 黑鹰行动.mpg -o c: emp -i A -m 1000 -b 3750000 soure file: 黑鹰行动.mpg output directory: c: emp filename: 000000A,000000A.ff,000000A.fr,000000A.vvx max coding error: 1000 trick generation speed: 3750000 bps a-Trick document generation tool 1.Open command line 2.input tricktest Usage: TrickTest-f-o-i-f source mpeg2 file to trick-o trick output directory-i output file id-m max coding error, default 0-b max bitrate for trick generate, default 0 mean no limit-s trick buffer block size, must be n* 188-l log file, default c: tricktest.log example: tricktest-f Black Hawk operations. mpg-oc: temp-- i A-m 1000-b 3750000
    2022-03-16 15:10:37下载
    积分:1
  • 一般的FOrtran程序编译器只能检查一般的错误,而这个软件可以起到一般编译器不能起到的错误检查、程序优化作用。...
    一般的FOrtran程序编译器只能检查一般的错误,而这个软件可以起到一般编译器不能起到的错误检查、程序优化作用。-Ftnchek (short for Fortran checker) is designed to detect certain errors in a Fortran program that a compiler usually does not. Ftnchek is not primarily intended to detect syntax errors. Its purpose is to assist the user in finding semantic errors. Semantic errors are legal in the Fortran language but are wasteful or may cause incorrect operation. For example, variables which are never used may indicate some omission in the program uninitialized variables contain garbage which may cause incorrect results to be calculated and variables which are not declared may not have the intended type. Ftnchek is written in C. To build ftnchek, you must have a C compiler for the machine on which you wish to build it. The URL for ftnchek s home page is http://www.dsm.fordham.edu/~ftnchek. Source code, binary executables for some platforms, and other information are available there.
    2022-10-03 22:40:03下载
    积分:1
  • 经典的java语言分析器
    经典的java语言分析器-Classic java language analyzer
    2022-07-18 21:57:54下载
    积分:1
  • 现将本人搜集常用的程序设计语言的词法和形式文法提供给大家。其中,词法是按LEX格式编辑,形式文法是按YACC格式书写,大家可直接用LEX和YACC工具编译生成各...
    现将本人搜集常用的程序设计语言的词法和形式文法提供给大家。其中,词法是按LEX格式编辑,形式文法是按YACC格式书写,大家可直接用LEX和YACC工具编译生成各类程序设计语言的分析器。-commonly used programming language syntax and grammar forms to the public. Among them, morphology is based on LEX format editing, grammar form is written by YACC format, we can use the LEX and YACC tools various compiler generation programming language analyzer.
    2022-02-03 05:00:36下载
    积分:1
  • Behind the Qinghua teaching material pl0 procedure, this is the supplementary wh...
    清华教材后面的pl0程序,这个是用c++写的 附带说明和设计文档- Behind the Qinghua teaching material pl0 procedure, this is the supplementary which writes with c explained and designs the documents
    2022-02-20 19:04:17下载
    积分:1
  • 大学期间写的一个简单的词法分析器,通过输入符合自定义语法规则的程序,得到分析的二元组...
    大学期间写的一个简单的词法分析器,通过输入符合自定义语法规则的程序,得到分析的二元组-University wrote a simple lexical analyzer through importation from the definition of the rules of grammar procedures, the analysis of binary Group
    2022-01-26 08:14:13下载
    积分:1
  • 696518资源总数
  • 105540会员总数
  • 37今日下载