06 2021 档案
摘要:将前缀修改成国内镜像前缀 推荐使用中科院的 arxiv 镜像: http://xxx.itp.ac.cn 访问方法: 将 arxiv.org 替换成 xxx.itp.ac.cn 例如: https://arxiv.org/abs/1901.07249 改为 http://xxx.itp.ac.cn/
阅读全文
摘要:C语言编译 gcc -o test test.c C++编译 g++ -o test test.cpp 注:如需使用C++11标准,则可以加上 -std=c++11 // Cgcc -std=c++11 -o test test.c // C++g++ -std=c++11 -o test test
阅读全文
摘要:在实验中要用到C11标准中的<std::future>异步执行,编译时出现如下错误 .\Dev-Cpp\MinGW64\lib\gcc\x86_64-w64-mingw32\4.9.2\include\c++\bits\c++0x_warning.h [Error] #error This file
阅读全文
摘要:Linux内核源码下载地址 官网链接 https://www.kernel.org/ 国内下载(推荐) http://ftp.sjtu.edu.cn/sites/ftp.kernel.org/pub/linux/kernel/ 选择对应的版本下载即可
阅读全文

浙公网安备 33010602011771号