CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - LL 分析

搜索资源列表

  1. mylexer

    0下载:
  2. 包括词法分析,递归下降语法分析,LL(1)语法分析,简单优先语法分析和算符优先语法分析-Including lexical analysis, recursive descent parsing, LL (1) syntax analysis, a simple grammar analysis and operator precedence parsing priority
  3. 所属分类:Compiler program

    • 发布日期:2017-04-08
    • 文件大小:12357
    • 提供者:李强
  1. LL1

    0下载:
  2. 利用LL(1)分析方法实现算术表达式的语法分析-Using LL (1) analysis method parsing arithmetic expressions
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:963615
    • 提供者:猪兔兔
  1. LL1

    0下载:
  2. LL1语法分析,很好的能够编译啊我的朋友,希望你能成功-LL DGAGD DG
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:12743
    • 提供者:王博
  1. KQBG

    0下载:
  2. 现在功能比较完善了,开发环境为Visual studio 2005,C#(CSharp)语言,程序提供对access和sql server的数据库访问功能(icco.cco为access数据库),能够根据用户的打卡信息记录(来自sql server数据库)进行迟到、早退、旷工、工作日加班、节假日加班进行分析,并能够导出为Excel文件。同时有完善的数据维护配置功能,包括sql server 数据库配置、上班时间配置、加班时间配置、旷工时间配置、节假日时间配置等,配置数据存放在access数据库;
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:378538
    • 提供者:tangguofang
  1. Data.Analysis-Source-code

    0下载:
  2. 收集数据是比较容易的,但原始信息变成有用的东西,你必须知道如何提取,正是你所需要的。与此有见地的书,中间数据分析感兴趣的有经验的程序员将学习技术的商业环境中的数据。你会学到如何看待在数据,发现它包含什么,如何捕捉这些想法在概念模型,然后送入您的理解,该组织通过业务计划,指标仪表板和其他应用程序。-Collecting data is relatively easy, but turning raw information into something useful requires that y
  3. 所属分类:Database system

    • 发布日期:2017-03-24
    • 文件大小:120321
    • 提供者:Dengeven
  1. 2

    0下载:
  2. 词法分析器,基于LL(1)的词法分析器,可以进行词法的基本分析- Lexical analyzer, lexical analyzer based on LL (1)
  3. 所属分类:Compiler program

    • 发布日期:2017-04-16
    • 文件大小:191666
    • 提供者:zhao jin
  1. JavaLL1analysis

    0下载:
  2. 编译原理LL(1)分析,分析字符串,得出一些结论,并处理一些错误-LL(1)Analysis,can analyse the input string
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:5348
    • 提供者:eric
  1. compile

    0下载:
  2. 输入文法进行分析,判断文法是否为LL(1)文法,五步判别,构造词法分析表-Lexical analysis, grammar is judged for LL (1) grammar
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-11
    • 文件大小:1379
    • 提供者:观月
  1. grammar-analyser

    0下载:
  2. 1、任意输入一个文法G; 2、处理文法中可能存在的左递归和公共左因子问题; 3、对文法中的每个非终结符自动生成并打印输出: ① FIRST集; ② FOLLOW集; 4、判断处理后的文法是否为LL(1)文法,如果是,自动生成并打印输出其预测分析表; 5、模拟分析过程。 如输入一个句子,如果该句子合法则输出与句子对应的语法树;能够输出分析过程中每一步符号栈的变化情况。如果该句子非法则进行相应的报错处理。 -An arbitrary input to a gr
  3. 所属分类:Compiler program

    • 发布日期:2017-05-03
    • 文件大小:1486234
    • 提供者:chenlu
  1. CPP

    0下载:
  2. 指针总结 要了解指针,多多少少会出现一些比较复杂的类型,所以我先介绍 一下如何完全理解一个复杂类型,要理解复杂类型其实很简单,一 个类型里会出现很多运算符,他们也像普通的表达式一样,有优先 级,其优先级和运算优先级一样,所以我总结了一下其原则: 从变量名处起,根据运算符优先级结合,一步一步分析. 下面让我们先从简单的类型开始慢慢分析吧:-pointer summary To understand pointers, more or less there will be
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:520672
    • 提供者:wangwei
  1. ll1_Operatorpriority

    0下载:
  2. ll(1)&& 算符优先,其他的词法分析部分可以忽略-just ll(1) and Operator priority
  3. 所属分类:对话框与窗口

    • 发布日期:2017-04-16
    • 文件大小:153265
    • 提供者:王锦程
  1. LL1-parser

    0下载:
  2. <编译原理课程设计>利用LL(1)分析算法,手工实现语法分析器-LL (1) parser
  3. 所属分类:Compiler program

    • 发布日期:2017-04-17
    • 文件大小:11499
    • 提供者:
  1. SA

    0下载:
  2. 编译原理课程的语法和词法翻译程序,使用的是LL(1)分析方法-Compiler theory curriculum of grammar and lexical translation process, using the LL (1) analytical methods
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:412807
    • 提供者:dodo
  1. 1

    0下载:
  2. 编译原理中的LL(1)实验,可显示分析栈,手动输入文法-Compile principle LL (1) experiments, to display the analysis of the stack, manually enter the grammar
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:1940
    • 提供者:donglin
  1. sizeyunsuan

    0下载:
  2. 请完成以下描述算术表达式的LL(1)文法的递归下降分析程序G[E]: E→TE′ E′→ATE′|ε T→FT′ T′→MFT′|ε F→ (E)| d | i A→+|- M→*|/ 说明:终结符号d为正整数,终结符号i为变量。 其功能为: 从键盘上输入一串四则运算表达式,对照文法G[E]检查输入串的语法是否正确,如果不正确必须指出错误原因。 -Please complete the following descr iption
  3. 所属分类:Compiler program

    • 发布日期:2017-03-23
    • 文件大小:1179
    • 提供者:ck
  1. TLL1h

    0下载:
  2. 消除左递归的文法来使文法满足进行确定自顶向下分析的条件 一个LL(1)分析法的语法分析器,已通过测试。 -Elimination of left recursive grammar to the grammar to meet the parser to determine the top-down analysis of the conditions of an LL (1) analysis method has been tested.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:16857
    • 提供者:分界线
  1. ll1

    0下载:
  2. LL(1)文法的实现,主要包括文法的读取、消除左递归、求First集、Follow集、Select集,生成预测分析表,对给定句子分析是否符合文法。-LL (1) grammar implementations, read mainly include grammar to eliminate left recursion, seeking First set, Follow Set Select set generate predictive analysis table, analysis m
  3. 所属分类:Compiler program

    • 发布日期:2017-11-07
    • 文件大小:2285014
    • 提供者:czl
  1. Lexical-Analysis

    0下载:
  2. 北邮编译原理与技术,LL(1)语法分析程序-Compiler theory, LL (1) parsing program
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-02
    • 文件大小:4434283
    • 提供者:Corent Lee
  1. firstafollow

    0下载:
  2. 编译原理中,采用LL(1)语法分析法时 1.求每个文法符号的的first集 2.求每个非终结符的follow集-First set of compiler theory, LL (1) syntax analysis. Seeking each grammar symbol. Seeking of each nonterminal follow set
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-04
    • 文件大小:3740
    • 提供者:王焱
  1. forecast_analysis_chart_construction

    0下载:
  2. 编译原理中,采用LL(1)语法分析法时 1.求每个文法符号的的first集 2.求每个非终结符的follow集-First set of compiler theory, LL (1) syntax analysis. Seeking each grammar symbol. Seeking of each nonterminal follow set
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-22
    • 文件大小:3764
    • 提供者:王焱
« 1 2 ... 9 10 11 12 13 1415 16 »
搜珍网 www.dssz.com