资源列表
IntroductionToNumericalAnalysis
- Introduction to Numerical Analysis by Doron Levy
nonlinear-conjugate-gradient
- 在无约束最优化方法中,通过选择搜索方向 k d 而得到的方法主要有四种:最 速下降法,Newton法,共轭方向法,Quasi-Newton (拟牛顿法)。 -Study on the algorithm of several nonlinear conjugate gradient method and the analysis of global convergence
TwoCircleIntersection
- 两个圆求交点,得到交点坐标,程序简单易懂-The intersection of two circles seeking to obtain the coordinates of the intersection, the program is simple and easy to understand
0-1bag
- 0-1背包问题:有N件物品和一个容量为V的背包。第i件物品的花费是c[i],价值是w[i]。求解将哪些物品装入背包可使价值总和最大。-The 0-1 knapsack problem: N items and a capacity of V backpack. Take the first I items is c[i], the value is w[i]. For which goods loaded backpack can make the value of the sum of the
experiment10
- 数值分析科目中的Gauss-Seidel迭代法求解矩阵-Numerical analysis of subjects Gauss-Seidel iteration method for solving matrix
shangquanS
- Clustering of information entropy classification algorithm-聚类信息熵分类算法Clustering of information entropy classification algorithm
psomatlabprograme
- 属性分类的粒子群算法Particle swarm optimization (pso) algorithm to the classification of the attribute-Particle swarm optimization (pso) algorithm to the classification of the attribute
closestPair
- 源程序实现最近匹配算法,从众多点中找到一对举例最近的点。-Look for the closest pair
sor22
- 用超松弛迭代法求解方程组Ax=b,nm为最大迭代次数,w为误差精度,ww为松弛因子-Ultra-relaxation method for solving equations Ax = b, nm is the maximum number of iterations, w is the error precision, ww for the relaxation factor
sor
- 两种SQR迭代法:将x^K与上次计算的结果做加权平均作为最后结果-Two kinds SQR iterative method:the x ^ K and the results of the last calculated as a weighted average of the final results do
kalman-filter
- use of kalman filter for correcting a jammed GPS signal
Scurve
- S-curve simulation in matlab