-
5,操作系统图形界面银行家算法
5,操作系统图形界面银行家算法-5, the operating system GUI bankers Algorithm
- 2022-02-26 08:59:06下载
- 积分:1
-
? ? 一个HelloWord演示
? ? 一个HelloWord演示-??? A demo HelloWord
- 2022-01-26 01:46:21下载
- 积分:1
-
fanlsh播放器,效果非常好,经典的播放软件
fanlsh播放器,效果非常好,经典的播放软件-fanlsh player, the effect was very good, classic broadcast software
- 2023-08-12 00:55:03下载
- 积分:1
-
Introductory articles prepared by the operating system to guide you how to build...
编写操作系统的入门文章,指导你如何一步步完成操作系统的构建工作-Introductory articles prepared by the operating system to guide you how to build a step by step to complete the work of the operating system
- 2022-03-24 16:36:14下载
- 积分:1
-
activated computer code examples
计算机启动例子代码-activated computer code examples
- 2022-06-17 03:49:12下载
- 积分:1
-
免费开源广告联盟
资源描述
免费开源广告联盟系统
免费开源广告联盟系统
免费开源广告联盟系统
免费开源广告联盟系统
免费开源广告联盟系统
免费开源广告联盟系统
免费开源广告联盟系统
免费开源广告联盟系统
- 2023-02-01 10:05:05下载
- 积分:1
-
操作系统Clock算法的Java实现
操作系统Clock算法的Java实现,包括三个文件: Node_Clock.java,作业封装类。Clock.java,实现Clock算法。Test.java,main。编的不太好,但是清楚明白,供大家借鉴。
- 2022-04-25 14:54:47下载
- 积分:1
-
内存管理,虚拟内存的分配和回收
内存管理,虚拟内存的分配和回收-memory management, virtual memory allocation and recovery
- 2022-01-30 14:12:19下载
- 积分:1
-
基于Linux的GUI库的跨平台的简单的DOS MGUI库,Linux和…
Linux based MGUI Library for cross platform simpe GUI library for DOS, Linux and Windows
- 2022-03-01 20:51:35下载
- 积分:1
-
通过研究Linux的线程机制和信号量实现读者写者(Reader
通过研究Linux的线程机制和信号量实现读者写者(Reader-Writer)问题并发控制。
1)写-写互斥:不能有两个写者同时进行写操作;
2)读-写互斥:不能同时有一个线程在读,而另一个线程在写;
3)读-读允许:可以有一个或多个读者在读;
4)读者优先的附加限制:如果读者申请进行读操作时已有另一个读者正在进行读操作,则该读者可直接开始读操作;
5)写者优先的附加限制:如果一个读者申请进行读操作时已有另一个写者在等待访问共享资源,则该读者必须等到没有写者处于等待状态后才能开始读操作。
-By studying the Linux thread mechanism and semaphores realize readers who write (Reader-Writer) the issue of concurrency control. 1) to write- write mutex: Can not write at the same time there are two write operations 2) read- write mutex: Can not have a thread at the same time in reading and writing another thread 3) Reading- Reading of permit: can have one or more readers read 4) the priority of additional restrictions readers: If the readers apply for a read operation, there was another reader being read, the reader can be directly started reading operation 5) to write additional priority Restrictions: If an application for a reader reading write operation has been in waiting for another visit to a shared resource, the read
- 2022-02-06 09:26:49下载
- 积分:1