-
简单线程池的实现方法,包含一个主控线程池类ThreadPool和一个工作线程WorkThread...
简单线程池的实现方法,包含一个主控线程池类ThreadPool和一个工作线程WorkThread-simple thread pool method, including a master class ThreadPool thread pool, and a work-threaded WorkThread
- 2022-04-22 16:30:47下载
- 积分:1
-
Process scheduling, memory, process scheduling to understand the situation and k...
进程调度,了解内存中进程调度情况,知道进程在内存中运行情况-Process scheduling, memory, process scheduling to understand the situation and know the process running in memory of
- 2022-02-26 15:51:29下载
- 积分:1
-
电子时钟C++语言开发,可作为样例进一步改进。
电子时钟C++语言开发,可作为样例进一步改进。-Electronic Clock C++ language development, can be used as sample for further improvement.
- 2022-07-14 06:13:29下载
- 积分:1
-
Function: 1. Display System processes and process modules, threads information....
功能:
1.显示系统进程及进程的模块、线程信息。
2.能杀死任意进程包括系统服务进程。
3.能释放任意进程中的任意模块,不过有些关键模块释放不了。
4.结束任意进程中的任意线程。
5.请用右键进行操作。-Function: 1. Display System processes and process modules, threads information. 2. Can kill any process including the process of system services. 3. To any process of release of any module, but not the release of some key modules. 4. The end of any process in any thread. 5. Please use Right-operate.
- 2022-01-27 19:51:19下载
- 积分:1
-
Hanoi塔演示程序,Hanoi塔是一个不错的 游戏
Hanoi塔演示程序,Hanoi塔是一个不错的 游戏-Hanoi tower demo program, Hanoi Tower is a good game
- 2022-07-14 19:35:24下载
- 积分:1
-
操作系统中银行家算法的演示程序,银行家算法是避免死锁的方法,避免死锁的法则是,系统在运行过程中,对于进程的每一种资源请求都要根据预掌握的资源使用信息,按照一定的...
操作系统中银行家算法的演示程序,银行家算法是避免死锁的方法,避免死锁的法则是,系统在运行过程中,对于进程的每一种资源请求都要根据预掌握的资源使用信息,按照一定的算法,进行是否可能导致死锁的预测,以决定是否同意这一资源请求。这是向前看几步,知道保证不会导致死锁时再向前走一步的具有动态性质的预测算法。-operating system bankers algorithm Demonstration Program, bankers algorithm is a method to avoid deadlock and avoid deadlock the law is, the system in the process, the process for each type of resource in accordance with the request of the resources available to advance the use of information, according to some algorithm, leading to the possibility of death lock projections to decide whether the resource requests. This is a forward-looking steps, guaranteed not know Deadlock lead again when forward step with the dynamic nature of the forecast algorithm.
- 2023-08-20 23:10:03下载
- 积分:1
-
c语言实现生产者消费者问题
c语言实现生产者消费者问题-producer consumer issues
- 2022-03-20 09:39:04下载
- 积分:1
-
一个多线程编程源码
一个多线程编程源码-A multi-threaded programming source
- 2022-11-16 18:25:04下载
- 积分:1
-
编写多线程应用程序的最重要问题就是线程之间的资源同步访问。因为多个线程共享资源时如果发生访问冲突通常会产生不正确的结果。本程序主要实现线程间的同步技术...
编写多线程应用程序的最重要问题就是线程之间的资源同步访问。因为多个线程共享资源时如果发生访问冲突通常会产生不正确的结果。本程序主要实现线程间的同步技术-The preparation of multi-threaded applications the most important problem is the thread synchronization between the resources to visit. Because the shared resource when multiple threads access violation if there is usually generate incorrect results. This procedure main inter-thread synchronization technology
- 2022-04-14 20:18:45下载
- 积分:1
-
在VC++ 6.0下利用共享内存、消息实现内部进程通讯
在VC++ 6.0下利用共享内存、消息实现内部进程通讯-in VC 6.0 using shared memory, message achieving internal communications process
- 2022-05-21 02:14:54下载
- 积分:1