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

搜索资源列表

  1. 预测分析法

    0下载:
  2. 这是一个用c++写的预测分析法程序,是编译原理课程设计的内容,可以预测分析语言-c write with the forecast analysis procedures, compiler theory of curriculum design, analysis can predict language
  3. 所属分类:编译器/词法分析

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

    0下载:
  2. //预测分析程序(原创) //用于判断输入的字符串能否别文法识别-/ / Forecast and Analysis (original) / / input for the judgment of the string can identify other grammar
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.44kb
    • 提供者:冰水云
  1. 句子识别程序(预测分析法)

    1下载:
  2. 一个句子识别程序(预测分析法)原程序,是用vc++编写的,很不错哦-a sentence identification procedures (Prediction) program, is prepared by the vc, oh very good
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2.06kb
    • 提供者:李明
  1. 指数平滑法预测数据

    0下载:
  2. 指数平滑法预测数据 输入: k--平滑周期 * n--原始数据个数 * m--预测步数 * alfa--加权系数 * x--指向原始数据数组指针 * 输出: s1--返回值为指向一次平滑结果数组指针 * s2--返回值为指向二次指数平滑结果数组指针 * s3--返回值为指向三次指数平滑结果数组指针 * xx--返回值为指向预测结果数组指针-exponential smoothing forecast data entry : k -- smoothing cycle * n -- raw dat
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:892byte
    • 提供者:浣熊
  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. 某小型语言的预测分析器

    1下载:
  2. 设计一个小型语言,要求有基本的程序语句,给出该小型语言的LL(1)文法,用预测分析法实现对该小型语言的LL(1)文法的语法分析。
  3. 所属分类:编译器/词法分析

  1. 语音的线性预测滤波

    0下载:
  2. 语音信号的线性预测分析
  3. 所属分类:语音合成与识别

    • 发布日期:2009-12-17
    • 文件大小:1023byte
    • 提供者:asdewq
  1. time-series forecast

    0下载:
  2. matlab 时间预测工具包
  3. 所属分类:其它

    • 发布日期:2011-04-04
    • 文件大小:578.07kb
    • 提供者:zxjking@126.com
  1. LPC.ZIP 用线性预测的方法提取语音信号中的共振峰

    2下载:
  2. 用线性预测的方法提取语音信号中的共振峰,并进行共振峰轨迹的跟踪。-Extract formants from speech,and track them.
  3. 所属分类:语音合成与识别

    • 发布日期:2013-07-31
    • 文件大小:17.01kb
    • 提供者:宋知用
  1. wangyh.rar

    0下载:
  2. 语音信号处理中使用线性预测分析方法分析语音信号,编程语言为C语言,开发环境为Visual C++ 2005,Speech signal processing using linear prediction analysis of speech signal analysis methods, programming languages for the C language development environment for Visual C++ 2005
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-02
    • 文件大小:112.4kb
    • 提供者:孙家冕
  1. durbin.rar

    0下载:
  2. 杜宾算法求线性预测系数杜宾算法求线性预测系数,Durbin algorithm for linear prediction coefficient
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-25
    • 文件大小:746byte
    • 提供者:healtheworld
  1. LPC

    6下载:
  2. 基于线性预测系数(LPC)的语音信号重构。给出了完整的LPC matlab程序,包括语音信号采集,LP预测系数,阶数的选择以及预测结果误差曲线。(很好用)-Based on the linear prediction coefficient (LPC) voice signal reconstruction. Given a complete LPC matlab procedures, including voice signal acquisition, LP prediction coef
  3. 所属分类:语音合成与识别

    • 发布日期:2013-04-14
    • 文件大小:191.71kb
    • 提供者:孙琨
  1. lpc

    1下载:
  2. 语音信号的线性预测编码,包括一个主程序,四个字程序-Linear predictive coding speech signals, including a main program or four programs
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-28
    • 文件大小:235.88kb
    • 提供者:xia fei
  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. 神经网络预测

    1下载:
  2. 有关bp神经网络预测的-bp of the neural network forecast
  3. 所属分类:书籍源码

  1. 根据某一LL(1)文法编制调试预测分析程序

    0下载:
  2. 根据某一LL(1)文法编制调试预测分析程序,以便对任意输入的符号串进行分析。 本次实验的LL(1)文法为表达式文法: E→E+T | T T→T*F | F F→i | (E) 编写识别表达式文法的合法句子的预测分析程序,对输入的任意符号串,给出分析过程及分析结果。分析过程要求输出步骤、分析栈、剩余输入串和所用产生式。如果该符号串不是表达式文法的合法句子,要给出尽量详细的错误提示。-According to an LL (1) grammar analysis of
  3. 所属分类:SCSI/ASPI

    • 发布日期:2017-03-22
    • 文件大小:7.05kb
    • 提供者:suhuhu
  1. svm-predict

    0下载:
  2. 支持向量机算法预测部分,主要是针对大规模对象进行预测-Support Vector Machine forecast, mainly for large-scale objects to predict
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-28
    • 文件大小:1.8kb
    • 提供者:张怡
  1. LMSandModelIdentificationLinearPrediction

    0下载:
  2. 自己编写的LMS基本算法以及LMS模型识别以及线性预测等.-I have written the basic LMS algorithm and LMS models, such as recognition and linear prediction.
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-13
    • 文件大小:1.86kb
    • 提供者:刘申
  1. 红酒品质预测

    1下载:
  2. 红酒品质预测,11项红酒因素,nnet分类方法实现(Quality prediction of red wine)
  3. 所属分类:易语言编程

    • 发布日期:2019-09-18
    • 文件大小:26kb
    • 提供者:几折荒古年
  1. 粒子滤波寿命预测(带数据)

    10下载:
  2. 利用粒子滤波进行锂离子电池的循环寿命预测(Cycle life prediction of Li-ion battery by particle filter)
  3. 所属分类:书籍源码

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