网站首页 站内搜索

搜索结果

查询Tags标签: objpath,共有 1条记录
  • C++ 快速读取大文件

    方法一、clock_t start = clock(); ifstream fin(objpath,std::ios::binary);vector<char> buf(fin.seekg(0,std::ios::end).tellg()); fin.seekg(0,std::ios::beg).read(&buf[0],static_cast<std::streamsize>(buf.size()));fin.close(); clock_t end = …

    2022/7/26 14:25:01 人评论 次浏览
扫一扫关注最新编程教程