-
采用事件的线程同步操作
采用事件的线程同步操作-use the thread synchronization
- 2022-10-12 06:55:03下载
- 积分:1
-
readers and writing, the operating system of curriculum design process and threa...
读者和写者,有关操作系统课程设计的 进程和线程,我急需生产者和消费者-readers and writing, the operating system of curriculum design process and thread, I hasten to producers and consumers
- 2022-05-28 12:10:57下载
- 积分:1
-
进行PV操作原理的简单演示,
希望大家喜欢
进行PV操作原理的简单演示,
希望大家喜欢
- 2022-03-21 16:47:45下载
- 积分:1
-
学习多线程编程不可多得得例子,思路清晰, 并可为深入学习的人进一步应用。...
学习多线程编程不可多得得例子,思路清晰, 并可为深入学习的人进一步应用。-learning multithreaded programming in a rare example of clear ideas and being able to study in depth the further application.
- 2023-07-17 06:35:03下载
- 积分:1
-
windows线程同步
windows线程同步-windows line regulation synchronization
- 2022-06-14 08:39:38下载
- 积分:1
-
此段程序采用公开的 Win2k注射远程线程,来保护指定进程始终处于运行状态。 生成wap32.exe拷贝到c:下运行,则Wap32进程不死。...
此段程序采用公开的 Win2k注射远程线程,来保护指定进程始终处于运行状态。 生成wap32.exe拷贝到c:下运行,则Wap32进程不死。-During the proceedings open Win2k injection remote threads, to protect the designation process has always been running. Generation wap32.exe copy of the c : run, Wap32 process of immortality.
- 2022-03-17 22:05:40下载
- 积分:1
-
工作者线程应用实例,图形界面方式显示,初学多线程朋友的必看程序~...
工作者线程应用实例,图形界面方式显示,初学多线程朋友的必看程序~
- 2023-02-08 16:30:04下载
- 积分:1
-
实现进程互斥的源代码,并有演示
实现进程互斥的源代码,并有演示- The realization advancement incompatible source code, and has
demonstrates
- 2022-03-19 11:03:09下载
- 积分:1
-
program VirtualMemory {$APPTYPE CONSOLE} uses SysUtils, Windows const PageSize =...
program VirtualMemory {$APPTYPE CONSOLE} uses SysUtils, Windows const PageSize = 4096 //定义页面大小 var VmAddress, CommitAddress: Pointer //存放虚拟内存基址 Text: Pchar begin //保留二页虚拟内存 VmAddress := VirtualAlloc(nil, PageSize * 2, MEM_RESERVE, PAGE_READWRITE) if not Assigned(VmAddress) then begin WriteLn( 保留虚拟内存失败! ) ExitProcess(0) end else WriteLn(Format( 保留虚拟内存成功, 基址为:[%8.8x]! , [Longint(VmAddress)])) //提交第二页虚拟内存 CommitAddress := Pointer(Longint(VmAddress) + PageSize) CommitAddress := VirtualAlloc(CommitAddress, PageSize, MEM_COMMIT, PAGE_READWRITE) if not Assigne-program VirtualMemory ($ APPTYPE CONSOLE) uses SysUtils, Windows const PageSize = 4096// definition pages size var VmAddress, CommitAddress : Pointer// virtual memory-based storage site Text : Pchar begin// reservations two virtual memory VmAddress : = VirtualAlloc (nil. PageSize* 2, MEM_RESERVE, PAGE_READWRITE) if not Assigned (VmAddress) then begin WriteLn (reservations virtual memory failure!) ExitProcess (0) end else WriteLn (Format
- 2022-10-06 15:35:03下载
- 积分:1
-
一个很好的可以读取进程信息的VC++源代码
一个很好的可以读取进程信息的VC++源代码-a good process information can read the source code of VC
- 2022-03-22 11:01:56下载
- 积分:1