搜索资源列表
maxmin
- 该算法能够在采用逐步比较的方法在数组中同时寻找最大值和最小值,直到找到最大值和最小值为止,然后输出
matrix
- 矩阵运算模块:寻找二维数组中的最大值;寻找二维数组中的最小值;寻找一维数组中的最小值;求取两个向量之间的欧式距离
shuzhifenxi
- 北航数值分析大作业三,功能为用Newdon法求解非线性方程组,Gauss法求解线性方程组,求矩阵的逆,二元二次插值,按最小二乘原则进行二元拟合并自动寻找最小阶数。-Northern analysis of large numerical operations three functions with Newdon method for solving nonlinear equations, Gauss method for solving linear equations, find the
MZ-XCOOR
- MZ自相关算法,通过寻找自相关的最大点值,来计算MZ的振动位置。-MZ autocorrelation algorithm, by finding the maximum points, related to calculate the vibration of the MZ.
Particle-swarm-optimization
- 粒子群算法是寻找某个最大值,但是我 们工程上用的目标函数往往是求最小值,因此我把程序改成寻找目标函数的最小值了。 如果需要调回来的话,在函数体里面把max() 改为min()-Particle swarm optimization (pso) algorithm is to find a maximum, but me The project with the minimum of the objective function is often, so I change the pr