登录
首页 » Process-Thread » 进程控制的意义在于可以创建一个进程,并可以通过进程句柄结束进程。...

进程控制的意义在于可以创建一个进程,并可以通过进程句柄结束进程。...

于 2022-02-13 发布 文件大小:10.76 kB
0 106
下载积分: 2 下载次数: 1

代码说明:

进程控制的意义在于可以创建一个进程,并可以通过进程句柄结束进程。-control of the process is to create a process and the process can handle the end of the process.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 用VC6.0写的一个简单的多
    用VC6.0写的简单多线程,初学者可以参考一下-VC6.0 write with a simple multi-threaded, beginners can take a look
    2022-02-03 13:05:13下载
    积分:1
  • 多线程编程的两个实例,对于多线程的工作机制的理解有帮助...
    多线程编程的两个实例,对于多线程的工作机制的理解有帮助-Multi-threaded programming two examples, for the working mechanism of multi-threaded understanding has helped
    2022-03-07 05:04:55下载
    积分:1
  • 线程本地存储(TLS)的一个类,可以实现多线程对共享资源的同步....
    线程本地存储(TLS)的一个类,可以实现多线程对共享资源的同步.-Thread Local Storage (TLS) of a class, you can achieve the multi-threaded synchronization of shared resources.
    2022-03-06 13:11:34下载
    积分: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
  • vb多线程实例,可以对初学VB同伴有所帮助,
    vb多线程实例,可以对初学VB同伴有所帮助,-vb examples of multi-threaded, can be helpful to novice VB companions,
    2022-03-26 17:38:55下载
    积分:1
  • 本程序是在Visua C++6.0继承开发环境下对Windows系统的当前进程进行管理的源代码,类似于系统的任务管理器。能够结束当前任务。...
    本程序是在Visua C++6.0继承开发环境下对Windows系统的当前进程进行管理的源代码,类似于系统的任务管理器。能够结束当前任务。-This procedure is in Visua C++ 6.0 development environment to inherit under the current Windows system process to manage the source code, similar to the system Task Manager. To the end of the current task.
    2022-03-09 18:18:57下载
    积分:1
  • windows多线程编程dos版本改版本在windows consel下实现
    windows多线程编程dos版本改版本在windows consel下实现-windows multithreaded programming dos version changed version of the windows under consel
    2023-04-23 08:05:03下载
    积分:1
  • A very beautiful battery appearance monitor, it keeps the current battery appear...
    一款非常漂亮的电池状态监视器,它以动态图形方式非常直观的显示出当前的电池状态。其中还包含了怎样在VB中显示PNG图片,并实现PNG图片的缩放等,是一款学习的好代码,不要错失机会哟-A very beautiful battery appearance monitor, it keeps the current battery appearance of the display of view very much by dynamic state sketch.Still included among them how show a PNG picture in the VB, and carry out zoom of PNG picture etc., is the good code of a study, don t blunder away an opportunity!!!
    2022-12-17 13:50:02下载
    积分:1
  • 我们学校仿真足球的源程序,参加今年的比赛世界杯足球仿真比赛。...
    我们学校仿真足球的源程序,参加今年的比赛世界杯足球仿真比赛。-Our school football simulation source code, to participate in this year" s World Cup Soccer Simulation League competition.
    2023-01-18 03:55:03下载
    积分:1
  • Realize a multi
    一个用多线程实现文件查找的例子-Realize a multi-threaded file search example
    2022-07-16 06:39:59下载
    积分:1
  • 696518资源总数
  • 106259会员总数
  • 28今日下载