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

搜索资源列表

  1. demo2

    0下载:
  2. c++ 实现PL/0语言编译器 包括完整的词法分析语法语义分析和目标代码生成-c++ achieve PL/0 language compiler includes a complete semantic lexical analysis syntax analysis and target code generation
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-23
    • 文件大小:7281780
    • 提供者:Danny
  1. PL0-WordsAnalysis

    0下载:
  2. C#编写的PL\0语言的词法分析器,界面是用WPF做的。-Written in C# PL \ 0 language lexical analyzer, the interface is done using WPF.
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:98338
    • 提供者:James Mike
  1. PL0-GrammerAnalysis

    1下载:
  2. C#编写的PL\0语言的语法分析器,界面是用WPF做的。-Written in C# PL \ 0 language parser, the interface is done with WPF.
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:153322
    • 提供者:James Mike
  1. PL0ToC-Translator

    0下载:
  2. C#编写的由PL\0语言向C语言转换的转换器,带有单独的PL\0词法分析器,界面用WPF实现。-C# prepared by the PL \ 0 language to C language conversion converter with separate PL \ 0 lexical analyzer interface using WPF implementation.
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:681703
    • 提供者:James Mike
  1. pl-log

    0下载:
  2. 这个是对PL-logdist和PL-lognormal的一个仿真。程序简单易懂,但是意义不小。有专门的画图子程序。-This is a PL-logdist and PL-lognormal a simulation. Procedures are simple, but the meaning is not small. Have a special drawing routines.
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:1170
    • 提供者:dreamland
  1. GETSYM

    0下载:
  2. 一. PL/0语言建立一个词法分程序GETSYM(函数) 把关键字、算符、界符称为语言固有的单词,标识符、常量称为用户自定义的单词。为此设置三个全程量:SYM,ID,NUM 。 SYM:存放每个单词的类别,为内部编码的表示形式。 ID:存放用户所定义的标识符的值,即标识符字符串的机内表示。 NUM:存放用户定义的数。 GETSYM要完成的任务: -A. PL/0 language to build a lexical sub-program GETSYM (fun
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:3458
    • 提供者:cuishuanghua
  1. 1

    0下载:
  2. pl/0扩充文法的词法分析程序 pl/0扩充文法的词法分析程序-pl/0 expansion grammar lexical analysis procedure pl/0 expansion grammar lexical analysis program
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:2512
    • 提供者:嘟嘟
  1. PL0Compiler-C

    2下载:
  2. PL/0编译器C++/C版本 1. 测试文件必须是以testin.pl0命名的文件。 2. 成功运行测试程序后,会生成testout.txt的文件,里面包括代码、指令和运行结果。 3、First.cpp--只包含词法语法分析,Error.cpp--加入了出错处理,All.cpp--包含代码生成和解释程序,是完整编译器。-请键入文字或网站地址,或者上传文档。 取消 PL/0 biānyì qì C++/C bǎnběn 1. Cèshì wénjiàn bìxū shì yǐ
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:9954
    • 提供者:夏日星
  1. PL0

    1下载:
  2. PL/0编译程序 编译原理大作业 Pl/0文法 -PL/0 compiler
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-06
    • 文件大小:272939
    • 提供者:姜楠
  1. lexical-analysis-procedures

    0下载:
  2. 用flex工具生成一个PL/0语言的词法分析程序,对PL/0语言的源程序进行扫描,识别出单词符号的类别,统计输出各种符号的信息。-Generation tool with a flex PL/0 language lexical analysis procedures, PL/0 language source scan, identify the word symbols category, statistical output of various symbolic information.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-08
    • 文件大小:607202
    • 提供者:mxj0628
  1. syntactic-analyzer

    0下载:
  2. 用bison工具生成一个PL/0语言的语法分析程序,对PL/0源程序进行语法分析,并输出归约时所用的语法规则。-Generated by bison tool PL/0 language parser for PL/0 source parsing, syntax rules, and the output reduction when used.
  3. 所属分类:Compiler program

    • 发布日期:2017-05-03
    • 文件大小:1354708
    • 提供者:mxj0628
  1. complier

    0下载:
  2. 北航编译课程大作业,包含源代码,测试程序以及文档。对PL/0编译器作以下修改扩充: (1)增加单词:保留字 ELSE,FOR,TO,DOWNTO,RETURN 运算符 +=,-=,++,―― 其中FOR,TO,DOWNTO,RETURN属于选做内容。 (2)修改单词:不等号# 改为 <> (3)增加条件语句的ELSE子句 -Northern compile operations courses, including source code, test proc
  3. 所属分类:Compiler program

    • 发布日期:2017-05-12
    • 文件大小:2582540
    • 提供者:王浩
  1. Profibus_Communication-model-pl

    0下载:
  2. Descr ipton of profibus communication model translated into native Language PL
  3. 所属分类:Communication

    • 发布日期:2017-04-24
    • 文件大小:270820
    • 提供者:fibi15
  1. compiler

    0下载:
  2. 用C语言编写的一个小型pl/0编译器,可以进行编译处理-Using C language, a small pl/0 compiler can compile processing
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-24
    • 文件大小:401128
    • 提供者:顾泽鹏
  1. 1

    0下载:
  2. 词法分析编译器 编译原理作业 输入:PL/0源程序。例: const a=10 var b,c begin  read(b)  c:=a+b  write(c) end. -The compiler lexical analysis
  3. 所属分类:Compiler program

    • 发布日期:2017-05-11
    • 文件大小:2487481
    • 提供者:盛俊
  1. 2

    0下载:
  2. 上海大学编译原理实验二 词法分析 pl/0将实验一“词法分析”的输出结果,作为表达式语法分析器的输入,进行语法解析,对于语法正确的表达式,报告“语法正确”;    对于语法错误的表达式,报告“语法错误”, 指出错误原因。-Compiler theory Shanghai University Experiment II Lexical analysis pl/0 to experiment a "lexical analysis" of the output, as the
  3. 所属分类:Compiler program

    • 发布日期:2017-05-10
    • 文件大小:2489039
    • 提供者:盛俊
  1. cYUYANCIFAFENXI

    0下载:
  2. 用C语言编写一个PL/0词法分析器(约定所有字符均为小写,不包含大写字符),为语法语义分析提供单词,使之能把输入的字符串形 式的源程序分割成一个个单词符号传递给语法语义分析,并把分析结果(基本字,运算 符,标识符,常数以及界符)-Using C language to write a PL/0 lexical analyzer (agreed all characters are lowercase, uppercase characters not included), w
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-28
    • 文件大小:15899
    • 提供者:sdf
  1. pl

    0下载:
  2. 运用pl语言进行脚本的批处理程序,包含多种批处理办法-Pl language scr ipts using a batch program
  3. 所属分类:SQL Server

    • 发布日期:2017-04-14
    • 文件大小:3312
    • 提供者:上官若忆
  1. Lexical-analysis

    0下载:
  2. 已给PL/0语言文法,输出单词符号(关键字、专用符号以及其他标记)。-Have PL/0 language grammar, word output symbols (keyword, special symbols, and other marks) to.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:1914
    • 提供者:Zyy
  1. tripleDES-pl

    0下载:
  2. 64位gcc环境下perl的DES算法 # 加密:TripleDES($key, $message, 1, 1) # 解密:TripleDES($key, $message, 0, 1) -DES encryption and decryption algorithm
  3. 所属分类:Linux Network

    • 发布日期:2017-04-10
    • 文件大小:755
    • 提供者:cuibq
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 49 »
搜珍网 www.dssz.com