资源列表
radix-sort
- 基数排序算法- radix sort
assignment5
- 牛顿插值多项式和三次样条插值多项式: 已知: 当时: 计算函数在点处的值; 求插值数据点的牛顿插值多项式和三次样条插值多项式; 计算和相应的函数值和牛顿插值多项式和三次样条插值多项式; 计算和并解释你得到的结果。-Newton interpolation polynomial and cubic spline interpolation polynomial
SOR
- SOR求解方程,一种是根据公式直接计算,另一种是根据原理来求解。-SOR solving equations, one is based on the direct calculation of the formula, the other is based on the principle to solve.
fleetness_sort
- 快速排序的C语言原程序,希望对大家有帮助!!我觉得还可以-Quick Sort C language program, we hope to help! ! I felt that I could
grule
- 高斯点的计算程序, 高斯点的计算程序, 高斯点的计算程序,
MLP
- multi layer perceptron il suffit juste de fair entrer l enter et sortie désiré
gs
- 全主元高斯消元法,动态二维数组的建立,以及实现例子-All principal component Gaussian elimination
guass
- 利用高斯列主元消去法求解线性方程组Ax=b的解,并进行验证-Gauss elimination method to solve out the main element equations,
HotellingT2
- Matlab function for HotellingT2
standar-pos
- 该程序是标准粒子群算法的代码,修改参数就可用。-The program is the standard particle swarm algorithm code, modify the parameters can be used.
saturday
- 自己编写的有详细注释的lms算法。 并且调试已经通过,结果还不错
PCG
- % SSOR预处理的共轭梯度法求解方程Ax=b % 输入参数说明 % A 正定矩阵[n*n] % b 右边向量 % omega SSOR预处理参数(0--2) % Times 迭代次数 % errtol 给定误差终止条件 % %输出参数 % NewX 方程Ax=b的x近似解 % avgerr 求解的当前平均绝对误差
