资源列表
(2)判别模型、生成模型与朴素贝叶斯方法
- Beyes
vc
- 柴油机缸内压缩模块数值计算程序,基于VC++,输出数组保存在txt文件中,数据长度datalen,基本参数可修改(Simulation calculating program of the compression module in cylinder of diesel engine)
指派问题
- 使用匈牙利算法来解决指派问题,MATLAB代码(The Hungarian algorithm solves the assignment problem)
LSTM_learn-master
- 采用LSTM算法用python语言实现的信号时间序列预测,可预测信号的占用度(The LSTM algorithm is used to predict the signal time series in python language)
spark-timeSeries
- 采用ARIMA模型(自回归积分滑动平均模型)+三次指数平滑法(Holt-Winters),用scala语言实现的在spark平台运行的分布式时间序列预测算法(Using the ARIMA model (autoregressive integral moving average model) + Holt-Winters (Holt-Winters), using scala language to achieve the spark platform to run the distribut
c语言源程序900例
- 用于数学建模中最常见的30个C语言基本程序,有助于新手实现对数学建模和C语言的快速入手,谢谢(The most commonly used 30 basic Matlab programs in mathematical modeling, help novice to achieve the rapid start of mathematical modeling and Matlab, thank you)
knn
- 采用KNN(K邻近算法),用matlab平台实现的分类预测算法(Using KNN (K adjacent algorithm), using matlab platform to achieve the classification prediction algorithm)
Observador
- controlador de un motor
潮流计算:前推回代法
- 由π型模块级联成的简单电网作潮流计算的一种情况:已知始端电压和末端复功率及电网各处参数,利用前推回代法求始端复功率和末端电压(A simple power grid cascaded by PI module is used for power flow calculation: the initial terminal voltage and terminal complex power and the parameters of the grid are known. The forward
matrix_relatedAlgorithm
- 矩阵先关运算,比如特征值分解,矩阵求逆。(Matrix related computation code, such as eigen value compuation, matrix inversion, etc.)
fftw-2.1.5.tar
- 用的TI官方给的controlSUITE里面的定点库例程计算实数FFT,板子是helloDSP28335开发板。用TI例程做定点实数FFT时候,256点(With the TI official to the controlSUITE fixed-point library routines to calculate the real number of FFT, the board is helloDSP28335 development board. With TI routines do
SVD_C++
- C++实现矩阵的SVD分解,矩阵基本运算“+,-,*,/”,三角分解,QR分解,矩阵显示,矩阵转置,矩阵特征值与特征向量运算. 并在 Source.cpp中附有使用例子代码,方便读者快速上手。 经本人测试,完全可以运行,放心使用。 对于SVD分解,经过与matlab中结果对比,发现,当矩阵的列数>=行数时,基本没问题。(Using C++ language realizes the SVD decomposition of matrix,as well as the basic o