02 2020 档案

摘要:#define _GNU_SOURCE #include <stdio.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <unistd.h> #include <pthread.h> #inclu 阅读全文
posted @ 2020-02-27 19:22 qetuo[ 阅读(306) 评论(0) 推荐(0)
摘要://text.cpp #include <ostream> using namespace std; template<typename E> class Text() { friend ostream& operator<<(ostream& os, T<E>& te); private: E e 阅读全文
posted @ 2020-02-13 16:24 qetuo[ 阅读(417) 评论(0) 推荐(0)