摘要: 1 /* 2 获取文本文件的字符集类型 3 ANSI, Unicode, UTF-8 4 */ 5 6 #include 7 //#include 8 9 #define ERROR_OPEN 0x7F 10 #define ASCII_GBK_T 1 11 #define UNICOD... 阅读全文
posted @ 2017-10-23 14:24 return_sir 阅读(251) 评论(0) 推荐(0) 编辑
摘要: 1 #include <iostream> 2 #include <algorithm> 3 #include <bitset> 4 #include <deque> 5 #include <vector> 6 7 // 用法1 8 using std::cout; 9 using std::cin 阅读全文
posted @ 2017-10-19 17:04 return_sir 阅读(221) 评论(0) 推荐(0) 编辑
摘要: 新的一天,新的开始..... 阅读全文
posted @ 2017-10-19 17:03 return_sir 阅读(63) 评论(0) 推荐(0) 编辑