资源列表
isodata function
- isodata 算法 matlab 实现,(the realization of isodata algorithm based on matlab)
Desktop
- 可以实现规定位数以内大数据的加法,文件是一个函数,可以移植,直接调用即可。 以及我自己总结的一些算法,acm基础学习者可以借鉴。(This document is just for big data addtion. This can be copyed to any function. I hope you guys enjoy it.)
第3章 动态规划
- 如果能够保存已解决的子问题的答案,而在需要时再找出已求得的答案,就可以避免大量重复计算,从而得到多项式时间算法。(The polynomial time algorithm can be avoided if the answer of the solved sub problem can be saved and the obtained answer is found when needed.)
GA遗传算法
- 遗传算法(Genetic Algorithm)是模拟达尔文的遗传选择和自然淘汰的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法,它是有美国Michigan大学J.Holland教授于1975年首先提出来的,并出版了颇有影响的专著《Adaptation in Natural and Artificial Systems》。(The genetic algorithm (Genetic Algorithm) is a computational model for the sim
POLYFIT
- 自己写的一个函数拟合的算法函数,利用了最小二乘法可以拟合相关函数(Write a function fitting algorithm function, the use of the least squares method can fit the correlation function)
邝斌的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)