CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 编译器/词法分析 搜索资源 - MATRIX

搜索资源列表

  1. 算符优先

    1下载:
  2. 一个程序,用于判定给定的文法是否为算符优先文法。 实现了:1.文法的机内表示;2. FIRSTVT集和LASTVT集的计算; 3. 算符优先关系矩阵的构造。-a procedure for the determination of grammar to whether the operator priority to grammar. Realized : 1. Grammar said the machines; 2. LASTVT FIRSTVT sets and set computing
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:17004
    • 提供者:luo
  1. 简单优先算法

    0下载:
  2. 本程序主要用于实现自底向上分析技术中的简单优先分析算法,简单文法可由键盘输入,实现功能包括:简单优先文法的判别,优先关系矩阵的输出,句子的识别等-the procedures used to achieve a bottom-up analysis of a simple priority analysis algorithms, simple grammar could be the keyboard input to achieve features include : simple gra
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:3488
    • 提供者:米子
  1. 0123

    0下载:
  2. 条件语句if,then,else的简单优先法,输出三地址码,显示简单优先矩阵.-conditional statement if, then, else the simple priority method, the output addresses three yards, showing simple priority matrix.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:8919
    • 提供者:闵若琼
  1. signalf

    0下载:
  2. 从文法文件中读入终结符、非终结符、开始符、文法,输出FIRSTVT集,LASTVT集和算符优先矩阵-from grammar document read into the end of website - end website address beginning, grammar, and the output FIRSTVT set, LASTVT set priorities and operator matrix
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:3213
    • 提供者:zhouxiang
  1. NFA

    0下载:
  2. 实现NFA确定化子集算法程序。DFA是NFA的特例。对每个NFA  N一定存在一个DFA M ,使得 L(M)=L(N)。对每个NFA N存在着与之等价的DFA M。从NFA的矩阵表示中可以看出,表项通常是一状态的集合,而在DFA的矩阵表示中,表项是一个状态,NFA到相应的DFA的构造的基本思路是:1.DFA的每一个状态对应NFA的一组状态. 2. DFA使用它的状态去记录在NFA读入一个输入符号后可能达到的所有状态.。-achieve NFA Number algorithm to deter
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:10067
    • 提供者:
  1. TONG3

    0下载:
  2. 状态转换矩阵 用来判断运算符的正确性- The phase transition matrix uses for to judge the operator the accuracy
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1226
    • 提供者:鲍少军
  1. C语言表达式的语法分析

    0下载:
  2. 该文描述了C语言表达式的文法,并由该文法生成算符优先矩阵和算符优先函数,讨论了C语言表达式的特点和文法分析过程。-The paper describes the expression of the C language grammar, grammar generated by the operator priority matrix and operator priority function to discuss the C language features of the expressi
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:162646
    • 提供者:褚亚飞
  1. jmat_5[1].0.jar

    0下载:
  2. JMAT: java MATrix 工具包装。 提供像 MATLAB 一样的功能和语法一样的易用的类。 JMAT 也包含有关2D 或 3D的图表 ,一个表达式语法分析器 , 和一些统计数值模拟工具-JMAT : java MATrix packaging tools. As MATLAB provide the same capabilities and syntax of the same ease-of-use category. JMAT also includes the 2D or 3
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:305939
    • 提供者:侯为
  1. by2

    0下载:
  2. 对基于状态转换矩阵表示的FA转换成NFA,初始化数据从文件读入。-State transition matrix based on the FA that convert NFA, initialization data from the document read.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:2230
    • 提供者:liufan
  1. nfa

    4下载:
  2. 对给定的正规式r1、r2,已知它们的NFA分别为M1、M2(其状态转换矩阵及初态、终态信息分别保存在指定文件中)。构造一程序,由此程序构造正规式r1r2(连接运算)的NFA(将其状态转换矩阵及初态、终态信息保存在指定文件中)。-Given formal type r1, r2, known to the NFA that they were M1, M2 (the state transition matrix and the initial state, final state informa
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:101329
    • 提供者:刘家兵
  1. C++

    0下载:
  2. 词法分析是编译程序的第一个处理阶段,可以通过两种途径来构造词法分析程序。其一是根据对语言中各类单词的某种描述或定义(如BNF),用手工的方式构造词法分析程序。例如,可根据文法或状态转换图构造相应的状态矩阵,该状态矩阵同控制程序便组成了编译程序的词法分析程序;-Lexical analysis is a compiler of the first processing stage, can be two ways to construct the lexical analysis process.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-14
    • 文件大小:4142
    • 提供者:litiehui
  1. redundantpaths

    0下载:
  2. c pgm to find redundant paths in a graph.Many fault-tolerant network algorithms rely on an underlying assumption that there are possibly distinct network paths between a source-destination pair. Given a directed graph as input, write a program that u
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:1748
    • 提供者:jazz
  1. FOR

    0下载:
  2. 编译课程设计,FOR语句的简单优先分析,程序功能强大,能针对任意简单优先文法,自动识别生成简单优先矩阵。可以支持FOR的无限嵌套,四元式地址输出。-Compiler design courses, FOR priority analysis of a simple statement, the program is powerful and can be a priority for arbitrary simple grammar, automatic identification of pr
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:254887
    • 提供者:wangyao
  1. matrices

    0下载:
  2. Complete a Matrix. The program ask you tehe number of elements that you want.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:745
    • 提供者:serse
  1. lfybus

    0下载:
  2. admittance matrix formation
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:519
    • 提供者:deva
  1. matrix

    0下载:
  2. an operation of multiplication of matrices by a another matrix
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:853
    • 提供者:boberek_ok
  1. Matrix

    0下载:
  2. A program that process the result of two matrices by multiplying the two. The result will be the product of the given two matrices. The program will tell the user to enter the number of rows and columns of the matrix to detect if it is valid or inval
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:949
    • 提供者:Eilana
  1. ex3.c

    0下载:
  2. transposed matrix :complete, initialize and display the matrix
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:534
    • 提供者:naziha
  1. Ledmatrixclockavr

    0下载:
  2. 48x8 Led Matrix clock with DS1307 & ATMEGA8
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:85371
    • 提供者:meo
  1. 8x8-dot-matrix-clock

    0下载:
  2. 8x8 matrix clock source code with design for proteus vsm
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:29408
    • 提供者:Suresh
« 12 »
搜珍网 www.dssz.com