上一页 1 ··· 42 43 44 45 46 47 48 49 50 ··· 94 下一页
摘要: //model/util.h template <typename T> T gen_random_num(T min, T max); void gen_uint64(const int &len); void gen_uint32(const int &len); template <typen 阅读全文
posted @ 2023-03-18 21:00 FredGrit 阅读(10) 评论(0) 推荐(0) 编辑
摘要: //model/util.h #pragma once #include <algorithm> #include <chrono> #include <ctime> #include <fstream> #include <iomanip> #include <iostream> #include 阅读全文
posted @ 2023-03-18 20:09 FredGrit 阅读(15) 评论(0) 推荐(0) 编辑
摘要: #model/util.h #pragma once #include <chrono> #include <ctime> #include <fstream> #include <functional> #include <iomanip> #include <iostream> #include 阅读全文
posted @ 2023-03-17 22:54 FredGrit 阅读(25) 评论(0) 推荐(0) 编辑
摘要: //model/util.h #pragma once #include <chrono> #include <ctime> #include <fstream> #include <functional> #include <iomanip> #include <iostream> #includ 阅读全文
posted @ 2023-03-17 22:15 FredGrit 阅读(25) 评论(0) 推荐(0) 编辑
摘要: //util.cpp #include "model/util.h" void util::invoke_func_args(const util &ul, const int &len) { util ulcopy=ul; pass_func_args(ulcopy,len,&get_str_uu 阅读全文
posted @ 2023-03-15 09:13 FredGrit 阅读(17) 评论(0) 推荐(0) 编辑
摘要: 1.Without #pragma once 2.When complement #pragma once,compile worked 阅读全文
posted @ 2023-03-14 23:04 FredGrit 阅读(15) 评论(0) 推荐(0) 编辑
摘要: //.model/util.h template<typename T> T get_random_num(T min,T max) { std::random_device rd; std::mt19937_64 mt(rd()); std::uniform_int_distribution<T> 阅读全文
posted @ 2023-02-26 15:02 FredGrit 阅读(20) 评论(0) 推荐(0) 编辑
摘要: //model.util.h #include <iostream> #include <random> template<typename T> T get_random_num(T min,T max) { std::random_device rd; std::mt19937_64 mt(rd 阅读全文
posted @ 2023-02-26 14:49 FredGrit 阅读(15) 评论(0) 推荐(0) 编辑
摘要: #include <iostream> #include <random> template<typename T> T gen_random(T min,T max) { std::random_device rd; std::mt19937_64 mt(rd()); std::uniform_i 阅读全文
posted @ 2023-02-22 11:03 FredGrit 阅读(13) 评论(0) 推荐(0) 编辑
摘要: ZV3JH-4LXE1-M88MZ-HQXXX-XG0FD AG5RU-6AXDL-H81FZ-KQYN9-M32E0 GA74A-DREEK-085VP-VENNX-QZRFD MC60H-DWHD5-H80U9-6V85M-8280D 4A4RR-813DK-M81A9-4U35H-06KND 阅读全文
posted @ 2023-02-19 17:14 FredGrit 阅读(128) 评论(0) 推荐(0) 编辑
上一页 1 ··· 42 43 44 45 46 47 48 49 50 ··· 94 下一页