摘要: http://www.umich.edu/~eecs381/handouts/binary_search_std_list.pdftemplate <class ForwardIterator, class T> bool binary_search ( ForwardIterator first, ForwardIterator last, const T& value );template <class ForwardIterator, class T, class Compare> bool binary_search ( ForwardI... 阅读全文
posted @ 2012-07-08 17:56 小 楼 一 夜 听 春 雨 阅读(800) 评论(0) 推荐(0)