资源列表
finite_element_quadratic_form
- 这个c++程序用于求解形如 -(pu')'+qu=f;u=0于左边界;u'=alpha于右边界。 的椭圆型偏微分方程。采用有限元解法,二次元差分格式。 使用说明: 在corefunc.h中自己定义修改方程中的函数p,q,f,它们分别对应文件中的3个函数funcp,funcq,funcf。 核心函数是double *Calcu(double *x, int n,double alpha=0.0) 其中x是节点数组,n+1应等于节点数量。alpha是右边值条件。核心函数返回计算的 近似解u在节点及对
基于BP神经网络的函数拟合与模式识别的Matlab程序
- 基于BP神经网络的函数拟合与模式识别的matlai代码(Function Fitting and Pattern Recognition Based on BP Neural Network)
AspriseOCR
- AspriseOCR的一个压缩包,自己好像没用,不知大家有用吗(AspriseOCR a compressed package, it seems useless, I do not know useful to you)
xuanhui
- 基于pid模糊控制的船舶转向控制 simulink(Ship steering control based on PID fuzzy control Simulink)
LEACH
- WSN中经典算法LEACH,初学WSN必备(WSN classical algorithm LEACH, WSN essential)
TBD_Viterbi
- 雷达的动态规划算法,简单实用,适合初学者学习(Radar dynamic programming algorithm, simple and practical, suitable for beginners to learn)
1-BP_work
- matlab实现BP神经网络进行拟合和预测(Matlab implementation of BP neural network for fitting and prediction)
2-GRNN_PNN_work
- GRNN和PNN神经网络对数据的拟合、训练和二者对比(Data training of GRNN and PNN and comparison of the two)
3-Competitive neural network
- 竞争神经网络的matlab实现,对一组数据进行拟合和训练,得出精度(The matlab implementation of the competitive neural network, fitting and training a set of data to get the accuracy)
起伏脉冲的检测概率
- 根据目标RCS起伏的特征给出相应的检测概率计算方法。书中常用的办法(According to the characteristics of the fluctuation of the target RCS, the corresponding detection probability calculation method is given. Common methods in books)
4-SVM
- 支持向量机的matlab实现,对数据进行分类,得出精度(Support vector machine matlab implementation, classification of data, get the accuracy)
5-ELM
- 极限学习机(ELM)的matlab实现,对一组数据进行回归的例子(Extreme learning machine (ELM) matlab implementation, for a group of data regression examples)
