资源列表
[操作系统开发] address-translation
说明:操作系统,地址转换算法,课程设计,可分别进行分段和分页的物理地址与逻辑地址之间的转换。-Operating system, address translation algorithm, curriculum design, can be carried out in several stages and pagination of the physical address and logical address conversion between.<Liz> 在 2025-06-08 上传 | 大小:1kb | 下载:0
[操作系统开发] FindTheCurrentEvents
说明:一个可以找到并发事件的算法。程序运用了闭包搜寻矩阵的算法。-It is important in distributed computer systems to identify those events (at identifiable points in time) that are concurrent, or not related to each other in time. A group of concurrent events may sometimes attemp<jianwei yang> 在 2025-06-08 上传 | 大小:1kb | 下载:0
[操作系统开发] 1
说明:时间片轮转法,VC++实现,操作系统课程作业-Round Robin Time Slice, VC++ implementation, the operating system curriculum homework<cailingfang> 在 2025-06-08 上传 | 大小:1kb | 下载:0
[操作系统开发] Diningphilosophersproblem11
说明:学家进餐问题也是一个经典的同步问题,它是由Dijkstra提出并解决的。哲学家进餐问题是这样的:5个哲学家以思考、吃饭交替进行的方式生活,他们共享一张周围有5把椅子的圆桌,每人一把椅子,在桌子上摆有5个饭碗和5只筷子。当一个哲学家思考时,他不与邻座同事发生联系。当一哲学家饿了,他就试图拿起他左右两边的筷子吃饭。显然,他不能拿起已抓在他的邻座手中的筷子,于是,他可能只拿到一只甚至一只筷子也拿不到。当一个饥饿的哲学家得到了两只筷子,他就可以吃饭。当他用饭毕,就放下筷子并再次开始思考。5个哲学家共享5<梁> 在 2025-06-08 上传 | 大小:1kb | 下载:0
[操作系统开发] userkernelspace
说明:A user-space device driver can do many of the things that kernel drivers can t, such as perform a long-running computation, block while waiting for an event, or read files from the file system. Unlike kernel drivers, a user-space device driver can us<harish> 在 2025-06-08 上传 | 大小:1kb | 下载:0