摘要:
已序查找算法之 1. binary_search(b, e, v ) --只能找一个; 找到或没找到,不能返回位置 2. binary_search(b, e, v, p ) 3. include(b, e, sb, se ) 4. include(b, e, sb, se, p ) #includ 阅读全文
摘要:
find_first_of(b, e, sb, se ) 找sb,se中间的任意一个 find_first_on(b , e, sb, se, bp ) 使用逆向迭代器 没有find_last_of算法 string和stl查找的区别 string函数 stl算法 find() find() rfi 阅读全文