摘要: 1 #include 2 #include 3 #include 4 5 using namespace std; 6 7 string BinToHex(const string &strBin, bool bIsUpper = false) 8 { 9 string strH... 阅读全文
posted @ 2015-06-11 20:32 Glacier 阅读(23167) 评论(1) 推荐(1) 编辑