多线程
tan625747
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
windows 下编译libcurl openssl
【代码】windows 下编译libcurl openssl。原创 2024-12-01 16:31:42 · 194 阅读 · 0 评论 -
多线程—windows
#include "windows.h" #include "math.h" #include "process.h" #define REP 1000000 #define STATUS_READY 0 #define STATUS_WORKING 1 #d转载 2010-03-10 21:12:00 · 439 阅读 · 0 评论 -
多线程—传递参数
//#include "stdafx.h" #include #include using namespace std; DWORD WINAPI Func(LPVOID p); typedef struct { int firstArgu; long secArgu; }MyType,* pMyType; void main() {转载 2010-03-10 21:10:00 · 479 阅读 · 0 评论
分享