搜索资源列表

  1. ansi.c.grammar

    0下载:
  2. C语言的lex\\Yacc文法实现,在linux\\Unix的shell中直接可以生成所有的文件。Unix下可以直接使用lex和Yacc生成可执行程序。-C language lex \\ Yacc grammar realized, In linux \\ Unix shell can be directly generated all the documents. Unix can be used directly lex and
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:7639
    • 提供者:123456
  1. 词法分析器 语法分析器

    0下载:
  2. 词法分析和语法分析的程序,带实验报告- The lexical analysis and the grammar analysis procedure, brings the test report
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-11
    • 文件大小:50176
    • 提供者:王聃
  1. LL1

    0下载:
  2. ll1语法分析的c语言实现代码 需要输入词法分析的txt结果文件-ll1 the grammar analysis c language realization code needs to input the lexical analysis the txt result document
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:信仰
  1. suanfu

    0下载:
  2. 用算符优先文法制作的算符优先分析器,实现了FIRSTVT跟LASTVT的输出跟优先表的输出以及栈的输出以及到文件的输出。-priority grammar operator with the operator priority to the production analyzer, achieved with LASTVT FIRSTVT output with the output of the priority list and s
  3. 所属分类:C#编程

    • 发布日期:2024-05-11
    • 文件大小:10240
    • 提供者:姜鹏
  1. Winsuanfu007

    0下载:
  2. 算符优先文法分析器的例子,vc++6.0制作-operator priority grammar analyzer example, produced 6.0 vc
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-11
    • 文件大小:35840
    • 提供者:mark
  1. zhanghui

    0下载:
  2. 布尔表达式的翻译,对输入的文法判断其合法性,并输出逆波兰表达式-Boolean expressions translation of input to judge the legitimacy of grammar and expression output inverse Poland
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-11
    • 文件大小:3072
    • 提供者:离间
  1. yufayuyifenxi

    0下载:
  2. 语法 语义 分析器 简单优先文法 输出逆波兰式-syntactic and semantic analyzer simple grammar priority output inverse Polish
  3. 所属分类:其它资源

    • 发布日期:2024-05-11
    • 文件大小:45056
    • 提供者:liuyang
  1. LL(1)analysis

    0下载:
  2. 简易语法分析程序LL(1) (1)对输入文法,它能判断是否为LL(1)文法,若是,则转(2);否则报错并终止; (2)输入已知文法,由程序自动生成它的LL(1)分析表; (3)对于给定的输入串,应能判断识别该串是否为给定文法的句型-simple syntax analysis procedures LL (1) (a) on the importation of grammar. it will determine w
  3. 所属分类:其它资源

    • 发布日期:2024-05-11
    • 文件大小:82944
    • 提供者:赵珊珊
  1. mndsfg

    0下载:
  2. 这是简单优先文法分析的全部源代码 fejgdmuhf军宣队复活-priority, this is a simple grammar analysis of all source code fejgdmuhf military announced the revival of team
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-11
    • 文件大小:4096
    • 提供者:
  1. cfl

    0下载:
  2. 上下文无关文法(Context-Free Grammar, CFG)是一个4元组G=(V, T, S, P),其中,V和T是不相交的有限集,S∈V,P是一组有限的产生式规则集,形如A→α,其中A∈V,且α∈(V∪T)*。V的元素称为非终结符,T的元素称为终结符,S是一个特殊的非终结符,称为文法开始符。 设G=(V, T, S, P)是一个CFG,则G产生的语言是所有可由G产生的字符串组成的集合,即L(G)={x∈T* | Sx}。
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-11
    • 文件大小:308224
    • 提供者:wu
  1. ansi.c.grammar

    0下载:
  2. C语言的lex\Yacc文法实现,在linux\Unix的shell中直接可以生成所有的文件。Unix下可以直接使用lex和Yacc生成可执行程序。-C language lex \ Yacc grammar realized, In linux \ Unix shell can be directly generated all the documents. Unix can be used directly lex and Yacc
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-11
    • 文件大小:7168
    • 提供者:123456
  1. svm_cfg

    1下载:
  2. SVMcfg: Learns a weighted context free grammar from examples. Training examples (e.g. for natural language parsing) specify the sentence along with the correct parse tree. The goal is to predict the parse tree of new sen
  3. 所属分类:其他小程序

    • 发布日期:2024-05-11
    • 文件大小:327680
    • 提供者:王强
  1. UltraEdit-grammar-highlight

    0下载:
  2. UltraEdit中几百种语法高亮度显示,请编辑UltraEdit中的wordfile.txt文件内容,把附件中的你所需要的加进去即可-UltraEdit grammar in hundreds of high-brightness display, edit UltraEdit in wordfile.txt the content of the document, the annex you need can be added to
  3. 所属分类:文件格式

    • 发布日期:2024-05-11
    • 文件大小:1635328
    • 提供者:
  1. 1

    0下载:
  2. 编译原理课程设计,采用算符优先分析算法,对G[S]所定义的赋值语句进行语法分析,并在语法分析过程中将所输入的扶植语句翻译为四元式。-Compilation Principle curriculum design, the use of operator priority analysis algorithms, the G [S] defined by assignment statements for grammar analysis
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-11
    • 文件大小:2048
    • 提供者:寿帆
  1. LL1

    0下载:
  2. 实现LL1文法,从输入文法到FIRST、FOLLOW集,分析表。再到输入文法动作-The realization of LL1 grammar, from grammar to enter the FIRST, FOLLOW sets, analysis table. To enter the action grammar
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-11
    • 文件大小:46080
    • 提供者:Kword
  1. 040410204

    0下载:
  2. 算符优先文法 1. 可以使用任何语言来完成,例如:Java、C、C++。 2. 文法采用常用的方式进行描述,例如:S→aA。 3. 以文件方式读取文法。 4. 分别求出每一个非终结符的FIRSTVT和LASTVT集。 5. 画出算符优先关系表。 6. 判定读入的文法是否是算符优先文法。 7.给定的任意符号串判定是否是文法中的句子,将分析过程用计算机打印出来。 -Operator priority G
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-11
    • 文件大小:91136
    • 提供者:狐狸
  1. Grammar

    0下载:
  2. 根据某一文法编制调试LL(1)分析程序,以便对任意输入的符号串进行分析。-According to the preparation of debugging a grammar LL (1) Analysis of procedures for the importation of arbitrary strings of symbols for analysis.
  3. 所属分类:其它资源

    • 发布日期:2024-05-11
    • 文件大小:4096
    • 提供者:小张
  1. how-to-learn-Mathematica

    0下载:
  2. 介绍了如何学习mathmatic,它的基本语法和程序分析。-How to introduce learning mathmatic, its basic grammar and procedures analysis.
  3. 所属分类:电子书籍

    • 发布日期:2024-05-11
    • 文件大小:89088
    • 提供者:laoyan
  1. first_and_follow_SLR

    0下载:
  2. 实现编译原理中 通过已知的文法来产生First集和FOLLOW集 以及SLR分析表-Compilation Principle realize through grammar known to generate First Set and FOLLOW sets, as well as SLR analysis table
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-11
    • 文件大小:11264
    • 提供者:陈波
  1. Caluate

    0下载:
  2. 将中缀表达式转换为后缀表达式,并计算任意四则运算表达式的结果,采用链表和队列实现,非文法和状态机-Infix expression would be converted to suffix expressions, and calculate the arithmetic expression of arbitrary results, the use of linked lists and queues to achieve, non
  3. 所属分类:其他小程序

    • 发布日期:2024-05-11
    • 文件大小:7168
    • 提供者:wuwenxi
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org