-
生产者-消费者系统问题
模拟一个生产者-消费者系统使用线程,互斥锁和条件变量和调度。你会尝试用可用的生产者和使用者线程,多项产品和调度算法的用来计划产品的消费的数量不断变化。
- 2022-03-21 08:02:05下载
- 积分:1
-
程序设计了打开对话框和保存对话框.程序设计简明,代码完整....
程序设计了打开对话框和保存对话框.程序设计简明,代码完整.-procedures designed to preserve open dialog and dialog. A simple program design, code integrity.
- 2023-05-22 03:35:03下载
- 积分:1
-
操作系统实验
资源描述实验一进程的同步.................................................................................................................. 1
1实验目的........................................................................................................................ 1
2实验内容........................................................................................................................ 1
实验二处理机调度.................................................................................................................. 3
1实验目的........................................................................................................................ 3
2实验内容........................................................................................................................ 3
实验三银行家算法...........................................................................................................
- 2022-09-02 03:10:05下载
- 积分:1
-
pebble, 基于构件技术的操作系统
pebble, 基于构件技术的操作系统-Pebble, based on the operating system component technology
- 2023-03-23 11:20:04下载
- 积分:1
-
操作系统学习内存管理模拟实验源代玛
操作系统学习内存管理模拟实验源代玛-learning operating system memory management simulation source substituting Mary-------------------
- 2022-03-03 14:30:36下载
- 积分:1
-
Script development under Mac Osx example, based on the cocoa framework, xcode
Mac Osx下脚本开发实例,基于cocoa framework,xcode-Script development under Mac Osx example, based on the cocoa framework, xcode
- 2023-08-25 14:25:04下载
- 积分:1
-
first
先近先出,时间片轮转,以及优先级的进程调度程序。采用叻C++的编程方法。值得下载。-first-out near first time films rotate, and the process of priority scheduling procedures. Using C++ featuring the programming method. Worth the download.
- 2022-02-06 11:05:38下载
- 积分:1
-
r&s1.10版本+文档是国内一个自主开发的操作系统还在升级完善中...
r&s1.10版本+文档是国内一个自主开发的操作系统还在升级完善中-+ document is an internal self-development of the operating system upgrade is still perfect
- 2022-07-04 06:26:41下载
- 积分:1
-
模拟采用二级目录结构的磁盘文件系统中文件操作
模拟采用二级目录结构的磁盘文件系统中文件操作-Simulation of two-level directory structure of the disk file system file operations
- 2022-10-14 23:05:03下载
- 积分:1
-
1.实验目的: 模拟实现银行家算法,用银行家算法实现资源分配。 2.实验内容: 设计五个进程{P0,P1,P2,P3,P4}共享三类资源{A,B,C}的系统,{...
1.实验目的: 模拟实现银行家算法,用银行家算法实现资源分配。 2.实验内容: 设计五个进程{P0,P1,P2,P3,P4}共享三类资源{A,B,C}的系统,{A,B,C}的资源数量分别为10,5,7。进程可动态地申请资源和释放资源,系统按各进程的申请动态地分配资源。要求程序具有显示和打印各进程的某一时刻的资源分配表和安全序列;显示和打印各进程依次要求申请的资源号以及为某进程分配资源后的有关资源数据。 3.程序设计和说明: 函数说明:anquan( )判断给某个进程请求后系统是否安全,anquan1()判断当前系统是否安全。GetAll()取得所有进程的的各个资源数据。详细说明请参见附录中的程序的文档说明。-1. The experiment : Simulation Algorithm bankers, bankers algorithm with the allocation of resources. 2. Experiment : Design 5 (process P0, P1, P2, P3, P4) (resource sharing three categories A, B, C), (A, B, C) amount of resources to 10,5,7. Dynamic process could apply to the resources and the release of resources, according to the system processes the application to dynamically allocate resources. Procedures required to display and print the process of a moment of the distribution of resources and safety sequence; Display and print the process followed for seeking resources, as well as a process of distribution of resources in the resource data. 3. Program design and description : F
- 2022-04-07 18:24:35下载
- 积分:1