开源使用者
标签
如何检查 std::thread 是否仍在运行?
2021-12-06 00:00:00
multithreading
c++
c++11
stdthread
在 C++11 中通过引用 std::thread 传递对象
2021-12-06 00:00:00
multithreading
pass-by-reference
c++
c++11
stdthread
从多个线程使用 stdlib 的 rand()
2021-12-06 00:00:00
multithreading
random
c
c++
使用 Win32 线程模型时,MinGW-w64 是否支持 std::thread 开箱即用?
2021-12-06 00:00:00
gcc
multithreading
mingw-w64
c++
c++11
为什么编译器不合并冗余的 std::atomic 写入?
2021-12-06 00:00:00
multithreading
compiler-optimization
c++
c++11
stdatomic
C++:来自 std::thread 的简单返回值?
2021-12-06 00:00:00
multithreading
c++
为什么从`std::async` 阻塞返回未来的析构函数?
2021-12-06 00:00:00
multithreading
asynchronous
c++
c++11
std
什么是 std::promise?
2021-12-06 00:00:00
multithreading
standard-library
c++
c++11
promise
用 c++11 等价物替换 boost::thread 和 boost::mutex 是否明智?
2021-12-06 00:00:00
multithreading
mutex
c++
c++11
boost
使用 boost 或 STL 在 C++ 中对压缩(锁定)容器进行排序
2021-12-06 00:00:00
algorithm
c++
c++11
boost
std
如何使用 unicode 文件名打开 std::fstream(ofstream 或 ifstream)?
2021-12-05 00:00:00
unicode
windows
c++
C++11 STL 容器和线程安全
2021-12-06 00:00:00
multithreading
c++
c++11
stl
理解 std::hardware_corruption_interference_size 和 std::hardware_constructive_interference_size
2021-12-06 00:00:00
multithreading
concurrency
c++
c++17
cpu-cache
STL 中的向量与列表
2021-12-06 00:00:00
list
vector
c++
stl
list::size() 真的是 O(n) 吗?
2021-12-06 00:00:00
list
complexity-theory
big-o
c++
stl
是否有适用于 Windows (Visual C) 的 unistd.h 的替代品?
2021-12-05 00:00:00
windows
c
portability
c++
unistd.h
使用 STL 排序功能对列表进行排序
2021-12-06 00:00:00
list
sorting
c++
stl
LPCSTR、LPCTSTR 和 LPTSTR
2021-12-05 00:00:00
windows
visual-c++
c++
mfc
Windows 中的 boost_1_60_0 .zip 安装
2021-12-05 00:00:00
windows
c++
boost
如何将 std::string 转换为 LPCSTR?
2021-12-05 00:00:00
windows
string
c++
«
299
300
301
302
303
304
305
306
307
308
»