摘要: 1 std::vector vecint; 2 std::deque queint; 3 clock_t t0, t1; 4 5 int size = 1000000; 6 7 t0 = clock(); 8 for (int i = 0; i #include #include #include using std::vector;using std::deque;using std::cout;using std::endl;//struct timeval {// long tv_sec; /* seconds */// long tv_us... 阅读全文
posted @ 2012-11-23 22:09 云山漫卷 阅读(5432) 评论(0) 推荐(0) 编辑