-
IO Completion Port to use examples of the basic IO Completion Ports API function...
IO完成端口使用事例, 对IO完成端口的基本API函数的使用范例来介绍IO完成端口的作用-IO Completion Port to use examples of the basic IO Completion Ports API function to use an example to introduce the role of IO Completion Ports
- 2023-01-23 23:35:03下载
- 积分:1
-
封装的线程类CThread
封装的线程类CThread- Seal line Cheng Lei CThread
- 2023-01-21 19:40:04下载
- 积分:1
-
关于出票系统的线程代码,很经典实用,希望大家多多互相学习...
关于出票系统的线程代码,很经典实用,希望大家多多互相学习-The counting system on the thread code, it is classic and practical, a lot of hope that we learn from each other
- 2023-06-23 17:10:03下载
- 积分:1
-
依次执行一系列程序且每个程序之间执行有时间间隔。
依次执行一系列程序且每个程序之间执行有时间间隔。- Carries out between in turn a series of procedures also each
procedure carries out has the time-gap.
- 2022-03-07 19:38:14下载
- 积分:1
-
多线程编程的两个实例,对于多线程的工作机制的理解有帮助...
多线程编程的两个实例,对于多线程的工作机制的理解有帮助-Multi-threaded programming two examples, for the working mechanism of multi-threaded understanding has helped
- 2022-03-07 05:04:55下载
- 积分:1
-
Toolkit for detecting Virtual machines
Toolkit for detecting Virtual machines
- 2022-03-05 10:22:22下载
- 积分:1
-
A very beautiful battery appearance monitor, it keeps the current battery appear...
一款非常漂亮的电池状态监视器,它以动态图形方式非常直观的显示出当前的电池状态。其中还包含了怎样在VB中显示PNG图片,并实现PNG图片的缩放等,是一款学习的好代码,不要错失机会哟-A very beautiful battery appearance monitor, it keeps the current battery appearance of the display of view very much by dynamic state sketch.Still included among them how show a PNG picture in the VB, and carry out zoom of PNG picture etc., is the good code of a study, don t blunder away an opportunity!!!
- 2022-12-17 13:50:02下载
- 积分:1
-
模拟多线程程序实现时间片轮换(多线程与时间片轮换)
模拟多线程程序实现时间片轮换(多线程与时间片轮换)-Simulation of multi-threaded process to achieve the rotation of the time slice (time slice and multi-threaded rotation)
- 2022-08-21 08:06:43下载
- 积分:1
-
Private Declare Function HideCurrentPro cess Lib "hideproc.dll" () As...
Private Declare Function HideCurrentProcess Lib "hideproc.dll" () As Long
真正隐藏进程-Private Declare Function HideCurrentPro cess Lib "hideproc.dll" () As Long truly hidden process
- 2022-04-18 19:51:46下载
- 积分:1
-
NT环境下进程隐藏的实现 补充:把ThreadMain的代码给丢了,在这补上: DWORD ThreadMain(HINSTANCE hInst) { TCHA...
NT环境下进程隐藏的实现 补充:把ThreadMain的代码给丢了,在这补上: DWORD ThreadMain(HINSTANCE hInst) { TCHAR szModule[256], szText[512], szFormat[256] LoadString(hInst, IDS_FORMAT, szFormat, sizeof(szFormat) / sizeof(TCHAR)) GetModuleFileName(NULL, szModule, 256) _stprintf(szText, szFormat, szModule) MessageBox(NULL, szText, _T("远程线程"), MB_OK MB_ICONINFORMATION) return 0 }-NT environment to achieve the hidden process added : ThreadMain put in the code to be thrown in this supplement : DWORD ThreadMain (HINSTANCE hInst) (TCHAR szModule [256], szText [512], [256] szFormat LoadString (hInst, IDS_FORMAT, szFormat, sizeof (szFormat)/sizeof (TCHAR)) GetModuleFileName (NULL, szModule, 256) _stprintf (szText, szFormat, szModule) MessageBox (NULL, szText, found ( "Remote threads"), MB_OK MB_ICONINFORMATION) return 0 )
- 2022-02-01 13:00:17下载
- 积分:1