CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - PL0

搜索资源列表

  1. pl0

    0下载:
  2. 正则表达式->NFA -Regular Expression-> NFA
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:34646
    • 提供者:liu
  1. last

    0下载:
  2. PL0源程序-PL0 source
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:23225
    • 提供者:杨土强
  1. pl0

    0下载:
  2. pl0小型编译器,输出类pcode目标代码。-small pl0 compiler output object code pcode category.
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:7126
    • 提供者:
  1. PL0

    0下载:
  2. 从NFA到DFA的转换过程是利用NFA的信息不断生成DFA的状态结点和边的过程,或者说是生成DFA自动机转换表元素的过程。求ε-闭包也就是把用ε边连接起来的状态合并起来的过程,被合并的状态集将形成DFA的一个状态,因此DFA的状态被表示为NFA的状态子集。 用SS(状态集)的形式表示DFA的状态。假设SS表示新产生的状态,则下一步的工作是:对每个符号a考虑其边和该边的指向状态。 -From the NFA to DFA conversion process is the use of i
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:210444
    • 提供者:董华鹏
  1. PL0_compiler

    0下载:
  2. plo编译程序,源代码,编译原理课上的一个plo实例,请大虾多多指教-pl0 compiler to compile the source code of the principle of a class instance pl0
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:136771
    • 提供者:Charles
  1. PL-0

    0下载:
  2. PL/0语言的BNF描述(扩充的巴克斯范式表示法)
  3. 所属分类:Other systems

    • 发布日期:2017-03-21
    • 文件大小:7262
    • 提供者:lin shasha
  1. PL0

    1下载:
  2. PL0语言词法分析的程序,包括对保留字,自定义变量,常数,界符,分割符的判断处理-PL0 language lexical analysis procedures, including reserved words, custom variables, constants, community character, the judge handling separator
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:1674
    • 提供者:ajaxhe
  1. pl0

    0下载:
  2. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:1320559
    • 提供者:www
  1. pl0

    1下载:
  2. 编译原理实验课程,里面包括了各个版本的PL0源码,界面友好-Compilation Principle experimental course, which includes the various versions of the PL0 source code
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-13
    • 文件大小:3524797
    • 提供者:apei
  1. cifafenxiqi

    0下载:
  2. 一个用C实现的词法分析器,源语言是PL0语言-A lexical analyzer with the C implementation, the source language is the language PL0
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1449
    • 提供者:杨贤伟
  1. PL0

    0下载:
  2. pl0实验,生成器 增加保留字最大个数 增加保留字类型 增加双符号-EQL, NEQ, LSS, LEQ, GTR, GEQ,LPAREN, RPAREN, COMMA,SEMICOLONPERIOD,PE,ME,PP,MM
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:369208
    • 提供者:魏国瑶
  1. pl0

    0下载:
  2. PL/0词法分析程序,程序较短,但已经基本具备了词法分析的主要功能,若需其他功能还要继续完善-PL/0 lexical analysis program, the program is shorter, but basically have a lexical analysis of the main function, For other functions will continue to improve
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:1006
    • 提供者:张三
  1. PL0yaundaima

    0下载:
  2. pl0源代码,实现++,--,+=,-=等等老师要求实现的功能 PL0课程设计-pl0 source code, so the teacher asked to achieve++,--,+=,-= PL0 curriculum design to achieve the function ~ ~
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:402260
    • 提供者:kysheng
  1. PL0

    1下载:
  2. PL0词法分析,有源代码和word说明。源代码较为详细,注释较多!-PL0 lexical analysis, source code and the word descr iption. More detailed source code, comments, more!
  3. 所属分类:其他小程序

    • 发布日期:2017-04-07
    • 文件大小:32174
    • 提供者:张璐
  1. bool

    0下载:
  2. pl0的部分功能,其中主要是bool类型的功能的实现。非常好用。-pl0 some features, mainly of type bool the function implementation. Very easy to use.
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:253730
    • 提供者:莫非道
  1. PL0

    1下载:
  2. pl0源代码,基本实现词法分析,语法分析,保证准确性-pl0 source code, the basic lexical analysis, syntax analysis, to ensure the accuracy of
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:333018
    • 提供者:苏醒
  1. pl0

    0下载:
  2. PL0的编译器,能够编译简单pascal程序的功能。可以帮助理解编译的原理,修改为C的编译器-the compiler of PL0
  3. 所属分类:Other systems

    • 发布日期:2017-11-18
    • 文件大小:158837
    • 提供者:dyw
  1. pl0

    0下载:
  2. pl0程序,课程设计使用,pl0的源程序,欢迎大家来下载啊啊啊 ,-plo program
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-02
    • 文件大小:846446
    • 提供者:张同
  1. pl0

    0下载:
  2. pl/0编译器代码 清华大学C语言版本 外加头文件源代码-pl0 Tsinghua C language compiler code to release additional source code header files
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-30
    • 文件大小:222506
    • 提供者:司琪
  1. 19215123胡玲

    0下载:
  2. pl0语言的词法分析器 lex 自动构造工具(pl0 lex c c++ yyac bainyiyuanli)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:167936
    • 提供者:胡小力
« 12 »
搜珍网 www.dssz.com