资源列表
Kriging_Contour
- 基于克立金算法的等值线生成算法及其实现代码,包含相应数据结构和类以及实例数据.
sjka
- DT id3 id3
c_mathematic_100
- 经典的c语言写的算法程序,共100个,对学习很有帮助的。
ROC
- % This routine provides a convenient way to produce Pd/FAD information % from likelihood ratio information.
matrix11
- Matrix TCL Lite 1.12 This matrix C++ template class library is for performing common matrix operations in your C++ program like any other built-in data types. To install the package, just copy MATRIX.H file into the INCLUDE directory of your compil
averagefliter
- 平均值滤波,用于传感器阵列数据处理。
Tekscantoarray
- tekscan公司ascii文件转成标准矩阵格式数据文件代码
weightcenter
- 压力传感器重心测量软件,用于压力分布重心点的计算
scaling
- 用于支持向量机的数据预处理,可能对大家有点用。
dublecenter
- 双中心计算,计算具有双重心矩阵的重心点。
paixu
- 用Java语言实现的各种排序,包括插入排序、冒泡排序、选择排序、Shell排序、快速排序、归并排序、堆排序、SortUtil等
orthrecurs
- 用递推法产生正交多项式系,即求alpha[j+1]、beta[j] 入口参数:m是数据点数,n是拟合的最高阶数, float x[],float y[]是对应纵横坐标,出口参数:a[] 是最小二乘拟合参数,alpha[]、beta[]是递推系数