-
linux0.99源代码用于研究linux操作系统
linux0.99源代码用于研究linux操作系统-linux0.99 source code used to study the linux operating system
- 2023-01-19 20:10:03下载
- 积分:1
-
电子地图管理系统
电子地图数据库管理系统,适合操作系统初学者,运用C语言实现电子地图的信息搜索,以及增删改查等功能。 界面简练,便于开发,初学者可以加以修改后运用。
- 2022-05-13 08:35:08下载
- 积分:1
-
页面替换算法源代码
页面置换算法源程序-pages replacement algorithm source code
- 2022-07-05 02:44:44下载
- 积分:1
-
用C语言实现的一个模拟文件系统,里面是实现的源代码!
用C语言实现的一个模拟文件系统,里面是实现的源代码!-C language simulation of a file system, which is the source code!
- 2022-08-12 21:12:45下载
- 积分:1
-
assembly language simple alphabetical input conversion of the case is a small co...
汇编语言的简单的输入字母的大小写转换的小汇编语言程序-assembly language simple alphabetical input conversion of the case is a small compilation of language program
- 2022-06-30 03:12:37下载
- 积分: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
-
这是一个中小型企业服务器配置的方案,内含大量代码命令的解析....
这是一个中小型企业服务器配置的方案,内含大量代码命令的解析.-this is a middle/small enterprise server configuration scheme, including plenty of command parse source code.
- 2023-06-27 05:15:04下载
- 积分:1
-
这是一个我经过研究学习,理解了别人得程序,感觉很不错的源程序....
这是一个我经过研究学习,理解了别人得程序,感觉很不错的源程序.-This is a research study I read, understand others in the process, I feel very good source.
- 2023-02-11 21:45:03下载
- 积分:1
-
一个简单实用的嵌入式操作系统,实现了嵌入式操作系统的基本模块:内存管理、系统调度
、系统调用等。...
一个简单实用的嵌入式操作系统,实现了嵌入式操作系统的基本模块:内存管理、系统调度
、系统调用等。-One simple embedded OS
- 2022-02-15 01:39:17下载
- 积分:1
-
用C语言模拟操作系统的队列及时间片分配 简单
用C语言模拟操作系统的队列及时间片分配 简单-C language simulation operating system queue and the time allocated simple film
- 2022-02-11 12:55:00下载
- 积分:1