-
windows下利用多线程求PI的值,利用visual studio 2005编写;在linux下利用多线程求PI的值...
windows下利用多线程求PI的值,利用visual studio 2005编写;在linux下利用多线程求PI的值-under windows for multi-threaded use of the value of PI, using visual studio 2005 to prepare in linux using multi-threading for the value of PI
- 2022-07-22 22:12:37下载
- 积分:1
-
WindowsNT9XXP following process management source code. Rar
WindowsNT9XXP下面的进程管理源代码.rar-WindowsNT9XXP following process management source code. Rar
- 2022-03-17 11:54:12下载
- 积分: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
-
every 5 minutes to check the current system that process memory used most, and w...
每隔5分钟查看一下当前系统中那个进程占用的内存最大,并写日志文件-every 5 minutes to check the current system that process memory used most, and write log files
- 2022-02-12 23:33:43下载
- 积分:1
-
用C++ Builder进行多线程操作的示例
用C++ Builder进行多线程操作的示例-C Builder multithreaded operation example
- 2022-03-22 22:06:20下载
- 积分:1
-
threads how communications, explained here. The operating system is threaded pro...
线程怎么通信,这里有解释.线程就是操作系统分配给处理器的基本单元.系统为没一个线程分配一个堆栈-threads how communications, explained here. The operating system is threaded processors allocated to the basic unit. No one system to allocate a thread stack
- 2022-04-18 18:38:17下载
- 积分:1
-
异步的网页请求类可以执行get和post方法
异步的网页请求类可以执行get和post方法-asynchronous web request class can get and post implementation methods
- 2022-03-28 19:29:31下载
- 积分:1
-
LU decomposition of the serial algorithm (for Cache Optimization), LU decomposit...
LU分解的串行算法(进行Cache优化),LU分解的多线程实现并行化。-LU decomposition of the serial algorithm (for Cache Optimization), LU decomposition of multi-threaded parallel.
- 2022-08-23 12:55:14下载
- 积分:1
-
c++或C下如何使用多线程
c++或C下如何使用多线程-how to use multithreading
- 2022-01-31 14:00:58下载
- 积分:1
-
DKOM process hiding
DKOM 隐藏进程 直接系统内核修改
断开FLINK链表-DKOM process hiding
- 2022-01-25 14:02:42下载
- 积分:1