-
VC++多任务经典源程序。
很适合于初学者。
VC++多任务经典源程序。
很适合于初学者。-VC++ Source multi-task classic. Very suitable for beginners.
- 2022-03-09 12:25:59下载
- 积分:1
-
创建、结束进程等操作
创建、结束进程等操作-creation, the end of the process, etc
- 2022-01-26 06:08:34下载
- 积分:1
-
一个多线程的后台管理扫描器,用delphi开发
,是一个多线程软件...
一个多线程的后台管理扫描器,用delphi开发
,是一个多线程软件
-a multithreaded background of the management software, with delphi development is a multi-threaded software
- 2023-07-29 04:45:04下载
- 积分:1
-
Simple ProcessorControl Unit
Simple ProcessorControl Unit
- 2022-02-06 06:54:29下载
- 积分: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
-
readers of this program
本程序实现读者-写者问题.采用WINDOWS API实现.有比较详细的程序说明-readers of this program- writing problem. Using Windows API. A more detailed description of the procedures
- 2022-10-13 07:10:03下载
- 积分:1
-
定时器控制,高
Timer控件、高性能频率记数、多媒体记时器-Timer controls, high-frequency counting, multimedia timer
- 2022-09-06 13:55:03下载
- 积分:1
-
又一个使用java的小程序察看期边次厄的的好例子
又一个使用java的小程序察看期边次厄的的好例子-also use a small java procedures probation while meeting the Eritrean a good example
- 2022-03-06 19:43:48下载
- 积分:1
-
单处理机调度包括时间片轮转法,短作业优先算法,动态优先算法。...
单处理机调度包括时间片轮转法,短作业优先算法,动态优先算法。- The single processor dispatch rotates the law including the
time piece, short work first algorithm, dynamic first algorithm.
- 2022-01-25 16:29:21下载
- 积分:1
-
提供一个进程保护的通用独立模块。
也就是说可以实现多进程保护功能的DLL。...
提供一个进程保护的通用独立模块。
也就是说可以实现多进程保护功能的DLL。-provide a process independent and protection module. That is to say the process can achieve more protection DLL.
- 2022-09-06 09:15:02下载
- 积分:1