10 2022 档案

摘要:#pragma once #pragma comment(lib,"rpcrt4.lib") #include <Windows.h> #include <rpcdce.h> #include <iostream> #include <thread> #include <unordered_map> 阅读全文
posted @ 2022-10-17 11:18 FredGrit 阅读(26) 评论(0) 推荐(0) 编辑
摘要:#pragma comment(lib,"rpcrt4.lib") #include <Windows.h> #include <rpcdce.h> #include <iostream> #include <string> #include <thread> #include <vector> u 阅读全文
posted @ 2022-10-14 12:30 FredGrit 阅读(30) 评论(0) 推荐(0) 编辑
摘要:#pragma once #include <iostream> #include <random> #include <algorithm> using namespace std; random_device rd; mt19937_64 mt(rd()); template<typename 阅读全文
posted @ 2022-10-14 11:01 FredGrit 阅读(16) 评论(0) 推荐(0) 编辑
摘要:#pragma once #pragma comment(lib,"rpcrt4.lib") #include <Windows.h> #include <rpcdce.h> #include <float.h> #include <iostream> #include <limits> #incl 阅读全文
posted @ 2022-10-13 19:37 FredGrit 阅读(24) 评论(0) 推荐(0) 编辑
摘要:#pragma once #pragma comment(lib,"rpcrt4.lib") #include <Windows.h> #include <rpcdce.h> #include <iostream> #include <string> #include <vector> using 阅读全文
posted @ 2022-10-13 11:34 FredGrit 阅读(18) 评论(0) 推荐(0) 编辑
摘要:#pragma once #include <iostream> #include <random> using namespace std; static random_device rd; static mt19937_64 mt(rd()); template<typename T> T ge 阅读全文
posted @ 2022-10-13 11:05 FredGrit 阅读(18) 评论(0) 推荐(0) 编辑
摘要:// ConsoleApplication3.cpp : This file contains the 'main' function. Program execution begins and ends there. // #pragma comment(lib, "rpcrt4.lib") #i 阅读全文
posted @ 2022-10-07 21:59 FredGrit 阅读(81) 评论(0) 推荐(0) 编辑
摘要:// ConsoleApplication1.cpp : This file contains the 'main' function. Program execution begins and ends there. // #pragma once #pragma comment(lib,"rpc 阅读全文
posted @ 2022-10-07 20:29 FredGrit 阅读(24) 评论(0) 推荐(0) 编辑
摘要:1.The project structure as below The Model folder and main cpp file. 2.Compile the files in Model folder via g++ -c as below and generate *.o object f 阅读全文
posted @ 2022-10-04 20:26 FredGrit 阅读(22) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示