搜索资源列表
预测分析法
- 这是一个用c++写的预测分析法程序,是编译原理课程设计的内容,可以预测分析语言-c write with the forecast analysis procedures, compiler theory of curriculum design, analysis can predict language
BP-C++Bilder
- 用于实现BP神经网络的C++Builder源代码,可用于数据的学习和预测-used to achieve Neural Network Builder C source code can be used to study the data and forecasts
c
- 编译原理 :预测分析,算法分析,DN转换c是实现
混沌时间序列预测
- 1、该工具箱包括了混沌时间序列分析与预测的常用方法,有: (1)产生混沌时间序列(chaotic time series) Logistic映射 - \ChaosAttractors\Main_Logistic.m Henon映射 - \ChaosAttractors\Main_Henon.m Lorenz吸引子 - \ChaosAttractors\Main_Lorenz.m Duffing吸引子 - \ChaosAttractors\Main_Duffing.m Duffin
用C++实现huffman编码,算术编码,位平面编码,游程编码,预测编码,香农费诺编码
- 用C++实现huffman编码,算术编码,位平面编码,游程编码,预测编码,香农费诺编码,只需在对话框中选择功能就可以实现
双色球预测
- 双色球预测 很准
GA预测模型 C语言实现
- 压缩包内附有灰度模型理论,及在此理论上实现的C/C++源码
混沌时间序列预测的MATLAB源代码
- 混沌时间序列预测的MATLAB源代码,希望对大家有用,Prediction of chaotic time series of MATLAB source code, in the hope that useful
灰色预测模型GM(1,n)模型的matlab源代码
- 灰色预测模型GM(1,n)模型的matlab源代码,包括预测模型的建立,以及模型的精度检验指标c,p的计算,Grey prediction model GM (1, n) model matlab source code, including the prediction model and the precision test indicators c, p calculation
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
VideosTargetDetection.rar
- 1. 静态背景下的背景预测法目标检测2. 静态背景下帧间差分法目标检测 3. Mean Shift目标跟踪方法4. 重心多目标跟踪方法 ,1. Static background prediction in the context of target detection method 2. Static background frame difference method for target detection 3. Mean Shift Object Tracking Method 4.
yufafenxi
- 语法分析程序 利用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 实验说明 具体要求如下:
ChaosToolbVer.2.0
- 混沌工具箱 C-C方法计算时间延迟和嵌入维数 混沌时间序列预测-Chaos Toolbox CC method to calculate time delay and embedding dimension of chaotic time series prediction
tslib-1.0.0
- 神经网络是序列预测,C++实现,可以在linux和windows环境下重新编译!-Time series forecasting
GM11moxingjiqiguaijin
- 详细介绍了GM(1,1)的算法,并结合实际应用数据,得出了较为准确的预测结果,说明了算法的可行性。-Details of the GM (1,1) algorithm, combined with the practical application of the data obtained more accurate forecasting results, indicating the feasibility of the algorithm.
LL(1)Parser.C
- 一个简单的LL(1)带预测的语法分析器源代码-A simple LL (1) with a predictable source code parser
c--about-marekove
- 完整的c版本关于实现马尔科夫链,预测模型的构造-c source code about marcofu
CUMCM-2017-problem-C
- c题,利用模糊矩阵求解最大最小值,并利用神经网络来进行训练,来预测和分析待测值。(C problem, using fuzzy matrix to solve maximum and minimum)
纯C-CNN
- 纯C深度学习库,里面包含MNIST手写数字识别数据集,编译就能训练和预测(Pure C depth learning library, which contains MNIST handwritten digital recognition data sets, compiling can be trained and predicted.)
C数值算法集
- 本书编写了300多个实用而有效的数值算法C语言程序。其内容包括:线性方程组的求解,逆矩阵和行列式计算,多项式和有理函数的内插与外推,函数的积分和估值,特殊函数的数值计算,随机数的产生,非线性方程求解,傅里叶变换和FFT,谱分析和小波变换,统计描述和数据建模,常微分方程和偏微分方程求解,线性预测和线性预测编码,数字滤波,格雷码和算术码等。(This book has written more than 300 practical and effective numerical algorithm