06 2015 档案

摘要:#include #include #include using namespace std;string BinToHex(const string &strBin, bool bIsUpper = false){ string strHex; strHex.resize(strBin... 阅读全文
posted @ 2015-06-27 09:42 wkccs 阅读(1788) 评论(0) 推荐(0)