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

搜索资源列表

  1. EXE-COM

    0下载:
  2. exe转换为com-exe transformation is com
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2915
    • 提供者:宋羽
  1. yasuowenfa

    0下载:
  2. 压缩文法等价变换,输入一个文法,可以对其进行等价变换,很方便-compression grammar equivalent transformation, importation of a grammar can transform its equivalent, is a convenient
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1696
    • 提供者:小于
  1. ljSimple

    0下载:
  2. 输入一个DO-WHILE的语句,进行词法分析,词法分析器利用超前搜索,状态转换等方法,将源程序转化成为一个一个的单词符号二元式,如果词法分析无误,则进入语法分析部分,使用简单优先法进行文法分析,为每个终极符与非终极符之间定义优先关系,利用优先关系进行移进-规约,如果能规约到文法的开始符,则文法分析成功,输出四元式.-importation of a DO-WHILE statements, lexical analysis, lexical analyzer using advanced sea
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:61206
    • 提供者:liujing
  1. ll1Analysis

    0下载:
  2. LL(1)分析法 1、LL(1)分析法的功能 LL(1)分析法的功能是利用LL(1)控制程序根据显示栈栈顶内容、向前看符号以及LL(1)分析表,对输入符号串自上而下的分析过程。 2、LL(1)分析法的前提 改造文法:消除二义性、消除左递归、提取左因子,判断是否为LL(1)文法, 3、LL(1)分析法实验设计思想及算法-LL (1) an analysis, LL (1) Analysis of the functional LL (1) Analysis of the fun
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1593
    • 提供者:吴伟
  1. 词法分析Lex

    0下载:
  2. 名称:C语言词法分析器 功能:1)从C语言源代码文件中提取所有词素 2)检测程序的词法错误,给出错误行号及提示 3)语法分析器的预备程序 文件:分析器代码(Lex.c)、测试文件(test.c)、状态转换图、可执行程序 输出:错误记录文件、符号表文件、标识符文件-Name lexical analyzer for C language function: 1)Extract all lexems from C Language source code 2)Examine the sy
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:192513
    • 提供者:张永胜
  1. 状态转换

    1下载:
  2. 这是一个用flash制作的动画,用于说明编译原理中的状态转化问题-This is a production with flash animation, compiler theory used to describe the state of transformation
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:12683
    • 提供者:ddd
  1. NFA-CONVERT-TO-DFA

    0下载:
  2. 编写程序读取nfa.txt,构造出NFA的数据结构,并编写算法实现NFA到DFA的转化。-Write a program to read nfa.txt, the data structure constructed NFA and NFA to DFA write algorithm transformation
  3. 所属分类:Compiler program

    • 发布日期:2017-03-22
    • 文件大小:174545
    • 提供者:kangqingping
  1. yf.rar

    1下载:
  2. 构造实验一所给文法(应考虑改造)的FIRST集合和FOLLOW集合;构造LL(1)分析表;构造预测分析的总控程序;利用分析表、分析栈和总控程序对源程序进行自上而下的语法分输出整个语法分析过程中栈的变化过程及分析结果,如符合语法规则输出“正确”,否则输出“错误”。 ,Experiment to construct a grammar (should consider the transformation) of FIRST and FOLLOW set of the collection co
  3. 所属分类:Compiler program

    • 发布日期:2017-03-24
    • 文件大小:3352
    • 提供者:DP
  1. 1

    0下载:
  2. 编译原理大新实验代码dfanfa转化实验要求等-Dah Sing Compilation Principle dfanfa transformation test experimental code requirements
  3. 所属分类:Compiler program

    • 发布日期:2017-04-28
    • 文件大小:18923
    • 提供者:张克辉
  1. 805NFA

    0下载:
  2. [用Java语言实现nfa到DFA的等价变换.rar] - 本程序为编译原理里的一个重要的知识点,实现nfa到DFA的转换 [nfatoDFA.rar] - nfa转化为DFA的一个程序!希望能有点作用! [REManageAndnfaToDFA.rar] - 能够完成正规式到nfa的转换,NFA到DFA的转换(子集法),DFA的最小化,测试一个生成串是否能为生成的DFA所识别 -[Using Java language to the DFA' s nfa equivale
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:10071
    • 提供者:董华鹏
  1. msvcrtd

    0下载:
  2. Though 变换 傅立叶变换 实现了基本的操作-Though Transformation Fourier transform to achieve the basic operation of
  3. 所属分类:Compiler program

    • 发布日期:2017-04-23
    • 文件大小:132703
    • 提供者:Angela
  1. 123

    0下载:
  2. 一个能识别while循环语句的文法,通过一定的变换使它符合递归下降法的要求,输出结果是三地址形式-One can identify the while loop statement grammar, through a certain transformation to make it comply with the requirements of the recursive descent method, the output result is three-address form
  3. 所属分类:Compiler program

    • 发布日期:2017-04-16
    • 文件大小:451882
    • 提供者:长亭壊蛋
  1. Polish

    0下载:
  2. 实现普通表达式到逆波兰表达式的转化,使用C++完成,用于编译原理-To achieve common expression to reverse the transformation of the Polish expression, the use C++ to complete, for compiling principle
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:557
    • 提供者:cici0932
  1. DAC_Builder

    0下载:
  2. DACBuilder – Data Access objects generation tool based on XML and XSL templates transformation
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:325646
    • 提供者:BAPE3
  1. DFA_NFA_MFA

    0下载:
  2. 编译原理设计程序,能够实现DFA_NFA_MFA的转化-Compiler theory design process, the transformation can be achieved DFA_NFA_MFA
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:313440
    • 提供者:Jane
  1. cgo1_ose

    0下载:
  2. 网路刚刚看到的编译器最佳化论述的文章~应该值得抓来与贵网交流-To meet the demands of modern architectures, optimizing compilers must incorporate an ever larger number of increasingly complex transformation algorithms.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:92918
    • 提供者:eZo
  1. GrammerParsers

    0下载:
  2. 利用C++语言编制一个LL(1)语法分析器,利用LL(1)控制程序根据显示栈栈顶内容、向前看符号以及LL(1)分析表,对输入符号串自上而下的分析过程。可通过消除左递归、提取左因子把非LL(1)文法改造成LL(1)文法。-Compiled using a C++ language LL (1) parser using LL (1) control program according to display the contents of the stack the stack, forward-l
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:226849
    • 提供者:杨玥
  1. yyfx

    0下载:
  2. 汇编,语义分析器,把代码转为3元码,简单的算数运算转换-Assembly, semantic analyzer, the code to three yuan code, a simple arithmetic transformation
  3. 所属分类:Compiler program

    • 发布日期:2017-04-12
    • 文件大小:1562
    • 提供者:地方a
  1. PCMConvert

    0下载:
  2. PCM文件:模拟音频信号经模数转换(A/D变换)直接形成的二进制序列,该文件没有附加的文件头和文件结束标志。Windows的Convert工具可以把PCM音频格式的文件转换成Microsoft的WAV格式的文件。-PCM files: analog audio signal by the analog to digital conversion (A/D transformation) direct the formation of binary sequences, it did not at
  3. 所属分类:Compiler program

    • 发布日期:2017-03-24
    • 文件大小:413973
    • 提供者:吴迪
  1. waveback

    0下载:
  2. 对读进来的图像进行变换后然后回调波形,主要编程语言为matlab-The read incoming image transformation and callback waveform, the main programming language for matlab
  3. 所属分类:Compiler program

    • 发布日期:2017-11-10
    • 文件大小:1858
    • 提供者:葛恒赫
« 12 »
搜珍网 www.dssz.com