搜索资源列表
ACM-of-hfut
- ACM校内赛的讲义,里面详细介绍了在ACM竞赛中常用的算法和思想,以及编程基础知识,里面含有例题讲解,以及习题,实验-ACM campus race handout, which details the algorithms used in the ACM contests and ideas, as well as programming the basics, which contains examples to explain, as well as exercises, experime
InstanceStudy
- STL的实现,实现了所有常用的STL的方法包括算法的应用-STL implement
zhongzhi
- 中值滤波的算法实现过程,重点是排序,最常用的冒泡排序~~ 把滤波区间的数据从小到大进行排序,然后取中值,(如果是奇数个数据,那么中值就只有一个了,如果偶数个数据,中值有两个,可以对两个数据再求平均)-Median filtering algorithm