02 2023 档案
摘要:c++11之后,c++语言提供了并发编程的语言支持。 c++11增加了线程以及线程相关的类。 c++11提供的线程类叫做std::thread,创建线程只需提供线程函数或者函数对象,并且可以指定参数。 构造函数 //默认构造函数,构造一个线程对象,在这个线程中不执行任何处理动作 thread() n
阅读全文
摘要:opencv安装链接 https://opencv.org/releases/ ###内容拆分 头文件 #include <fstream> //文件 #include <sstream> //流 #include <iostream> #include <opencv2/dnn.hpp> //深度
阅读全文
摘要:相关连接 均封装与开源 Backend后端(Django): https://github.com/QingdaoU/OnlineJudge Frontend前端(Vue): https://github.com/QingdaoU/OnlineJudgeFE Judger Sandbox判题沙盒(S
阅读全文