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

搜索资源列表

  1. 905正交实验设计与结果分析

    0下载:
  2. 功能,利用正交表安排实验称为正交实验设计,该程序是对正交实验的结果,运用方差分析表和F检验个因素对实验结果是否有显著影响。程序是针对不考虑个因素的交互作用的正交设计编写的。-functions, the use of orthogonal arrangement known as orthogonal test experimental design, the procedures of orthogonal experimental results, using analysis of var
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:22.24kb
    • 提供者:mark
  1. 903单因素方差分析

    0下载:
  2. 功能 利用离差分解法计算出方差分析表,并用F检验法,检查对给定的显著性水平 ,因子A对实验数据是否有限著影响。-difference from the use of functional solution calculated analysis of variance, and use the F-test, to check on the significant level of factor A pair of experimental data limited impact.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:35.75kb
    • 提供者:mark
  1. ll(1)词法分析

    0下载:
  2. LL(1)语法分析程序,编译原理课用得到哦,可以作到词法分析表吧(idle)-LL (1) syntax analysis program, compile Principle used to be, oh, Lexical analysis can be done table it (idle)
  3. 所属分类:编译器/词法分析

    • 发布日期:2014-01-22
    • 文件大小:80.15kb
    • 提供者:王淼
  1. 简易语法分析程序LL

    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 whether to LL (1) grammar, a
  3. 所属分类:编译器/词法分析

    • 发布日期:2010-07-01
    • 文件大小:80.51kb
    • 提供者:赵珊珊
  1. 预测分析表

    0下载:
  2. 预测分析表的代码-prediction analysis of the code table
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1.72kb
    • 提供者:陈活
  1. 编译原理LL(1)分析表

    0下载:
  2. 编译原理LL1分析表- Translation principle LL1 analytical table
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:191.29kb
    • 提供者:王克迅
  1. 左递归文法分析源代码

    0下载:
  2. 输入已经消除左递归的以及提取公共左因子的LL(1)文法,再输入相应的表达式,若分析成功,则在递归输出过程中输出\"acc\",若不成功,则有相应的报错以及位置指名。注意,要把同一个非终结符的产生式分成单个输入。他会自动计算first,follow,预测分析表的构造,但并不输出。-importation has been eliminated and left recursive public from the left-LL (1) grammar, further impo
  3. 所属分类:编译器/词法分析

    • 发布日期:2014-01-15
    • 文件大小:33.15kb
    • 提供者:赵旋
  1. 语法分析

    0下载:
  2. 打开2.tab.c编译运行,a.txt为测试用的PL/0程序。 2.output中有所有的产生式和LALR分析表的所有状态。- Opens the 2.tab.c translation movement, a.txt is measures the test the PL/0 procedure. In 2.output has all production patterns and LALR analytical table all conditions.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:43.84kb
    • 提供者:月光
  1. LL1文法分析ForWin

    0下载:
  2. 录入合法的LL(1)文法,将输出LL(1)预测分析表- Inputs legitimate LL (1) the grammar, will output LL (1) to forecast the analytical table
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:47.72kb
    • 提供者:吴斌
  1. 分析程序

    0下载:
  2. 语法分析程序,包括对任意输入LL(1)文法的分析表及字符串,本程序能自动判断所给字符串是\" 否为该文法的句子,并能给出分析过程。-syntax analysis procedures, including the indiscriminate importation of LL (1) grammar analysis table and string, the procedure can automatically determine to a string of "whether
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:26.3kb
    • 提供者:chu
  1. 预测分析法

    0下载:
  2. #include #include #include #define MAX 30 int table[5][6]; char stack[30]; int top=0; char buffer[MAX]; int buf=0; void start()//初始化预测分析表
  3. 所属分类:编译器/词法分析

    • 发布日期:2009-06-16
    • 文件大小:4.14kb
    • 提供者:bkssr@163.com
  1. mml.doc

    0下载:
  2. 编译原理 课程设计报告: 预测分析表的构造- The translation principle curriculum designs reported that, Forecasts the analytical table the structure
  3. 所属分类:Compiler program

    • 发布日期:2017-11-09
    • 文件大小:23.75kb
    • 提供者:
  1. LL1ParsingCode

    0下载:
  2. LL1语法分析程序,输入文法表达式能够自动输出预测分析表,判断是否为LL1文法,还可以再输入任意的一个句子,然后对其进行分析,给出分析进栈出战的详细过程-LL1 parser, enter the grammar of expression that can automatically predict the output table to determine whether the LL1 grammar, you can enter any of a sentence, and then a
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:4.46kb
    • 提供者:张志宇
  1. yufafenxi

    1下载:
  2. 语法分析程序 利用C++(或C)编制确定的自顶向下预测分析语法分析程序,并对简单语言进行语法分析。 待分析的简单语言的语法若文法G[ E]为: (1) E –> TE’ (2) E’ –> +TE’ (3) E’ –> e (4) T –> FT’ (5) T’ –> *FT’ (6) T’ –> e (7) F –> (E) (8) F –> i 实验说明 具体要求如下:
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:12.83kb
    • 提供者:chenxue
  1. LR0

    0下载:
  2. 实现了LR(0)分析表的构造,采用vc编写,可用于编译原理课程设计。-Achieved a LR (0) analysis of the table structure, using vc preparation, can be used to compile principles of curriculum design.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:224.65kb
    • 提供者:白天
  1. 89346505lr1

    0下载:
  2. lr文法分析器 把文法通过程序翻译生成文法分析表-lr parser grammar to grammar translation of Health through the enactment process analysis table
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:19.74kb
    • 提供者:冯宏健
  1. syntax

    0下载:
  2. java实现语法java分析器,含源代码,预测分析表-java syntax java parser to achieve, including source code, Forecast and Analysis Table
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:16.68kb
    • 提供者:天尹
  1. cifa

    0下载:
  2. 预测分析程序,根据所给文法生成预测分析表,再进行预测分析程序!-Prediction program
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:6.65kb
    • 提供者:许剑
  1. parsing

    0下载:
  2. LL1分析法的构造,也就是LL1预测分析表的构造-grammer Analysis
  3. 所属分类:software engineering

    • 发布日期:2017-03-25
    • 文件大小:64.39kb
    • 提供者:philian
  1. ZMM 库龄分析表需求 及代码

    0下载:
  2. ① 成品库龄统计: a) 统计总装部的成品库存(不考虑驻外仓库); ② 材料库龄统计: a) 统计总装部、采购部的整体的库龄;
  3. 所属分类:文档资料

« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com