资源列表
bp
- 一个简答的BP算法 用C++实现的 数字分类功能(A short answer BP algorithm using C++ to achieve digital sorting function)
CureDemo
- 实现的cure聚类的demo。算法在开始时,每个点都是一个簇,然后将距离最近的簇结合,一直到簇的个数为要求的K。它是一种分裂的层次聚类。算法分为以下6步: 1)从源数据对象中抽取一个随机样本S。 2)将样本S分割为一组划分。 3)对划分局部的聚类。 4)通过随机取样提出孤立点。如果一个簇增长得太慢,就去掉它。 5)对局部的簇进行聚类。 6)用相应的簇标签标记数据。(The implementation of the cure clustering of the
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
新建 Microsoft Word 文档
- C语言实现阶乘,可以是任意一个数的阶乘,当然要计算机能够存的下(C language implementation factorial)
grmf-exp
- graph regularized collaborative filtering
PCA-SVM
- 利用主成份分析 SVM 实现 人脸识别(Using principal component analysis SVM to realize face recognition)
NGPM_v1.444
- Non Dominated Sorting Genetic Algorithm 2
C++LBM顶盖驱动流
- fortran语言,,顶盖驱动流,格子Boltzmann方法(fortran code lattice Boltzmann method D2G9)
liou_steffen
- 用于计算流体力学一维激波管问题计算的Fortran程序,分裂方法为AUSM(For the calculation of the 1D SOD tube problem, and the splitting method is AUSM.)
INVCWT
- 利用Matlab平台编写,实现对CWT程序的逆变换,得到时间域信号(Matlab platform is used to realize inverse transformation of CWT program and get time domain signal.)
triangular
- 基于Matlab平台编写的三角窗函数的实现,利用于后续进行窗函数的使用。(The realization of triangle window function based on Matlab platform is used for subsequent use of window function.)
QuickSort
- 利用递归,实现了快速排序的算法,程序简洁(A fast sorting algorithm)