-
高端手机操作界面
高端手机操作界面-high-end phones interface
- 2023-06-02 19:50:04下载
- 积分:1
-
模拟进程同步算法,包括FCFS(先到先服务),SJF(最短优先),RR(Round...
模拟进程同步算法,包括FCFS(先到先服务),SJF(最短优先),RR(Round-Robin),优先权调度及多级队列调度-Simulation process synchronization algorithms, including FCFS (first come first serve), SJF (shortest first), RR (Round-Robin), priority scheduling and multi-level queue scheduling
- 2022-06-02 17:20:17下载
- 积分:1
-
小型文件管理系统
操作系统的课程设计--利用Linux的api设计模拟一个小型的磁盘文件管理系统
- 2023-04-17 01:50:03下载
- 积分:1
-
哲学家进餐问题仿真
哲学家进餐问题仿真-dining philosophers problem Simulation
- 2023-06-24 23:10:04下载
- 积分:1
-
a simple core of the Minix operating system code, including all the underlying i...
一个简单的操作系统minix的核心代码,包括所有的底层实现和上层架构。-a simple core of the Minix operating system code, including all the underlying implementation and the upper echelons.
- 2022-01-28 14:34:09下载
- 积分:1
-
minix操作系统分析
minix操作系统分析-Minix operating system analysis
- 2022-05-18 17:13:24下载
- 积分:1
-
s3c2410上移植ucgui的步骤 比较详细
s3c2410上移植ucgui的步骤 比较详细-s3c2410 ucgui
- 2022-03-06 01:16:15下载
- 积分:1
-
SourceTo outlined SourceTo is a source code conversion tools. It will require th...
SourceTo概述 SourceTo是一个源代码转换工具。它对于需要将源代码转成其他文本格式(比如HTML,RTF)的人来说将是一个好帮手。如果你有在网站上发表技术文章的习惯,赶快获得一个SourceTo,它将为你的文章增色不少... -SourceTo outlined SourceTo is a source code conversion tools. It will require the source code into the other text format (such as HTML, RTF) who will be a good helper. If you have published on the Web habits of technical articles, as soon as possible was a SourceTo. It will add to the excitement of your many articles ...
- 2022-04-27 23:34:22下载
- 积分:1
-
分享一个模拟生产者消费者的小程序
实验目的进程同步是操作系统多进程/多线程并发执行的关键之一,进程同步是并发进程为了完成共同任务采用某个条件来协调他们的活动,这是进程之间发生的一种直接制约关系。本次试验是利用信号量进行进程同步。实验软件环境VC++或者Linux操作系统实验内容• 生产者进程生产产品,消费者进程消费产品。 • 当生产者进程生产产品时,如果没有空缓冲区可用,那么生产者进程必须等待消费者进程释放出一个缓冲区。 当消费者进程消费产品时,如果缓冲区中没有产品,那么消费者进程将被阻塞,直到新的产品被生产出来。
- 2022-10-22 03:50:04下载
- 积分:1
-
操作系统中的哲学家就餐算法 c语言编写
操作系统中的哲学家就餐算法 c语言编写-OS philosopher dine algorithm c language
- 2022-11-22 20:55:03下载
- 积分:1