资源列表
Gaussseidel
- gauss seidel program
Rootsimp
- 简单的迭代法求解方程组,代码简单,计算快,可以自由设置迭代步数,方便的显示方程的根,何逼近情况-Simple iteration method for solving equations, the code is simple, fast computation, are free to set the number of iterative steps to facilitate the display of roots of the equation, what approach the s
M
- 在AHP分析法中 以下下为Matlab中的M文件,用来计算各指标的权重-In AHP analysis The following documents under the M, for Matlab is used to calculate the weight of each index
towton
- 插值法利用函数f (x)在某区间中若干点的函数值,作出适当的特定函数,在这些点上取已知值,在区间的其他点上用这特定函数的值作为函数f (x)的近似值。如果这特定函数是多项式,就称它为插值多项式。利用插值基函数很容易得到拉格朗日插值多项式,公式结构紧凑,在理论分析中甚为方便,但当插值节点增减时全部插值基函数均要随之变化,整个公式也将发生变化, 这在实际计算中是很不方便的,为了克服这一缺点,提出了牛顿插值。 -The Newton s FormThe Lagrange FormThe convent
Merge-sort
- 合并排序是建立在归并操作上的一种有效的排序算法。该算法是采用分治法(Divide and Conquer)的一个非常典型的应用。 合并排序法是将两个(或两个以上)有序表合并成一个新的有序表,即把待排序序列分为若干个子序列,每个子序列是有序的。然后再把有序子序列合并为整体有序序列。 -Merge sort in C/C++
L2211
- 单链表的监理程序,长度为1221,很好的程序,思路清晰-Singly linked list of the supervision program, a length of 1221, a very good program with clear ideas
ex3
- 弦截法迭代求解方程,程序包含初始值,可自行修改-Secant iterative method for solving equations, the program contains the initial value, and may modify
arry
- 采用行列式的计算方法求解矩阵方程,不必用逆矩阵方法-Calculated using the determinant matrix equation
element-position-of-maximum
- 求数组最大元素的位置并输出数组下标-For the array element position of maximum
AML04
- 使用随机方法计算Frobenius模并比较多种逼近方式的误差大小。-Calculating Frobenius norm using random method.
systemidentificationwhitenoise
- 带白噪声的系统辨识仿真实验代码。系统参数在代码中给出。-A simulink of system identification with white noise.
clipping-algorithm
- 多边形切割_clipping algorithm-Polygon cutting
