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

搜索资源列表

  1. mml.doc.rar

    0下载:
  2. 编译原理 课程设计报告: 预测分析表的构造
  3. 所属分类:编译器/词法分析

    • 发布日期:
    • 文件大小:24052
    • 提供者:
  1. 预测分析表.rar

    0下载:
  2. 所属分类:Windows编程

    • 发布日期:
    • 文件大小:1491
    • 提供者:
  1. 判断是否为ll(1)文法程序

    2下载:
  2. 一个程序,用于判定给定的文法是否为LL(1)文法。 实现了:1.文法的机内表示;2. FIRST集和FOLLOW集的计算; 3. LL(1)预测分析表的构造。-a procedure for the determination of grammar to whether LL (1) grammar. Realized : 1. Grammar said the machines; 2. FIRST FOLLOW sets and set computing; 3. LL (1) Forecas
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:23961
    • 提供者:luo
  1. liuziyancompile

    0下载:
  2. 本程序用于自顶向下的语法分析。只您输入的上下问无关文法进行分析,并构造出预测分析表。-procedure for the top-down syntax analysis. Only you enter the ministry asked not grammar analysis and structural analysis projected table.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:5906919
    • 提供者:刘子炎
  1. 结果分析演示系统

    1下载:
  2. 用BP神经网络程序模拟销售预测,能对销售数据进行时间序列预测,采用VC实现-BP neural network simulation sales forecasts, sales data can be right for time series prediction, using VC
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:220981
    • 提供者:杜昭翼
  1. 随机过程 时间序列的分析

    4下载:
  2. 是随机过程中时间序列分析作业,基于Matlab编程实现模型判别,参数求取,模型预测等,另附有本人作业全文,供大家参考。-random process is time-series analysis of operations, based on the Matlab programming model checker, parameters strike, model projections, followed by my work, for your reference.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:52899
    • 提供者:雅丫
  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)

    2下载:
  2. 本设计使用C语言实现了对简单方法描述的LL(1)文法的判定。该设计程序实现了:⑴分别求出每一产生式的右部的FIRST 集、每一个非终结符的FOLLOW集和每一产生式的SELECT集;⑵判定是否是LL(1)文法;⑶画出预测分析表;⑷对给定的符号串判定是否是文法中的句子,分析过程在屏幕上打印出来。 欢迎大家给程序提出富贵意见!-the design of the C language to describe a simple method of LL (1) grammar convicted.
  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, the final analysis of foreca
  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 output LL (1) Table Forecast and An
  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 purpose of the experiment was t
  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. 词法语法分析器

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

    • 发布日期:2014-01-14
    • 文件大小:214972
    • 提供者:zhj
  1. 预测电流型三相逆变器的SVPWM控制仿真分析_周朝霞

    1下载:
  2. 提出一种预测电流型三相逆变器的SVPWM控制策略,利用Matlab/Simulink搭建了预测电流型三相逆变器的SVPWM控制的仿真模型(This paper proposes a SVPWM control strategy for predictive current three-phase inverter, and uses Matlab / Simulink to build a simulation model of predictive current three-phase in
  3. 所属分类:matlab例程

    • 发布日期:2020-05-28
    • 文件大小:2202624
    • 提供者:栖栖
« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com