资源列表
[进程与线程] systeminfo111111113
说明:查看系统信息使用WMI。 界面跟WINDOWS的任务管理器很相似。功能比较完美。-Show system information using WMI. WINDOWS interface with the Task Manager is very similar. Functions perfectly.<> 在 2025-02-14 上传 | 大小:33kb | 下载:0
[进程与线程] PingThread
说明:采用多线程编写的Ping的源代码。对于研究ICMP协议的开发人员有意思-Prepared using multi-threaded source code of Ping. ICMP protocol for studying the development of staff interesting<安杰伦> 在 2025-02-14 上传 | 大小:5kb | 下载:1
[进程与线程] 200652619472986557
说明:进程调度算法演示,程序中含有一些对控制台输出和事件进行控制的API函数。-Process scheduling algorithm demo, the program contains some of the console output and the control of the incident API function.<lq> 在 2025-02-14 上传 | 大小:10kb | 下载:0
[进程与线程] 2006527168
说明:程序是操作系统中比较典型的线程同步算法中的哲学家进餐问题,为防止死锁,采取了两个条件(筷子空闲)同时满足时再允许进餐的办法来解决。-Procedure is a typical operating system thread synchronization algorithm in the dining philosophers problem, in order to prevent deadlock and take the two<lq> 在 2025-02-14 上传 | 大小:512kb | 下载:0
[进程与线程] freeremotelib
说明:利用远程线程注入,将指定进程内已加载的DLL卸载掉.-The use of remote thread injected into the specified process has loaded DLL uninstall.<vercettisoft> 在 2025-02-14 上传 | 大小:10kb | 下载:0
[进程与线程] threadpool_src
说明:线程池是一钟多线程处理形式,处理过程中将任务添加到队列,然后在创建线程后自动启动这些任务。线程池线程都是后台线程.每个线程都使用默认的堆栈大小,以默认的优先级运行,并处于多线程单元中.如果某个线程在托管代码中空闲(如正在等待某个事件),则线程池将插入另一个辅助线程来使所有处理器保持繁忙.如果所有线程池线程都始终保持繁忙,但队列中包含挂起的工作,则线程池将在一段时间后创建另一个辅助线程但线程的数目永远不会超过最大值.超过最大值的线程可以排<li> 在 2025-02-14 上传 | 大小:4kb | 下载:0