-
一个异步线程的例子!使用C++编写。
多线程编写初步例子!...
一个异步线程的例子!使用C++编写。
多线程编写初步例子!-Example of an asynchronous thread! The use of C++ Prepared. Examples of the preparation of a preliminary multi-threaded!
- 2022-02-04 20:02:34下载
- 积分: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
-
windows任务管理器都无法结束其进程,看下这是如何做到的
windows任务管理器都无法结束其进程,看下这是如何做到的-windows task manager will not be able to end the process, facie this is the way to do
- 2022-03-23 16:08:00下载
- 积分:1
-
此为操作系统实验报告:处理器调度 内含:程序流程图 设计目的与思路 主要源码等. 简介:在采用多道程序设计的系统中,往往有若干个进程同时处于就绪状态。当就绪状态...
此为操作系统实验报告:处理器调度 内含:程序流程图 设计目的与思路 主要源码等. 简介:在采用多道程序设计的系统中,往往有若干个进程同时处于就绪状态。当就绪状态进程个数大于处理器数时,就必须依照某种策略来决定哪些进程优先占用处理器。本实验模拟在单处理器情况下处理器调度,帮助学生加深了解处理器调度的工作。-experimental operating system for this report : Processor Scheduling consisting of : flowchart designed and ideas such as major source. Introduction : the introduction of multi-channel programming system, often there are a number of processes at the same time readiness. When the readiness of the process is greater than the number when the number of processors, it must, in accordance with a strategy to determine which process priority processor. Experimental simulation of the processor in a single processor scheduling circumstances, to help students better understand processor scheduling work.
- 2023-03-20 12:00:03下载
- 积分:1
-
used to read and write those problems into priority
用于阅读者和写入者问题之写入者优先-used to read and write those problems into priority
- 2023-05-23 15:05:03下载
- 积分:1
-
WIN2000及以上版本, MicroSoft提供了一个全新的途径, 即 PSAPI.DLL通过 PSAPI.DLL, 我们可以枚举正在运行的所有进程, 进程的...
WIN2000及以上版本, MicroSoft提供了一个全新的途径, 即 PSAPI.DLL通过 PSAPI.DLL, 我们可以枚举正在运行的所有进程, 进程的所有模块, 进程的可执行文件名及路径等-versions of Windows 2000 and above, MicroSoft provide a new way, through PSAPI.DLL PSAPI.DLL, we can enumeration of all the running process, the process of all modules, the process executable file name and path.
- 2022-10-17 20:35:03下载
- 积分:1
-
DKOM process hiding
DKOM 隐藏进程 直接系统内核修改
断开FLINK链表-DKOM process hiding
- 2022-01-25 14:02:42下载
- 积分:1
-
先用BACC编译,再用BAINTERP运行
先用BACC编译,再用BAINTERP运行-using the BACC compiler, and then run BAINTERP
- 2022-02-26 16:34:23下载
- 积分:1
-
一个通用计时器控件
一个通用计时器控件-a common timer control
- 2022-10-16 04:25:03下载
- 积分:1
-
网络聊天室,java rmi技术实现的一个聊天程序
网络聊天室,java rmi技术实现的一个聊天程序-Internet chat rooms, java rmi technology of a chat program
- 2022-02-03 21:37:24下载
- 积分:1