搜索资源列表
stl
- 标准模板库STL常用代码,包括一般操作,
howToUseSTL
- 常用STL的简单使用方法!
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
Eff_STL_CN[1]
- 本书是C++语言参考手册,按字母顺序介绍了C++语言的核心和最常用的类库及函数库,内容涵盖了C++的关键字,函数,运算符,类概念和技术细节.本书解释细致易懂,范例程序简短明了.初学者和有经验的C++程序员都能够从本书快速地找到所需问题的答案.-This book is C++ Language reference manual, in alphabetical order, introduced the C++ Language core and most commonly used class
jstl_reference
- 学习jstl的绝对好资料,非常详细,其中报包括jstl reference,jstl 常用函数标签,ibm jstl文档。 -good material for learning jstl
InstanceStudy
- STL的实现,实现了所有常用的STL的方法包括算法的应用-STL implement
stl-Summary
- 对STl的常用函数就像总结,方便查找- STl of commonly used functions like sum up, easy to find
zhongzhi
- 中值滤波的算法实现过程,重点是排序,最常用的冒泡排序~~ 把滤波区间的数据从小到大进行排序,然后取中值,(如果是奇数个数据,那么中值就只有一个了,如果偶数个数据,中值有两个,可以对两个数据再求平均)-Median filtering algorithm