资源列表
邝斌的ACM模板
- KUANGBIN大神的ACM模板,可以供大家学习的时候参考使用(KUANGBIN great God's ACM template, you can learn to refer to the use of reference)
8PuzzleSolver
- JAVA code for 8puzzle solver
A Solution to TSP with GA
- 利用遗传算法解决最短路径问题(商旅问题)(Using genetic algorithm to solve the shortest path problem (business travel problem))
floyd算法
- floyd算法检测图的最短路径(包含最短路径值和最短路径经过的所有节点)(Floyd algorithm to detect the shortest path of graph)
多维极值问题
- 算法,遗传算法,主要用于多维极值的共轭梯度法,非常方便好用(Algorithm, genetic algorithm, conjugate gradient method, which is mainly used for multi-dimensional extreme value, is very convenient and easy to use)
学习OpenCV中文版.pdf.tar
- 学习OpenCV中文版(Learn OpenCV)
sa
- 模拟退火算法实现工作指派问题求最优解,c++实现(Simulated annealing algorithm to achieve the work of the assignment problem for the optimal solution, c ++ implementation)
polynomial
- 求解拉格朗日插值多项式、牛顿插值多项式、分段插值多项式,并能求出插值点的值。(The Lagrange interpolation polynomial, Newton interpolation polynomial and piecewise interpolation polynomial are solved, and the value of interpolation point can be calculated.)
bubble
- 对串行输入的数据,进行排序。结束后串行输出。(Sort the serial input data. Serial output after completion.)
k-means
- k-means以空间中k个点为中心进行聚类,对最靠近他们的对象归类 c++实现代码(C++ implementation code of k-means)
weka源代码分析
- 对机器学习的开源软件WEKA的源码分析,非常有价值(Source code analysis of machine learning open source software WEKA, very valuable)
蚁群算法
- 本文件用C语言实现蚁群算法,供大家学习,参考与交流使用(Ant colony algorithm based on C language)
