资源列表
[进程与线程] threadpool
说明:从IBM官网上找到了好的线程池介绍文档,非常实用,面试时常被问到。-IBM' s official website from the thread pool to find a good descr iption document, very useful and often asked about the interview.<Dylan> 在 2025-02-25 上传 | 大小:5kb | 下载:0
[进程与线程] ThreadCreat
说明:本例介绍了多线程之间的同步和运行,实现两个小球交替运动-This example describes the synchronization between multiple threads and run to achieve two ball alternating movement<ruiyunbo> 在 2025-02-25 上传 | 大小:3.43mb | 下载:0
[进程与线程] jinchengguanli
说明:关于进程管理的C++程序 实现描述进程管理的各种功能-With regard to process management in C++ program to achieve the various functions described in process management<范亚运> 在 2025-02-25 上传 | 大小:10kb | 下载:0
[进程与线程] process-pipe
说明:一个基于父进程和子进程之间用匿名管道进行进程通讯的实例,附带了可执行文件以及全部源码。非常好的了解匿名管道机制的程序。-One based on the parent process and child processes to process communication with the anonymous pipe instance comes with an executable file and all source code.<sss> 在 2025-02-25 上传 | 大小:83kb | 下载:0
[进程与线程] threadpool
说明:定义一个固定大小的线程池,工作函数直接从线程池里获取实现。-The definition of a fixed-size thread pool, work function, to obtain directly from the thread pool implementation.<shizhong> 在 2025-02-25 上传 | 大小:2kb | 下载:0
[进程与线程] processschedule
说明:模拟进程调度 实现了FCFS,SJF和Priority算法 界面友好,使用C#编写,异常处理严密-Simulate the process of scheduling implements FCFS, SJF, and Priority algorithm is user-friendly, using C# write, exception handling tight<Hom> 在 2025-02-25 上传 | 大小:3kb | 下载:0
[进程与线程] jinchengdiaodu
说明:编写并调试一个模拟的进程调度程序,采用“最高优先数优先”调度算法对五个进程进行调度。 “最高优先数优先”调度算法的基本思想是把CPU分配给就绪队列中优先数最高的进程。 静态优先数是在创建进程时确定的,并在整个进程运行期间不再改变。 动态优先数是指进程的优先数在创建进程时可以给定一个初始值,并且可以按一定原则修改优先数。例如 :在进程获得一次CPU后就将其优先数减少1。或者,进程等待的时间超过某一时限时增<张超> 在 2025-02-25 上传 | 大小:23kb | 下载:0
[进程与线程] processmanagement
说明:描述进程状态迁移过程,提供进程状态变化的条用接口-Describe the process of state transition process and provide the process of change in the status of interface<Peng> 在 2025-02-25 上传 | 大小:238kb | 下载:0