资源列表
fenchatu
- 非线性动力系统中分叉图用来定性的表示系统行为的演化,本代码中ode1.m定义了一个经典的Lorenz系统,sode3.m对该系统计算并画出了参数敏感区的分叉图。
xiao_bo_bao_jiang_zhao_silk3
- 此程序是matlab中有关平滑去噪中常用的小波包的程序,简单使用,其中的注释详细,对每个变量的注释都很清楚
PSO
- 解决模板匹配问题的微粒群算法源程序,经过调试,可以直接运行。-Template matching to solve the problem of the particle swarm algorithm source code, after testing, can be directly run.
bp
- matlab 神经网络好的bp预测,不过预测精度不太准,只有大概框架-good bp matlab neural network prediction, but prediction accuracy is not very accurate, only about framework
moore-penrose-generalized-inverse
- 用于计算moore-penrose generalized inverse matrix 的fortran 子程序。-Used to calculate the moore-penrose generalized inverse matrix of fortran subroutines.
ga
- 一个基于matlab的遗传算法算例,求解对象为函数最大值-a demo of GA based on matlab
outline
- 哈希表函数,纯C语言编写的哈希表计算函数-Hash table functions, written in pure C language function to calculate the hash table
zhouchengyali
- 轴承压力计算(基于长宽比、长径比画出轴承压力分布图)-bear s pressure calculate
erzhianglecos
- 采用二值化的夹角余弦距离法进行分类。主要从以下两个步骤进行实现:a、将样本库中每个样本进行二值化,去阈值T=0.05;b、利用夹角余弦距离法对待测样品X进行分类。-Binarization Angle cosine distance method is used to classify.Implementation is mainly the following two steps: a, each samples in the sample library binarization, to
Regression_SVM_SteveGunn
- 基于SVM的分类器 支持两类分类 和多类分类 选择最优参数-Select the optimal parameters of the classifier based on SVM supports two types of classification and multi-class classification
ACGAS
- 用全选主元高斯消去法求解复系数线性代数方程组-With the full election PCA Gaussian elimination method for solving complex coefficient of linear algebraic equations
BP神经网络人口预测
- 利用BP神经网络建立人口预测模型,利用时间窗方式,用前四年人口预测下一年人口。