-
操作系统的文件系统程序,内容包括登陆,创建等功能.
操作系统的文件系统程序,内容包括登陆,创建等功能.-OS file system,include logging in,create file etc.
- 2022-08-14 22:08:30下载
- 积分: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
-
C++写的操作系统原理及实现,模拟页面置换算法OPT的源码
C++写的操作系统原理及实现,模拟页面置换算法OPT的源码-C++ Write the operating system and realize the principle of simulated OPT page replacement algorithm for the source
- 2022-01-24 08:50:42下载
- 积分:1
-
30天自制操作系统源码
文件时30天自制操作系统源码,内容非常好,一步一步教你自制操作系统,适合计算机专业学生,也适合对操作系统感兴趣的同学,可以系统的学习汇编和c语言开发。
- 2022-02-06 05:57:51下载
- 积分:1
-
探测设备,并与标准文件进行比较
Probe PCI devices, and compare information with standard file
- 2023-02-07 00:25:08下载
- 积分:1
-
ucos的源代码程序,可以好好研究一下,尤其是进程控制用的一张二维表,简直是经典...
ucos的源代码程序,可以好好研究一下,尤其是进程控制用的一张二维表,简直是经典-uCOS program source code, you can look good, especially the process of controlling a two-dimensional form, it is a classic
- 2022-01-26 01:30:56下载
- 积分:1
-
a simple virtual machines and virtual operating system, support for the process...
一个简单的虚拟机和虚拟操作系统,支持进程调度、文件系统,包含简单的汇编支持,偶去年的作业。-a simple virtual machines and virtual operating system, support for the process scheduling, file system, the compilation contains simple, even last year"s operations.
- 2022-07-07 00:19:27下载
- 积分:1
-
无线传感器网络基站计算机程序,能够从基站读取测量数据并以图形的形式进行显示...
无线传感器网络基站计算机程序,能够从基站读取测量数据并以图形的形式进行显示-Labview for WSN base station
- 2022-04-17 11:43:00下载
- 积分:1
-
solaris9安装指南!对于一个陌生的操作系统!这本书是你最好的选择...
solaris9安装指南!对于一个陌生的操作系统!这本书是你最好的选择-solaris9 Installation Guide! For an unfamiliar operating system! This book is your best choice
- 2022-03-16 19:04:50下载
- 积分:1
-
A real model of examples show the contents of memory to compile NASM @ CPU and c...
一个实模式下显示内存内容的例子 nasm编译 @ CPU及微机基本硬件的使用-A real model of examples show the contents of memory to compile NASM @ CPU and computer use of basic hardware
- 2022-02-26 12:11:30下载
- 积分:1