资源列表
gsl-latest.tar
- GNU科学计算函数库GSL(GNU Scientific Library)是一个强大的C/C++数值计算函数库,它是一个自由软件,是GNU项目软件的一个部分,遵循GPL协议。GSL是一个为C和C++程序员提供的科学数值运算库。该科学计算库异常强大,函数库提供了大量的数值计算程序,如随机函数、特殊函数和拟合函数等等,整个函数库大约有1000多个函数,几乎涵盖了科学计算的各个方面。(The GNU scientific computing function library GSL (GNU Scie
CureDemo
- 实现的cure聚类的demo。算法在开始时,每个点都是一个簇,然后将距离最近的簇结合,一直到簇的个数为要求的K。它是一种分裂的层次聚类。算法分为以下6步: 1)从源数据对象中抽取一个随机样本S。 2)将样本S分割为一组划分。 3)对划分局部的聚类。 4)通过随机取样提出孤立点。如果一个簇增长得太慢,就去掉它。 5)对局部的簇进行聚类。 6)用相应的簇标签标记数据。(The implementation of the cure clustering of the
bp
- 一个简答的BP算法 用C++实现的 数字分类功能(A short answer BP algorithm using C++ to achieve digital sorting function)
7.MvDA_Code
- 多视图鉴别分析的matlab代码,该代码对应的论文为:2015年PAMI上发表的《Multi-view Discriminant Analysis》(This is the matlab code of the Multi-view Discriminant Analysis (MvDA) algorithm)
Isomap算法
- Isomap算法的matlab代码,简单易行。(the matlab of the Isomap algorithm)
Partial Multi-View Clustering-matlab code
- Partial Multi-View Clustering的matlab源代码和对应论文(The matlab codes and the corresponding paper of Partial Multi-View Clustering.)
ACpowerflow
- 电力系统潮流计算,详细解析和还原了潮流计算过程(ACpowerflow.introuduce the produce of the power flow)
PID
- PID控制的仿真,能够正常运行,多多交流(Simulation of PID control)
segy练习
- segy数据的读写练习,适用于地球物理初级入门者。(Segy data reading and writing exercises are suitable for beginners in geophysics.)
RLS与LMS算法matlab实现
- 经典的LMS与RLS递归最小二乘算法,有中文注释,很好理解(Classic LMS AND RLS recursive least squares algorithm, Chinese notes, very good understanding.)
untitled
- 仿真模糊PID控制的仿真,对烤箱温度进行控制。(The simulation of fuzzy PID control is simulated to control the oven temperature.)
Genetic
- 谢菲尔大学的GA工具箱试用,主要是理解各个参数的含义,前提是网上下载好genetic包。(This is using The GA toolkit at Sheffield University ,and you have to try to understand the meaning of each parameter. Besides, the premise is to download a good genetic package online.)
