资源列表
eyematch2
- eye matching using Circular hough transform for eyedetection and precise eyes location. it is a very good code that works on both grayscale and jpg image.
Dijkstra
- Dijkstra algorithm for graphs
QueueComputing
- 用于队列运算,可用于工程方面,也可用于技术方面等其它方面。-For queue operations can be used for projects, can also be used for other aspects of technology.
queens
- 计算机学院大二数据结构课程序代码,实现八皇后算法-Computer Science sophomore class code data structure to achieve the eight queens algorithm
iceCube
- Simulacion de Cubo de nieve
tvec
- 好用的向量类,基于stl实现,可以用于矩阵操作-vector class
JosephProblems
- 用计算的方法实现约瑟夫问题,n个人围成一圈,从第s个开始报数,报到m出列,输出出列顺序-Achieved with the method of calculation Joseph problems, n personal circle, beginning from the first s report number, report m the column, the column order of the output
javaKMP
- 用java写的KMP算法,这是个描述KMP算法的java类,里面包含了主函数的实例-KMP algorithm written in java, this is a descr iption of the KMP algorithm java class, which contains the main function examples
Kmeans
- 直接输入图片,以及类别数,返回分类结果,聚类中心,跌代次数。-Directly enter the picture, as well as the number of categories, the classification result is returned, the cluster center, down the number of generations.
FFT
- 快速傅里叶变换,算法简单明了,计算效率高,适用范围广。-Fast Fourier transform, the algorithm is simple and clear, the calculation efficiency is high, the application scope is wide.
fir滤波器
- MATLAB实现函数fir滤波器,并有仿真图形实例,实测有效
用循环快速表示一些数组
- 如何简洁的表示一些数; 生成一些等间距的数组,提供了多种方法,可以方便快捷的操作。