资源列表
[进程与线程] jinchengdiaodu
说明:通过先进先出算法和轮询算法模拟实现进程调度-Through the FIFO algorithm and simulation to achieve the process of polling scheduling algorithm<蒋安> 在 2025-06-30 上传 | 大小:2kb | 下载:0
[进程与线程] shengchanzheyuxiaofeizhe
说明:操作系统实验报告三——PV操作,生产者与消费者问题-Three experiments report the operating system- PV operation, the producer and consumer issues<孙率> 在 2025-06-30 上传 | 大小: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-06-30 上传 | 大小:47kb | 下载:0
[进程与线程] DllPatch
说明:DLL内存补丁,可查找进程中的dll模块,对dll模块的基地址相对偏移处修改内存,相比流行的进程内存补丁更进了一步-DLL memory patch can be find in the process of dll module, dll modules of relatively offset base address corrections memory, compared to the process of popular memory patch has taken one step<康康> 在 2025-06-30 上传 | 大小:111kb | 下载:0
[进程与线程] JCDD
说明:通过优先权法和轮转算法的模拟加深对进程概念和进程调度过程的理解,掌握进程状态之间的切换,同时掌握进程调度算法的实现方法和技巧。-Through the priority and Round Robin simulation concepts and deepen their understanding of the process of understanding the process of the activation process and master the process of sw<hghh> 在 2025-06-30 上传 | 大小:235kb | 下载: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-06-30 上传 | 大小:1kb | 下载:0
[进程与线程] ThreadTest
说明:模拟多进程共享临界资源 1、实现两个进程模拟进入临界区的用户进程,当需要进入临界区时,显示:“进程x请求进入临界区…”,同时向管理进程提出申请;申请返回,表示进入了临界区。在临界区中等待一段随机时间,并显示:“进程x正在临界区…”;当时间结束,显示:“进程x退出临界区…”,同时向管理进程提出退出申请;当申请返回,显示:“进程x已退出临界区。” 2、一个进程作为原语的管理进程,接受其他进程的临界区进入请求:如果允许进入,则设置相应变量,然后返回;如果不允许进入,则进入循环等待,直到允许为止<hengdd> 在 2025-06-30 上传 | 大小:12kb | 下载:0