-
多线程编程终结篇之一 使用WIN32API编写多线程源码
多线程编程终结篇之一 使用WIN32API编写多线程源码-One multi-threaded programming终结篇prepared using Win32API-source multi-threaded
- 2022-01-31 13:47:05下载
- 积分:1
-
在Dao中使用多线程
在Dao中使用多线程 -Using multi-thread in DAO
- 2022-04-11 13:53:28下载
- 积分:1
-
operating system is involved in the process of the procedures, process managemen...
是操作系统中涉及进程的程序,有进程的管理,和pingpong问题-operating system is involved in the process of the procedures, process management, and pingpong problems
- 2022-06-26 19:35:07下载
- 积分:1
-
pb的一个控制系统开机、关机、注销的程序。是一个例程。
pb的一个控制系统开机、关机、注销的程序。是一个例程。-pb of a control system boot and shutdown, cancellation procedures. It is a routine.
- 2022-10-20 07:55:03下载
- 积分:1
-
一个进程隐藏的例子
一个进程隐藏的例子-an example of the hidden proce
- 2023-02-08 14:55:03下载
- 积分:1
-
如何启动或停止一个窗口新台币服务。
How to start or stop a windows NT service.
- 2022-11-06 00:00:04下载
- 积分:1
-
多线程程序的编写。采用互斥对象来实现多线程的同步。利用命名互斥对象保证应用程序只有一个实例运行。包括实例:应用多线程编写网络聊天室程序。...
多线程程序的编写。采用互斥对象来实现多线程的同步。利用命名互斥对象保证应用程序只有一个实例运行。包括实例:应用多线程编写网络聊天室程序。-The preparation of multi-threaded process. Mutex object used to achieve simultaneous multi-threading. Use named mutex object to ensure that applications run only one instance. Include examples of: the application of multi-threaded chat room procedures for the preparation of the network.
- 2022-01-24 16:39:38下载
- 积分:1
-
一个多线程的例子,很简单
一个多线程的实例,很简单 -a multithreaded example, a very simple
- 2022-10-14 16:20:03下载
- 积分:1
-
the NT environment hidden process, the user is unaware of the conditions, the im...
在NT环境下隐藏进程,也就是说在用户不知情的条件下,执行自己的代码的方法有很多种,比如说使用注 册表插入DLL,使用Windows挂钩等等。其中比较有代表性的是Jeffrey Richer在《Windows核心编程》中 介绍的LoadLibrary方法和罗云彬在《Windows环境下32位汇编语言程序设计》中介绍的方法。两种方法的 共同特点是:都采用远程线程,让自己的代码作为宿主进程的线程在宿主进程的地址空间中执行,从而达 到隐藏的目的。相比较而言,Richer的方法由于可以使用c/c++等高级语言完成,理解和实现都比较容易 ,但他让宿主进程使用LoadLibrary来装入新的DLL,所以难免留下蛛丝马迹,隐藏效果并不十分完美。罗 云彬的方法在隐藏效果上绝对一流,不过,由于他使用的是汇编语言,实现起来比较难(起码我写不了汇 编程序:))。笔者下面介绍的方法可以说是对上述两种方法的综合:采用c/c++编码,实现完全隐藏。并 且,笔者的方法极大的简化了远程线程代码的编写,使其编写难度与普通程序基本一致。-the NT environment hidden process, the user is unaware of the conditions, the implementation of their code There are various ways, for instance, the use of the registry into DLL, etc. linked to the use of Windows. The more representative Jeffrey Richer is the "core Windows programming" introduced by the LoadLibrary method and the Luo Bin, "under Windows 32 assembly language programming" introduced by the method. Two methods are common features are : remote threads are used to keep the code as host process threads in t
- 2022-03-23 05:27:10下载
- 积分:1
-
一个有关定时器的例程,一个很基础的咚咚,哎
一个有关定时器的例程,一个很基础的咚咚,哎-A timer routine, based on a very咚咚, hey
- 2022-08-20 06:20:28下载
- 积分:1