CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 SCSI/ASPI 搜索资源 - 状态

搜索资源列表

  1. LR1

    0下载:
  2. 利用字符二维数组对文法、First集、Follow集、终结符集、非终结符集等数据进行存储,还有一个是状态表存储DFA的状态。二维TAB表对其中的DFA表进行存储,横坐标是状态号,纵坐标为文法中的符号(终结符和非终结符)。-Two-dimensional array of characters to use grammar, First Set, Follow sets, at the end of sets, sets and other non-terminator data storage,
  3. 所属分类:Compiler program

    • 发布日期:2017-03-27
    • 文件大小:501.43kb
    • 提供者:liyingan
  1. cifafenxi

    0下载:
  2. QT版词法分析器 附带状态转换图 编译原理课程设计-QT version of the lexical analyzer state transition diagram with Principle Design Compiler
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:609.43kb
    • 提供者:Richard
  1. sdcheck

    0下载:
  2. linux 环境下获取sd卡或指定磁盘的空间状态,并以windows的方式显示,适合习惯windows编程的用户使用linux环境编程-linux environment, access to the sd card or the specified disk space status, and display windows of the way, for habits of windows programming user programming linux environment
  3. 所属分类:SCSI-ASPI

    • 发布日期:2017-04-03
    • 文件大小:45.77kb
    • 提供者:shao
  1. thedesignofanalyzing

    0下载:
  2. 主要介绍了词法分析器的lex实现以及DFA和NFA构造状态表的方法-Mainly introduce the lexical analyzer lex implementation, as well as DFA and NFA state table structure of the Ways
  3. 所属分类:SCSI/ASPI

    • 发布日期:2017-04-25
    • 文件大小:226.49kb
    • 提供者:horieyui
  1. uncertain-finite-automata-determine

    0下载:
  2. 不确定有限状态自动机的确定化,不确定有限状态自动机的确定化-The uncertain finite state automata determine
  3. 所属分类:Compiler program

    • 发布日期:2017-11-19
    • 文件大小:1.51kb
    • 提供者:
  1. NFA_TO_DFA

    0下载:
  2. 不确定有限状态自动机的确定化(NFA_TO_DFA) 编译原理实验-Uncertain finite state automaton and the determination of (NFA_TO_DFA) Compiler Principle Experiment
  3. 所属分类:Compiler program

    • 发布日期:2017-04-14
    • 文件大小:5.38kb
    • 提供者:guochenggai
  1. nfa-dfa

    0下载:
  2. 状态机nfa to dfa-The state machine nfa to dfa ...................................
  3. 所属分类:Compiler program

    • 发布日期:2017-05-09
    • 文件大小:1.69mb
    • 提供者:xj
  1. chenggong

    1下载:
  2. 51单片机控制1602液晶显示TVOC传感器通过AD转换采集到CPU的4个不同状态-51 MCU 1602 LCD TVOC sensor to the CPU via the AD converter 4 different states
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:1.97kb
    • 提供者:滕浩
  1. compiler

    0下载:
  2. 类C语言编译器,基本上实现了主要功能的C语言语法,词法分析使用状态转移,语法使用LR(1)方法,自动生成ACTION和GOTO转移表。自顶向下的语法制导翻译,可以生成各种类型的表达式(包括布尔,算术,逻辑等等),循环中的while,选择中的if else 和if等,功能比较强大-Class C language compiler, basically realized the C language syntax, lexical analysis of the main features of
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:75.71kb
    • 提供者:宋yucai
  1. slr

    0下载:
  2. SLR(1)分析法是一种简单而使用的方法,其造表算法简单,状态数目少,且大多数程序设计语言都可以用SLR(1)文法来定义。所以SLR(1)分析法是个很使用的分析程序。在编写过程中老师的对我帮助很大,在这里好十分感谢老师王治国。软件设计是需要一整套程序,一整套基础理论才能完成的,以后要学习的还会更多了-just soso
  3. 所属分类:Compiler program

    • 发布日期:2017-04-28
    • 文件大小:15.08kb
    • 提供者:付大帅
  1. LexicalAnalysis

    1下载:
  2. 1、根据以下的正规式,编制正规文法,画出状态图; 标识符 <字母>(<字母>|<数字字符>)* 十进制整数 0 | ((1|2|3|4|5|6|7|8|9)(0|1|2|3|4|5|6|7|8|9)*) 八进制整数 0(1|2|3|4|5|6|7)(0|1|2|3|4|5|6|7)* 十六进制整数 0x(0|1|2|3|4|5|6|7|8|9|a|b|c|d|e|f)(0|1|2|3|4|5|6|7|8|9|a|b|c|d|e
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:1.66kb
    • 提供者:忆昔
  1. LR0

    0下载:
  2. 对任意给定的文法G,完成识别文法活前缀的DFA、DFA的状态转化矩阵及LR(0)项目集规范族的构造;判断该文法是否为LR(0)文法,实现LR(0)分析表的构造,并输出到指定文件中;实现LR(0)分析器总控程序,对输入的表达式进行语法分析。-LR (0) Analysis Table and analyzer of structure
  3. 所属分类:Compiler program

    • 发布日期:2017-04-30
    • 文件大小:176.35kb
    • 提供者:言诺
  1. Buck

    0下载:
  2. simulink中Buck理想状态模型,可以观察各种波形对比-Buck model in simulink
  3. 所属分类:Compiler program

    • 发布日期:2017-05-04
    • 文件大小:17.4kb
    • 提供者:xx
  1. RextoNFA

    0下载:
  2. 实验正则表达式到NFA 由NFA到DFA,同时有状态表的生成-Experimental regular expression to NFA From NFA to DFA, while the state table generation
  3. 所属分类:Compiler program

    • 发布日期:2017-05-04
    • 文件大小:187.36kb
    • 提供者:wu
  1. B6MHjIFh

    0下载:
  2. 编译原理实验正则表达式到NFA 由NFA到DFA,同时有状态表的生成-Experimental regular expression to NFA From NFA to DFA, while the state table generation
  3. 所属分类:Compiler program

    • 发布日期:2017-05-05
    • 文件大小:56.17kb
    • 提供者:wu
  1. 红色杂志风格设计平面设计师求职竞聘简历PPT模板

    0下载:
  2. 据结构——运动会 为帮助同学们尽快进入编程状态特提供此例 1.将SqList.h、Md好啊(According to the structure of games to help the students as soon as possible to enter the state in 1. will provide special programming of SqList.h and Md.)
  3. 所属分类:编译器/解释器

    • 发布日期:2018-04-30
    • 文件大小:4.88mb
    • 提供者:换个地方也
  1. 第三次作业 (2)

    0下载:
  2. matlab数值积分算,假设储罐的密度和液氨的压力不变。模拟液氨储罐高架连续点源,在不同泄露速率、稳定度和风速下连续泄漏扩散的情况。当液氨储罐泄漏达到稳定状态时,扩散模型见下式:(During the leakage process, the pressure of the tank and the liquid ammonia density will change with the increase of the leakage amount. This change will be gra
  3. 所属分类:编译器/解释器

    • 发布日期:2018-05-02
    • 文件大小:2kb
    • 提供者:化工院
搜珍网 www.dssz.com