登录
首页 » Process-Thread » 显示出系统中的所有进程和每个服务进程的完整路径的源代码...

显示出系统中的所有进程和每个服务进程的完整路径的源代码...

于 2023-04-06 发布 文件大小:52.68 kB
0 111
下载积分: 2 下载次数: 1

代码说明:

显示出系统中的所有进程和每个服务进程的完整路径的源代码-Shows that the system of all the process and the process of each service the full path to the source code

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

发表评论

0 个回复

  • 模拟进程调度 实现了FCFS,SJF和Priority算法 界面友好,使用C#编写,异常处理严密...
    模拟进程调度 实现了FCFS,SJF和Priority算法 界面友好,使用C#编写,异常处理严密-Simulate the process of scheduling implements FCFS, SJF, and Priority algorithm is user-friendly, using C# write, exception handling tight
    2022-05-15 20:14:56下载
    积分:1
  • 一个多任务应用程序。带有四个彩色转轮的应用程序,每个彩色转轮都按自己的线程运行。其中两个使用OnIdle函数;另外两个则作为独立的线程运行。...
    一个多任务应用程序。带有四个彩色转轮的应用程序,每个彩色转轮都按自己的线程运行。其中两个使用OnIdle函数;另外两个则作为独立的线程运行。-a multi-tasking applications. Color wheel with four applications, each color wheel has its own threads to run. Two of them use OnIdle function; The other two were used as the independent threads running.
    2022-05-17 14:55:08下载
    积分:1
  • 演示了列举系统所有进程,并且强制结束,希望对大家有帮助...
    演示了列举系统所有进程,并且强制结束,希望对大家有帮助-demonstrated a list of all system processes, and the end of compulsory, and I hope to be helpful
    2022-07-24 08:37:47下载
    积分:1
  • vc environment, mfc multi
    vc++环境,mfc实现多线程,适用初学者学习之用-vc environment, mfc multi-threaded, applicable with beginners learning
    2022-02-20 10:54:27下载
    积分:1
  • 5个进程 开始时处于就绪队列中 该单机系统采用时间片轮转法进行调度。假定A每运行4个时间片就发出一次I/O请求,I/O完成时间为20个时间片。D每运行2...
    5个进程 开始时处于就绪队列中 该单机系统采用时间片轮转法进行调度。假定A每运行4个时间片就发出一次I/O请求,I/O完成时间为20个时间片。D每运行2个时间片就发出一次I/O请求,I/O完成时间为10个时间片。-five at the beginning of the process, in place of the single queue system uses Web Tablet time scheduling method. A running assumed every four hours on the issue of a film I/O request, I/O to complete 20 hours of the time slice. D operation every two hours on the issue of a film I/O request, I/O to complete 10 hours of the time slice.
    2022-03-24 07:25:49下载
    积分: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
  • 一个很简单的Multi Thread例子。是在2cc.com论坛上看到有人提问Thread的问题,所以做一个简单的例子供参考。对初学者有帮助。...
    一个很简单的Multi Thread例子。是在2cc.com论坛上看到有人提问Thread的问题,所以做一个简单的例子供参考。对初学者有帮助。-a very simple example of the Multi Thread. In 2cc.com Forum Thread see someone question of the problem, so a simple example for reference. Help for beginners.
    2022-03-18 10:27:19下载
    积分:1
  • 如何使用多个实例
    如何在驱动程序中使用多线程的一个例子 希望对大家有帮助-How do drivers use an example of multi-threaded hope everyone has to help
    2022-12-04 23:25:03下载
    积分:1
  • 用vc++编写的一个多线程并发服务器的客户端
    用vc++编写的一个多线程并发服务器的客户端-With vc++ Prepared a multi-threaded concurrent server client
    2022-04-19 16:40:17下载
    积分:1
  • 利用vc++6.0编程实现从应用程序中直接关闭计算机的方法
    利用vc++6.0编程实现从应用程序中直接关闭计算机的方法-use vc 6.0 programming from the direct application of the method of shutting down computer
    2023-08-25 10:00:03下载
    积分:1
  • 696516资源总数
  • 106462会员总数
  • 0今日下载