class hierarchical_mutex { std::mutex internal_mutex; unsigned long const hierarchy_value; un…
#include <iostream> using namespace std; // 接收左值的函数 f() template<typename T> void f(T &…
#include <iostream> template<typename T> class MakeFinally { private: MakeFinally()…
#include "stdio.h" #include "string.h" void Strncpy(char *to, const char *from…
Google面试题 有四个线程1、2、3、4。线程1的功能就是输出1,线程2的功能就是输出2,以此类推…现在有四个文件ABCD。初始都为空。现要让四个文件呈如下格式: A:1 2 3 4 1 2… …
题目:实现两个线程交替计算1-10000内的合数 or 素数 // method 1 #include <thread> #include <cmath> #includ…
//例子1 template<typename T> struct has_no_destroy { template <typename C> static char t…
# vim:ft=zsh ts=2 sw=2 sts=2 # # agnoster's Theme - https://gist.github.com/3712874 # A Powerlin…
lua_shared_dict dict 10m; server { listen 80; #server_name lederr.cn; access_log log…
#include <iostream> #include <type_traits> // 1. the return type (bool) is only valid i…