资源列表
Gauss2
- 列主元高斯消去:解方程组用,在实际使用高斯消去法时,常结合使用“选主元”的技术以避免零主元或小主元的出现,以便保证高斯消去发的正常进行或改善求解过程的数值稳定性。-PCA out Gaussian elimination: Solution of equations used in the actual use of Gaussian elimination method, often combined with the use of PCA election technology in o
ACOforTSP
- tsp问题的群蚁算法实现,其中c为测试矩阵,代表各点的相对坐标,NC_max 最大迭代次数 ,m蚂蚁个数,Alpha 表征信息素重要程度的参数,Beta 表征启发式因子重要程度的参数,Rho 信息素蒸发系数,Q 信息素增加强度系数,R_best 各代最佳路线,L_best 各代最佳路线的长度,运行后得到最佳路线和收敛曲线-ant problem tsp algorithm group, of which c for the test matrix, the representative of
cg
- 该程序是用共轭梯度法来求解函数的最优化问题,其中一维搜索时采用了0.618法,即黄金分割法-The program is the conjugate gradient method to solve the function optimization problem, one-dimensional search using the 0.618 method, that is, golden section method
FFT
- 时间抽选基-2 FFT及IFFT算法C语言实现-Selected time base-2 FFT and IFFT algorithms C language
fenqun
- 网络路由中分群算法, 网络路由中分群算法,-Clustering algorithm in network routing, network routing in the clustering algorithm, network routing in the clustering algorithm,
cholesky
- Class for Cholesky decomposition in java
fnn-ok.m
- 用于自适应控制的神经网络和模糊控制相结合的智能控制算法。-Neural networks for adaptive control and fuzzy control of a combination of intelligent control algorithm.
erweiIWO
- 利用入侵性杂草优化算法解决二维的函数优化问题-Use of invasive weeds optimization algorithm is proposed to solve two dimensional function optimization problem
L-M
- 列文伯格-马夸尔特算法是最优化算法中的一种,是使用最广泛的非线性最小二乘法!-Levenberg- Marquardt optimization algorithm is the most widely used non-linear least squares method!
BinarySearchTree
- 使用C++语言实现的数据结构——二叉查找树-Data structure- a binary search tree using C++ language
pinfanfangwen
- 设有一头指针为L的带有表头结点的非循环双向链表,其每个结点中除有prev(前驱指针),data(数据)和next(后继指针)域外,还有一个访问频度域freq。在链表被起用前,其值均初始化为零。每当在链表中进行一次Locate(L,x)运算时,令元素值为x的结点中freq域的值增1,并使此链表中结点保持按访问频度非增(递减)的顺序排列,同时最近访问的结点排在频度相同的结点的最后,以便使频繁访问的结点总是靠近表头。试编写符合上述要求的Locate(L,x)运算的算法,该运算为函数过程,返回找到结点的
Conjugate_gradient_exact
- 最优化方法的共轭梯度法的精确搜索,有二次终止性。-Refine search Conjugate Gradient Method