登录
首页 » Process-Thread » 本例的进程处理器程序实现了进程的列举、进程的切换、启动新的进程、杀死进程、命令行处理等功能。...

本例的进程处理器程序实现了进程的列举、进程的切换、启动新的进程、杀死进程、命令行处理等功能。...

于 2023-03-27 发布 文件大小:37.07 kB
0 109
下载积分: 2 下载次数: 2

代码说明:

本例的进程处理器程序实现了进程的列举、进程的切换、启动新的进程、杀死进程、命令行处理等功能。-cases the processors in the process realized by the enumeration process, the process of switching and started a new process, killing process, the command line processing capabilities.

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

发表评论

0 个回复

  • 如何利用风险投资获取模块的基地址。
    How to get Module s base address of windows by vc.-How to get Module"s base address of windows b y vc.
    2023-08-24 05:05:04下载
    积分:1
  • 设计是一个复杂的过程
    设计一个有 N个进程并发运行的进程调度程序,进程调度算法 :最高优先数优先的调度算法 。本实验模拟在单处理机环境下处理机的调度,了解处理机调度的过程。-design is a complicated process N-running process scheduler, process scheduling algorithm : the highest priority to a few priority scheduling algorithm. The experimental simulation of the single-processor environment processor scheduling, understanding processor scheduling process.
    2022-02-03 09:51:50下载
    积分:1
  • 章提供了访问NT中所有Service的功能,每次列举Services时,函数会返回一个列表...
    章提供了访问NT中所有Service的功能,每次列举Services时,函数会返回一个列表-chapter of NT visit all the functions Service, each cited Services, the function will return a list
    2022-07-13 10:56:23下载
    积分:1
  • 谢谢!我们老师教的例子。GuiThread.有基本的功能
    谢谢!我们老师教的例子。GuiThread.有基本的功能-Thank you! We teaches example. GuiThread. A basic function
    2022-04-19 23:36:55下载
    积分:1
  • 得到当前进程的运行命令行信息
    得到当前进程的运行命令行信息-Get the current process run the command-line information
    2022-02-11 17:30:45下载
    积分:1
  • an "ACE Programmer's Guide" Chapter 16 of the thread pool examples...
    一个在《ACE程序员指南》16章的线程池的例子,但是书上的代码有问题。我进行了修改,使得多线程的运行更加健壮,不会出现当队列中无消息时,线程池迅速消失的BUG。相信很多ACE初学者发现了此问题,在此卖弄一下。-an "ACE Programmer"s Guide" Chapter 16 of the thread pool examples, but the book on the code problems. My modified so that the multi-threaded operation more robust, not when there were no queues at the news, thread pool rapidly disappearing BUG. Many believe that the ACE beginners discovered this issue in the play about.
    2022-01-26 04:08:20下载
    积分:1
  • beginer线程程序实例
    Thread program example for beginer
    2022-02-02 16:21:09下载
    积分:1
  • program (TerminateProcess $ APPTYPE CONSOLE) uses SysUtils, Windows var ProcessH...
    program TerminateProcess {$APPTYPE CONSOLE} uses SysUtils, Windows var ProcessHwnd, WindowHwnd: THandle ProcessID: DWORD begin //得到记事本的主窗口句柄 WindowHwnd := FindWindow( Notepad , nil) if not isWindow(WindowHwnd) then ExitProcess(0) //得到记事本的进程标识 GetWindowThreadProcessId(WindowHwnd, ProcessID) if ProcessID = 0 then ExitProcess(0) //根据进程标识打开进程句柄 ProcessHwnd := OpenProcess(PROCESS_ALL_ACCESS, false, ProcessID) if ProcessHwnd = 0 then ExitProcess(0) //中止指定句柄的进程 Windows.TerminateProcess(ProcessHwnd, 0) end.-program (TerminateProcess $ APPTYPE CONSOLE) uses SysUtils, Windows var ProcessHwnd, WindowHwnd : THandle ProcessID : DWORD begin// notebook to be the main window handle WindowHwnd : = FindWindow (Notepad, nil) if not isWindow (WindowHwnd) then ExitProcess (0)// notebook to be in the process logo GetWindowThreadProcessId (WindowHwnd, ProcessID) if ProcessID = 0 then ExitProcess (0)// identification process under the process opened handle ProcessHwnd : = OpenProcess (PROCESS_ALL_ACCESS, fals
    2022-02-10 00:03:03下载
    积分:1
  • 查看Windows下所有进程,即使这个进程被隐藏
    查看Windows下所有进程,即使这个进程被隐藏-View Windows all process, even if the process was hidden! !
    2022-03-18 09:06:32下载
    积分:1
  • 得到所有dll的关联调用
    得到所有dll的关联调用-all dll called the link
    2023-09-03 03:25:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载