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

搜索资源列表

  1. LPC

    0下载:
  2. 语音合成中的线性预测分析的程序,其中含有仿真的结果,望大家喜欢-voice predict line
  3. 所属分类:MultiLanguage

    • 发布日期:2017-05-17
    • 文件大小:4742801
    • 提供者:苗杰
  1. complie

    0下载:
  2. 输入一行文法,程序自动解析,采用LL(1)文法,消除左递归,建立预测分析表。-
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:4195
    • 提供者:lidong
  1. 1

    0下载:
  2. 编译原理课本中关于词法分析、预测分析表等的源代码-Compiler theory textbook on lexical analysis, forecasting and other source code analysis table
  3. 所属分类:书籍源码

    • 发布日期:2017-04-08
    • 文件大小:874
    • 提供者:
  1. by

    0下载:
  2. 编译原理预测分析程序的源码,希望大家多多交流指证-interpreter
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:674572
    • 提供者:张珑
  1. CompilerExperiment4-syntaxAnalysis-2

    0下载:
  2. 一个小的教学用的编译器(PL0语言)方便学习《编译原理》的语法分析器-预测分析法-Compiler Experiment PL0 for study syntax Analysis (predict analysis )of compiling principle
  3. 所属分类:Compiler program

    • 发布日期:2017-03-27
    • 文件大小:465420
    • 提供者:Mrfu
  1. Forecastanalysis

    0下载:
  2. 编译原理 一个简单实用的预测分析法小程序 含有代码 以及报告文档-Compiling principle, a simple and practical forecast analysis small program, contain code and reporting document
  3. 所属分类:Compiler program

    • 发布日期:2017-05-03
    • 文件大小:1115587
    • 提供者:曹阳
  1. LL_1

    0下载:
  2. 编译原理——LL1文法构造,构造预测分析表-C源代码-this is the cpp file for LL1
  3. 所属分类:Compiler program

    • 发布日期:2017-04-14
    • 文件大小:5162
    • 提供者:何梓贤
  1. LL(1)

    0下载:
  2. 编译原理 LL(1)语法分析,预测分析表,分析字符窜-LL(1)yufa fenxi ,bianyi yuanli
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:1612
    • 提供者:luliang
  1. LL(1)fenxi

    0下载:
  2. 编译原理 LL(1)语法分析,预测分析表,分析字符窜-LL(1)yufa fenxi ,bianyi yuanli
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:109790
    • 提供者:luliang
  1. grammer

    0下载:
  2. 用C语言实现的编译原理语法分析预测分析法-Compiled with the C language syntax analysis and forecasting analysis principles
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:202076
    • 提供者:
  1. Predictive-Analysis

    0下载:
  2. 通过完成预测分析法的语法分析程序,了解预测分析法和递归子程序法的区别和联系。使了解语法分析的功能,掌握语法分析程序设计的原理和构造方法,训练掌握开发应用程序的基本方法。-Prediction Analysis by completing the parser to understand the analysis and prediction of difference between the recursive subprogram and contact. To understand the
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:246522
    • 提供者:wangbluer
  1. yucefenxibiao

    0下载:
  2. 能够预测分析某条语句的文法正确与否,适合预测分析!-Analysis to predict the correct grammar of a statement or not, for predictive analysis!
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:1447
    • 提供者:佘立峰
  1. Parser

    0下载:
  2. 实现LL(1)文法,能对其实现自顶向下的语法分析并预测分析方法。-Achieve LL (1) grammar, to achieve its top-down method of syntax analysis and predictive analysis.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-07
    • 文件大小:6017
    • 提供者:caoqingzhu
  1. bbb

    0下载:
  2. 编译原理中的预测分析法,中的C程序代码。这已经的很简单的方法编的程序了,不过修改一下可以自行对自己输入的语法进行分析-Compiler theory in the prediction analysis, the C code. This has a very simple way to make programs, but change it for their own analysis of the syntax of the input
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:164624
    • 提供者:yumo
  1. yufa

    0下载:
  2. 编译原理,独立的语法分析器,有token串,预测分析法-Compiler theory, an independent parser, a token string, predictive analysis
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:294752
    • 提供者:庄伟
  1. LL1_display5.11

    0下载:
  2. 本文描述了针对编译原理课程中LL(1)文法分析过程的演示系统的设计与实现过程。本系统在Visual C++环境中使用MFC类库开发实现。针对高效率和美观实用两个目标,分别设计了前台和后台。前台负责界面显示和用户交互,后台透明地执行LL(1)分析过程的相关操作,为前台提供数据。通过MFC的消息响应机制,将后台功能模块加入到前台相应功能菜单的消息函数中。前台界面提供了和用户交互的菜单,根据演示系统的需求以及LL(1)文法分析过程中的各个步骤,将前台分为七个模块,其中每个菜单项分别对应各自的功能模块。
  3. 所属分类:Compiler program

    • 发布日期:2017-06-01
    • 文件大小:14099235
    • 提供者:
  1. complier

    0下载:
  2. 一个小型编译器,包含词法分析和语法分析,还有预测分析表-A small compiler, including lexical analysis and syntax analysis, as well as predictive analysis table
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:555342
    • 提供者:王浩烽
  1. LL(1)08281085

    0下载:
  2. LL(1)预测分析法程序,打开事先存好的文件,按行分析程序,并给出分析栈、余留符号串等内容-LL (1) forecast analysis program, open the file in advance a good memory, by line analysis program, and gives analysis of the stack, the remaining symbol string, etc.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:424073
    • 提供者:zhangjie
  1. lpc1

    0下载:
  2. matlab中基于LPC线性预测分析处理语音的程序,用于对语音进行预测并与原语音作出比较 -matlab linear prediction based on LPC speech analysis and processing procedures for the prediction of speech to compare with the original voice
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-31
    • 文件大小:1066
    • 提供者:marui
  1. 10803070102_daiyongchuan

    0下载:
  2. 其中包括词法分析器和语法分析器,还包括预测分析法以及正规式转换为不确定的有穷自动机、 不确定的有穷自动机转换为确定的有穷自动机- Including the lexical analyzer and parser, but also forecast analysis and formal style uncertainty into finite automata, finite automata uncertainty into a deterministic finite aut
  3. 所属分类:Compiler program

    • 发布日期:2017-06-22
    • 文件大小:42417131
    • 提供者:郭晓峰
« 1 2 3 4 5 67 8 9 10 11 »
搜珍网 www.dssz.com