-
一个workhorsing线程的C++类封装,可以作为中间件方便地创建、启动、暂停、同步、释放一个线程。只需要在这个类上派生新的类,重载虚函数run(),这个函...
一个workhorsing线程的C++类封装,可以作为中间件方便地创建、启动、暂停、同步、释放一个线程。只需要在这个类上派生新的类,重载虚函数run(),这个函数包含需要被执行的代码-A workhorsing thread C++ Type of package can be used as middleware to easily create, start, pause, synchronized release of a thread. Only in this category on a new type of derivative, overloaded virtual function run (), this function contains the code needs to be implemented
- 2022-10-12 22:20:03下载
- 积分:1
-
一个测试线程的例子,线程的唤醒,挂起,是否存在,
一个测试线程的例子,线程的唤醒,挂起,是否存在,-Example of a test thread, the thread to wake up, hang, is there,
- 2023-03-20 13:25:03下载
- 积分:1
-
如何利用风险投资获取模块的基地址。
How to get Module s base address of windows by vc.-How to get Module"s base address of windows b y vc.
- 2023-08-24 05:05:04下载
- 积分:1
-
windows任务管理器vc源码,用 PSAPI 写的,只是又添加了一些小功能,包括CPU占用率显示,托盘显示等...
windows任务管理器vc源码,用 PSAPI 写的,只是又添加了一些小功能,包括CPU占用率显示,托盘显示等-windows task manager vc source code, using PSAPI written, but also added some small features, including CPU usage display, pallet display, etc.
- 2023-05-21 10:45:05下载
- 积分:1
-
3种多线程同步方式(Critical Section,Mutex,Event)的小例子
3种多线程同步方式(Critical Section,Mutex,Event)的小例子-3 multithreading synchronous mode (Critical Section, Mutex,
Event) small example
- 2022-12-03 08:40:03下载
- 积分:1
-
自编的hanoi游戏,一个windows界面的程序,原理很简单,关键是多线程编程,可以供大家学习,目前这个程序还有一个小bug但是实在是不知道是什么问题,如果有...
自编的hanoi游戏,一个windows界面的程序,原理很简单,关键是多线程编程,可以供大家学习,目前这个程序还有一个小bug但是实在是不知道是什么问题,如果有那位能和我一起学习windows编程,请联系我-directed the Hanoi games, a windows interface procedures, principle is very simple, the key is multi-threaded programming, everyone can learn that the present procedures also a small bug but is not sure what the problem is, if there who I can learn and windows programming, please contact me
- 2022-03-11 05:56:15下载
- 积分:1
-
一个多线程编程的好例子,同时有文档可以参考,非常不错
一个多线程编程的好例子,同时有文档可以参考,非常不错-A multi-threaded programming, a good example, while there is a document to refer to very good
- 2022-02-04 19:10:18下载
- 积分:1
-
用visual c++ 6.0开发的一个创建、关闭线程的例子,非常适合初学者学习利用API来创建线程...
用visual c++ 6.0开发的一个创建、关闭线程的例子,非常适合初学者学习利用API来创建线程-with visual c 6.0 creation of a closed-thread example, very suitable for beginners learning to use the API to create threads
- 2022-01-25 19:26:43下载
- 积分:1
-
利用CEvent实现多线程同步
利用CEvent实现多线程同步-CEvent use synchronous multi-threaded
- 2023-04-12 08:20:04下载
- 积分:1
-
在WINDOWS操作系统下,当我们无法结束或者不知道怎样结束一个程序的时候,或者是懒得去找“退出”按钮的时候,通常会按“CTRL+ALT+DEL”呼出任务管理器...
在WINDOWS操作系统下,当我们无法结束或者不知道怎样结束一个程序的时候,或者是懒得去找“退出”按钮的时候,通常会按“CTRL+ALT+DEL”呼出任务管理器,找到想结束的程序,点一下“结束任务”就了事了,呵呵,虽然有点粗鲁,但大多数情况下都很有效,不是吗?
-In the WINDOWS operating system, when we can not or do not know how the end of the end of a procedure, or are too lazy to look for " exit" button, the usually press " CTRL+ ALT+ DEL" Task Manager breath, want to find The End procedures, click " End Task" on the matter, huh, huh, though a bit rough, but very effective in most cases, is not it?
- 2022-02-06 07:41:24下载
- 积分:1