搜索资源列表
预测分析法
- 这是一个用c++写的预测分析法程序,是编译原理课程设计的内容,可以预测分析语言-c write with the forecast analysis procedures, compiler theory of curriculum design, analysis can predict language
预测分析
- //预测分析程序(原创) //用于判断输入的字符串能否别文法识别-/ / Forecast and Analysis (original) / / input for the judgment of the string can identify other grammar
句子识别程序(预测分析法)
- 一个句子识别程序(预测分析法)原程序,是用vc++编写的,很不错哦-a sentence identification procedures (Prediction) program, is prepared by the vc, oh very good
指数平滑法预测数据
- 指数平滑法预测数据 输入: k--平滑周期 * n--原始数据个数 * m--预测步数 * alfa--加权系数 * x--指向原始数据数组指针 * 输出: s1--返回值为指向一次平滑结果数组指针 * s2--返回值为指向二次指数平滑结果数组指针 * s3--返回值为指向三次指数平滑结果数组指针 * xx--返回值为指向预测结果数组指针-exponential smoothing forecast data entry : k -- smoothing cycle * n -- raw dat
预测分析法
- #include #include #include #define MAX 30 int table[5][6]; char stack[30]; int top=0; char buffer[MAX]; int buf=0; void start()//初始化预测分析表
某小型语言的预测分析器
- 设计一个小型语言,要求有基本的程序语句,给出该小型语言的LL(1)文法,用预测分析法实现对该小型语言的LL(1)文法的语法分析。
语音的线性预测滤波
- 语音信号的线性预测分析
time-series forecast
- matlab 时间预测工具包
LPC.ZIP 用线性预测的方法提取语音信号中的共振峰
- 用线性预测的方法提取语音信号中的共振峰,并进行共振峰轨迹的跟踪。-Extract formants from speech,and track them.
wangyh.rar
- 语音信号处理中使用线性预测分析方法分析语音信号,编程语言为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
durbin.rar
- 杜宾算法求线性预测系数杜宾算法求线性预测系数,Durbin algorithm for linear prediction coefficient
LPC
- 基于线性预测系数(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
lpc
- 语音信号的线性预测编码,包括一个主程序,四个字程序-Linear predictive coding speech signals, including a main program or four programs
mml.doc
- 编译原理 课程设计报告: 预测分析表的构造- The translation principle curriculum designs reported that, Forecasts the analytical table the structure
神经网络预测
- 有关bp神经网络预测的-bp of the neural network forecast
根据某一LL(1)文法编制调试预测分析程序
- 根据某一LL(1)文法编制调试预测分析程序,以便对任意输入的符号串进行分析。 本次实验的LL(1)文法为表达式文法: E→E+T | T T→T*F | F F→i | (E) 编写识别表达式文法的合法句子的预测分析程序,对输入的任意符号串,给出分析过程及分析结果。分析过程要求输出步骤、分析栈、剩余输入串和所用产生式。如果该符号串不是表达式文法的合法句子,要给出尽量详细的错误提示。-According to an LL (1) grammar analysis of
svm-predict
- 支持向量机算法预测部分,主要是针对大规模对象进行预测-Support Vector Machine forecast, mainly for large-scale objects to predict
LMSandModelIdentificationLinearPrediction
- 自己编写的LMS基本算法以及LMS模型识别以及线性预测等.-I have written the basic LMS algorithm and LMS models, such as recognition and linear prediction.
红酒品质预测
- 红酒品质预测,11项红酒因素,nnet分类方法实现(Quality prediction of red wine)
粒子滤波寿命预测(带数据)
- 利用粒子滤波进行锂离子电池的循环寿命预测(Cycle life prediction of Li-ion battery by particle filter)