简介 SPL是Standard PHP Library(PHP标准库)的缩写. The Standard PHP Library (SPL) is a collection of interfaces and classes that are meant to solve common problems. 官网说,SPL是用来解决典型问题(common problems)的一组接口与类的集合. 那么,什么是common problems呢? - 数据结构 解决数据怎么存储问题 - 元素遍历 数据
STL笔记(6)标准库:标准库中的排序算法 标准库:标准库中的排序算法The Standard Librarian: Sorting in the Standard Library Matthew Austern http://www.cuj.com/experts/1908/austern.htm?topic=experts 用泛型算法进行排序 C++标准24章有一个小节叫“Sorting and related operations”.它包含了很多对已序区间进行的操作,和三个排序用泛型