随笔分类 - C++ 函数
摘要:以前只知道数组赋值时用memset(); 而这几天却了解到了一个函数:fill(); 感觉以后会有用吧。。。 std::fill template <class ForwardIterator, class T> void fill (ForwardIterator first, ForwardIt
阅读全文
摘要:C++ 全排列函数。。。一听名字就在<algorithm>中。。。 首先第一个说的是next_permutation: #include <algorithm> bool next_permutation( iterator start, iterator end ); The next_permu
阅读全文

浙公网安备 33010602011771号