weak
-
C++11 smart pointer 之 weak_ptr(附源码链接)
std::weak_ptr weak_ptr源码链接(与shared_ptr在同个.h文件) 定义于头文件 <memory> template< class T …
-
WiFI Weak Security(WPA) All In One
WiFI Weak Security(WPA) All In One Weak Security(WPA) WPA is not considered secure. Learn …
-
编程模式-表驱动编程
前言 刚开始编程时,往往会碰到一些根据不同条件执行不同功能的情况,通常都是采用if-else或者switch-case的方式,如果有很多的情况需要区分,则会有很多的…