2021年3月2日

c++ 直接读取 cpu id

摘要: #include <iostream> using namespace std; #include <string> #include <comutil.h> #include "Windows.h" #include <atlconv.h> #include <intrin.h> #include 阅读全文

posted @ 2021-03-02 16:40 空明流光 阅读(2600) 评论(0) 推荐(0)

c++ vector 的使用

摘要: vector<map<string, string>> records; map<string, string> record; record.insert(pair<string, string>("key", "value")); records.push_back(record); for ( 阅读全文

posted @ 2021-03-02 10:00 空明流光 阅读(123) 评论(0) 推荐(0)

导航