资源列表
[操作系统开发] 进程调度
说明:进程调度算法:采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和先来先服务算法。 每个进程有一个进程控制块( PCB)表示。进程控制块可以包含如下信息:进程名、优先数、到达时间、需要运行时间、已用CPU时间、进程状态等等。 进程的优先数及需要的运行时间可以事先人为地指定(也可以由随机数产生)。进程的到达时间为进程输入的时间。进程的运行时间以时间片为单位进行计算。每个进程的状态可以是就绪 W(Wait)、运行R(Run)、或完成F(Finish)三种状态之一。就绪进程获得 CP<寒修末 > 在 2025-06-21 上传 | 大小:1kb | 下载:0
[操作系统开发] LRU
说明:用高级语言模拟页面置换算法LRU,加深对LRU算法的认识。 其基本原理为: 如果某一个页面被访问了,它很可能还要被访问;相反,如果它长时间不被访问,在最近未来的时间里是不大可能被访问的。(Using high-level language simulation page replacement algorithm LRU, deepen the understanding of the LRU algorithm. The basic principle is: If a page is<寒修末 > 在 2025-06-21 上传 | 大小:1kb | 下载:0
[中间件编程] 批量法向量计算代码
说明:由点的三维坐标,进行批量计算所在点的局部曲面的法向量,法向量中x赋值给予,y,z计算得出。然后计算欧拉角表示的坐标(From the point of three-dimensional coordinates, batch calculation of the local surface of the normal vector, the normal vector x assignment given, y, Z calculation. Then calculate the coordin<杜培健 > 在 2025-06-21 上传 | 大小:1kb | 下载:0
[汇编语言] Class attendance code
说明:本文档使用JAVA程序,编写代码,实现班级人数出勤情况的代码实现。(This document using JAVA program, writing code, class attendance number code.)<快乐人生Bob > 在 2025-06-21 上传 | 大小:1kb | 下载:1
[操作系统开发] FIFO请求分页式算法
说明:分页式虚拟存储系统是吧作业信息的副本存放在磁盘上,当作业被选中时,可把作业的开始几页装入主存且启动执行。(A paged virtual storage system is where copies of the job information are stored on disk. When the job is selected, you can load the start pages of the job into the main memory and start the execut<堇色安年 > 在 2025-06-21 上传 | 大小:1kb | 下载:0