资源列表
[进程与线程] jinchengdiaodu
说明:通过先进先出算法和轮询算法模拟实现进程调度-Through the FIFO algorithm and simulation to achieve the process of polling scheduling algorithm<蒋安> 在 2025-02-24 上传 | 大小:2kb | 下载:0
[进程与线程] shengchanzheyuxiaofeizhe
说明:操作系统实验报告三——PV操作,生产者与消费者问题-Three experiments report the operating system- PV operation, the producer and consumer issues<孙率> 在 2025-02-24 上传 | 大小:1.61mb | 下载:0
[进程与线程] TestBedProg
说明:齿轮实验台采集车程序,实现了采集应变、转速,多线程处理,同时采集16路应变信号-Test-bed truck gear collection procedures, the realization of a collection strain, speed, multi-threaded processing, while collecting 16 strain signal<wjw> 在 2025-02-24 上传 | 大小:47kb | 下载:0
[进程与线程] RoundRobin
说明:这个c程序是简单模拟进程调度,使用方法是简单轮转法和优先算法-C procedures for the simulation process is a simple scheduling, the use of a simple rotation law and the priority algorithm<黄缘> 在 2025-02-24 上传 | 大小:1kb | 下载:0
[进程与线程] ThreadTest
说明:模拟多进程共享临界资源 1、实现两个进程模拟进入临界区的用户进程,当需要进入临界区时,显示:“进程x请求进入临界区…”,同时向管理进程提出申请;申请返回,表示进入了临界区。在临界区中等待一段随机时间,并显示:“进程x正在临界区…”;当时间结束,显示:“进程x退出临界区…”,同时向管理进程提出退出申请;当申请返回,显示:“进程x已退出临界区。” 2、一个进程作为原语的管理进程,接受其他进程的临界区进入请求:如果允许进入,则设置相应<hengdd> 在 2025-02-24 上传 | 大小:12kb | 下载:0