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

搜索资源列表

  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. 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. 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. 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. 64X16LED

    0下载:
  2. 本程序是用AT89C51单片机,595做列驱动16*64的点阵显示程序,有电路图,可以对电路进行仿真,自己还可以更改显示代码,显示自己想要的汉子!-This procedure is AT89C51 microcontroller, 595 to do the column driver 16* 64 dot matrix display program, a circuit that can simulate the circuit, she could change the display
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:63730
    • 提供者:廖小平
  1. Suanfuyouxianfenxi

    0下载:
  2. 给定文法及该文法各非终结符所对应的FIRSTVT和LASTVT集,能依据文法和FIRSTVT和LASTVT生成算符优先分析表。 动态模拟算法的基本功能是: 输入一个给定文法,及FIRSTVT和LASTVT集; 输出算符优先分析表生成算法; 输出算法优先分析表构造的过程; 主要是依据构造算符优先关系的算法来绘制优先关系矩阵表。 -Given the grammar and the grammar nonterminals corresponding FIRSTVT and
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:798426
    • 提供者:
  1. digibin

    0下载:
  2. program of the famous Floyd sorting algorithm for graphs using a matrix
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:20850
    • 提供者:kamy
  1. ZKTQSwitch

    0下载:
  2. Switch法读取字库 内含小字库创建方法、对应的字模提取方式和字库使用源代码。 原理:通过额外编制一个Switch结构的函数,给出区位码,函数返回字模在数组中位置。建立字库的时候,把区位码作为case值,把字模位置作为return值,写入函数。这其实是查找法的变形。 优点: 额外内存占用小。 字模位置和区位码相关,使用方便。 缺点: 速度慢,消耗CPU资源,每读取一个字模都必须调用函数。 可以支持汉字数量受case 条数限制,部分编译器支
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:61550
    • 提供者:
  1. Teclado

    0下载:
  2. allows you to use a 4x4 matrix keyboard on a pic
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:937
    • 提供者:Fefo
搜珍网 www.dssz.com