搜索资源列表

  1. bianyic++

    0下载:
  2. 录入合法的LL(1)文法,将输出LL(1)预测分析表,并可以对输入的句子进行语法分析输出相应语法树。-Input legitimate LL (1) grammar, will output LL (1) Table Forecast and Analysis, and can import sentence for syntax analysis syntax tree corresponding output.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:165546
    • 提供者:丁关根
  1. predictAnalysis

    0下载:
  2. 本程序主要实现预测分析表的构造,并求first和follow集-the procedure main table Forecast and Analysis, and the construction and follow for first set
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:3151
    • 提供者:魏平
  1. Judge_LL(1)

    1下载:
  2. 本设计使用C语言实现了对简单方法描述的LL(1)文法的判定。该设计程序实现了:⑴分别求出每一产生式的右部的FIRST 集、每一个非终结符的FOLLOW集和每一产生式的SELECT集;⑵判定是否是LL(1)文法;⑶画出预测分析表;⑷对给定的符号串判定是否是文法中的句子,分析过程在屏幕上打印出来。 欢迎大家给程序提出富贵意见!-the design of the C language to describe a simple metho
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:147436
    • 提供者:张玉峰
  1. forcast

    0下载:
  2. 这是用c++实现的编译原理的预测分析算法程序-This achieved with c compiler principles of the forecast algorithm analysis procedures
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1375
    • 提供者:哈哈
  1. yucefenxibiao

    0下载:
  2. 用C语言编写的编译预测分析程序,有通用性 进行自顶向下编译-C language compiler prediction analysis procedures, conduct a generic top-down Compiler
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:5524
    • 提供者:tangliang
  1. LL1ForXp

    0下载:
  2. LL(1)文法,消除隐藏左递归,提取共因子,然后求First,Follow,Select集,以及预测分析表,最后进行预测分析-LL (1) grammar, the elimination of hidden left recursive, extracting a total factor, and then seek First, Follow, Select set, and the forecast analysis table
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:52570
    • 提供者:swb
  1. ll1ll1

    0下载:
  2. 编译原理LL(1)文法分析器 录入合法的LL(1)文法,将输出LL(1)预测分析表,并可以对输入的句子进行语法分析输出相应语法树。 程序中部分算法还很不简洁,有待改进,欢迎朋友与我多多交流。 lifanxi@263.net 2002年5月-compiler theory LL (1) grammar analyzer input legitimate LL (1) grammar, will outpu
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:30088
    • 提供者:111
  1. LL1wenfa

    0下载:
  2. 根据某一文法编制调试LL(1)分析程序,以便对任意输入的符号串进行分析。本次实验的目的主要是加深对预测分析LL(1)分析法的理解。-prepared in accordance with a grammar debugging LL (1) analysis of procedures for the importation of arbitrary strings of symbols for analysis. The main p
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2279
    • 提供者:颜炳昊
  1. z42

    0下载:
  2. 一个LL1预测分析的动态演示程序,是编译原理学习的绝好实例,赶快下吧.-a LL1 Forecast and Analysis of Dynamic Demonstration Program, compiler theory is a unique case study, where it quickly.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:13126
    • 提供者:xym
  1. y123

    0下载:
  2. 运用matlab进行下个点的预测分析,并画出了预测误差示意图-use Matlab for the next point forecasts and analysis, and the mapping out of the prediction error Map
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:48341
    • 提供者:bill
  1. yusefenxibiao

    0下载:
  2. 编译原理中的预测分析表的构造,自己看看就知道了-compiler theory, the forecast for the structure analysis table, to see for yourself will know
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:10204
    • 提供者:怀痕
  1. yufafenxikejianzongshu

    0下载:
  2. 每种程序设计语言都有描述程序语法结构的规则。例如,Pascal程序由程序块(又叫分程序)构成,程序块由语句组成,语句由表达式组成,表达式由记号组成等等。这些规则可以用上下文无关文法或BNF范式(Backus-Naur Form)描述。 编译器常用的文法分析方法有自上而下和自下而上两种。正如它们的名字所示,自上而下分析器建立分析树是从根结点到叶结点,而自下而上分析器恰好反过来。它们的共同点是从左向右地扫描输入,每次一个符号。 最
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:134421
    • 提供者:李爱春
  1. 21codes_vc616677824666

    0下载:
  2. 词法语法分析器 输入源程序,输出语法分析树,预测分析表-lexical analyzer input source grammar, syntax tree output forecast analysis Table
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:214972
    • 提供者:zhj
  1. xianxingyuce

    0下载:
  2. 信号的线性预测分析的程序,用于各种各样的算法的实现-signal linear predictive analysis procedures used for a wide variety of algorithms to achieve
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:60912
    • 提供者:赵云
  1. lpc_specgram

    0下载:
  2. 基于MATLAB语音线性预测分析报告及程序实现和语谱图实现。-linear prediction analysis and procedures to achieve and realize Spectrogram.
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:158056
    • 提供者:高颖
  1. Hune2

    0下载:
  2. 用预测分析法实现的语法分析,预测分析表要手动生成-with Forecast and Analysis Method syntax analysis, forecasting analysis must be made manually generated. .
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:79525
    • 提供者:胡恩
  1. yucefenxi_copiler

    0下载:
  2. 也是一个编译前端,但是采用的分析方法为预测分析法-is a compiler front-end, but the methods of analysis to predict analysis
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:6018
    • 提供者:胡恩
  1. ll1forwin

    0下载:
  2. 编译原理LL(1)文法分析器 录入合法的LL(1)文法,将输出LL(1)预测分析表,并可以对输入的句子进行语法分析输出相应语法树。- Translation principle LL (1) grammar analyzer input legitimate LL (1) the grammar, will output LL (1) to forecast the analytical table, and will be all
  3. 所属分类:编辑器/阅读器

    • 发布日期:2008-10-13
    • 文件大小:33735
    • 提供者:刘远兴
  1. nizhenbi

    0下载:
  2. 预测分析法实现的语法分析器 -Forecast and Analysis Method syntax analyzer Forecast and Analysis Method of Grammar Analyzer Forecast and Analysis Method syntax analyzer
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2947
    • 提供者:yangfa
  1. compiler

    1下载:
  2. 大三下学期编译原理三个完整的实验和报告(包括词法分析语法分析(LL1和预测分析-junior next semester compile three principles and integrity of the report (including lexical analysis syntax analysis (and pre-LL1 Measurement Analysis
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:57125
    • 提供者:echo
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »

源码中国 www.ymcn.org