摘要: #include #include #include #include using namespace std; #define HTON16(x) ((x>>8&0xff)|(x>16&0xff)|(x>24&0xff)|(x>>8&0xff00)|(x << 8 & 0xff0000) | (x << 24 & 0xff000000)) #define STR(x) (x... 阅读全文
posted @ 2017-09-06 13:46 guanlongcun 阅读(986) 评论(0) 推荐(0) 编辑