世界你好!
holdsky
static inline BOOL isChineseC(u_long ch) { ///https://w…
Read More
自己都忘了什么时候写的了,@_@ #pragma once #include <list> #in…
#pragma once //从ATL的base64库整理而来 //整理的目的是提供一个仅基于标准c++的ba…
通过读取png图像文件的头信息 #include “stdio.h” namespace { class CF…
AES加密几个要点 对称加密(Symmetry Crypto) 加密和解密的钥匙是同一把—-加密方和解密方…
class __judge_little_endian { public: static inline boo…
使用C++的模板、自动类型推导技术 #ifndef HtoN_h #define HtoN_h #includ…