资源列表
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[]是递推系数
mumerical_analysis
- 数值分析一部分编程习题,包括: 舍入误差与有效数 Newton迭代法 列主元三角分解法 逐次超松弛迭代法 3次样条插值函数
work
- 一元线性回归算法,计算斜率并输出结果。主要采用最小二乘法。
shortest
- 本程序编写了一个dijkstra算法求解最短路问题,在turboc2.0环境下编译成功。