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

搜索资源列表

  1. DFA

    0下载:
  2. 输入一个正则表达式,输出相应的NFA图,NFA转换为DFA(得到的DFA图要求用画图方法完成并要求先产生子集构造表出来再画DFA图),DFA最小化(也要求用画图方法完成) -Enter a regular expression, the output corresponding NFA map, NFA is converted to DFA (the DFA plans to be asked to use drawing methods and called for the first
  3. 所属分类:Compiler program

    • 发布日期:2017-03-22
    • 文件大小:14112
    • 提供者:liyingan
  1. word_analyse_program

    1下载:
  2. 用C语言编写的简单的词法分析器,能识别出单词序列,输出二元组,标识符表,常量表-Written in C a simple lexical analyzer can identify the sequence of words, the output pair, the identifier table, often scale
  3. 所属分类:Compiler program

    • 发布日期:2016-11-14
    • 文件大小:442368
    • 提供者:淼淼
  1. mml.doc

    0下载:
  2. 编译原理 课程设计报告: 预测分析表的构造- The translation principle curriculum designs reported that, Forecasts the analytical table the structure
  3. 所属分类:Compiler program

    • 发布日期:2017-11-09
    • 文件大小:24323
    • 提供者:
  1. LL1ParsingCode

    0下载:
  2. LL1语法分析程序,输入文法表达式能够自动输出预测分析表,判断是否为LL1文法,还可以再输入任意的一个句子,然后对其进行分析,给出分析进栈出战的详细过程-LL1 parser, enter the grammar of expression that can automatically predict the output table to determine whether the LL1 grammar, you can enter any of a sentence, and then a
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:4562
    • 提供者:张志宇
  1. LR0

    7下载:
  2. (1)构造文法G的LR(0)项目 (2)构造文法G的LR(0)项目集规范族及识别活前缀的DFA (3)证明文法G不是LR(0)文法而是SLR(1)文法,并构造SLR(1)分析表 (4)设计LR语法分析程序,且能输出分析过程 (5)列举两个例子测试语法分析程序(识别失败一例,识别成功一例,后者推导步骤不得少于10步) -(1) construct grammar G of the LR (0) item (2) construct grammar G of the LR (0)
  3. 所属分类:Compiler program

    • 发布日期:2016-01-21
    • 文件大小:45372
    • 提供者:wolf
  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
    • 文件大小:513468
    • 提供者:liyingan
  1. compiling

    0下载:
  2. 编译原理实验:词法分析、语法分析、语义分析,包含代码和报告、构建分析表、消除左递归、语法分析、流程图-Compiler Principle Experiment: lexical analysis, syntax analysis, semantic analysis, including code and reports, construction of the table, to eliminate left-recursion, parsing, flow chart
  3. 所属分类:Compiler program

    • 发布日期:2017-05-15
    • 文件大小:3873584
    • 提供者:xiedanfeng
  1. lll

    0下载:
  2. 实现了LL(1)文法分析,包括构造First、Follow集、预测分析表,并可检查输入串是否被接受。-The implementation of LL(1) analysis, including constructing the First, Follow set, Predictive Parsing Table. It can also test a string whether it is accepeted.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-23
    • 文件大小:229122
    • 提供者:sunli
  1. bycx

    0下载:
  2. C++编写的编译程序,包括词法分析,语法分析(LL(1)),语义分析,输出分析过程、二元式、符号表和四元式。-Written in C++ compilers, including lexical analysis, syntax analysis (LL (1)), semantic analysis, the output of the process, binary type, symbol table and four-element scheme.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:4561
    • 提供者:xiaohe
  1. yufafenxiqi

    1下载:
  2. 语法分析器(C++)源代码+其详细的课程设计报告 输入的文法可以消除左递归并提取公共左因子求出文法的非终结集合——FIRST和FOLLOW集并对输入的算符优先文法,构造算符优先关系表 -Parser (C++) Source code its detailed report on curriculum design input left recursive grammar can be eliminated and the public left factor extract der
  3. 所属分类:Compiler program

    • 发布日期:2017-03-24
    • 文件大小:105102
    • 提供者:michelle
  1. bianyi

    0下载:
  2. java 写的编译原理,包括词法分析,语法分析,目标代码生成。table表等内容-write java compiler theory, including lexical analysis, syntax analysis, object code generation. table table, etc.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:20132
    • 提供者:haoge
  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
    • 文件大小:231926
    • 提供者:horieyui
  1. mmc3r10g

    0下载:
  2. SCSI Multimedia Commands 鈥?3 (MMC-3) T10/1363-D 5.16 READ CAPACITY Command The READ CAPACITY command (Table 144) provides a means for the Initiator to request information regarding the capacity of the Logical Unit. This command shall not repo
  3. 所属分类:SCSI-ASPI

    • 发布日期:2017-04-10
    • 文件大小:1736521
    • 提供者:zyx
  1. ReadMBR

    0下载:
  2. Read the basic mbr sector info and its call table.
  3. 所属分类:SCSI-ASPI

    • 发布日期:2017-03-24
    • 文件大小:27418
    • 提供者:russ
  1. pass_compiler

    0下载:
  2. 龙书《编译原理》中的一遍翻译器,能将表在达翻译成后缀表达式-Again translator Dragon Book " compiler theory, be able to table reached translated into postfix expression
  3. 所属分类:Compiler program

    • 发布日期:2017-12-02
    • 文件大小:27456
    • 提供者:Peter
  1. test

    0下载:
  2. 用codeblocks编写的用来实现数据结构中的链表建立、排序、合并问题(实现了四个班级成绩的排序)-With codeblocks write used to realize data structure of chain table set up, sort, merger problem (realize the four class performance sort)
  3. 所属分类:Compiler program

    • 发布日期:2017-11-22
    • 文件大小:63930
    • 提供者:刘坤
  1. analysis

    1下载:
  2. 编写语法分析程序,实现对算术表达式的语法分析。要求所分析算术表达式由如下的文法产生: E->E+T|E-T|T T->T*F|T/F|F F->id|(E)|num 实验要求:在对输入表达式进行分析的过程中,输出所采用的产生式。 编程实现算法4.2,为给定文法自动构造预测分析表。 编程实现算法4.1,构造LL(1)预测分析程序。-Write a parser, parsing arithmetic expressions. Requirem
  3. 所属分类:Compiler program

    • 发布日期:2015-07-01
    • 文件大小:5120
    • 提供者:
  1. CREATION-OF-SYMBOL-TABLE

    0下载:
  2. This program is for the implementation of Symbol table using C language in which we can create a symbol table and also insert, modify, search and display the elements in the symbol table.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-24
    • 文件大小:14764
    • 提供者:SUGANYA GANESAN
  1. Truth-Table-Solver-1.1-Beta

    0下载:
  2. truth table solver v 1.1 need to install java on ur PC to be able to run
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:61880
    • 提供者:Mouaiad
  1. socket programming .tar

    0下载:
  2. Socket programming and symbol table programs
  3. 所属分类:编译器/解释器

    • 发布日期:2017-12-30
    • 文件大小:3072
    • 提供者:Inno
« 12 3 4 »
搜珍网 www.dssz.com