-
这是一个操作系统(计算机科学课程)的设计。它的功能…
这是一个操作系统(计算机系课程)的课程设计。它的功能是模拟文件管理,包括建立用户,建立文件并对文件设置属性.还包括对文件的添加,修改,删除等操作-This is an operating system (computer science courses) are designed. Its function is simulated document management, including the establishment of users, document also set up document attributes. The document also includes the addition, modification, deletion, etc
- 2022-02-04 05:04:46下载
- 积分:1
-
FIFO 排序
1.请参阅字符串: 1 ~ 2002.内存引用次数: 至少 20000 次3.在物理内存中的帧的数目: 10、 20、 30、 40、 504.有两个测试引用字符串:(1) 随机: 任意选择一个数字为每个引用。(2) 局部性: 模拟函数调用。每个函数调用可以引用一个子集1/4 ~ 1/2 字符串 (字符串的长度可以是随机的)。5.硬件支持位: 引用位和修改位(1) 硬件将自动设置这两个位。(2) 是一个内存中的页将被修改的概率 p。P 的值将是 0.05、 0.1、 0.15、 0.2、 0.25。
- 2022-06-26 01:03:18下载
- 积分:1
-
获取计算机的操作系统,内存大小,硬盘信息,光盘信息,移动磁盘信息,...
获取计算机的操作系统,内存大小,硬盘信息,光盘信息,移动磁盘信息,-Access to the computer
- 2023-04-16 16:55:03下载
- 积分:1
-
C++编写的一个操作系统程序
C++编写的一个操作系统程序-prepared an operating system procedures
- 2022-07-09 11:23:42下载
- 积分: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
-
WarmOS16位实模式操作系统
WarmOS是一个用汇编编写的16位实模式操作系统,它包括了一些操作系统应该拥有的基本功能,支持COM格式文件的执行,提供了一些系统API以供程序员编写程序,并且从内核支持中文的显示。
- 2022-09-10 05:25:03下载
- 积分:1
-
S3C2440的Steppingstone源代码,NAND最初引导程序。
S3C2440的Steppingstone源代码,NAND最初引导程序。-S3C2440
- 2023-03-09 07:05:04下载
- 积分:1
-
C语言 优先权问题
C语言 优先权问题-C language priority issues
- 2022-01-22 06:29:28下载
- 积分:1
-
C源代码的实时操作系统
C源代码的实时操作系统-C source code for the real-time operating system
- 2022-08-16 19:15:40下载
- 积分:1
-
源代码的收入
开源DOS的C代码源程序-revenue of C source code
- 2022-12-19 22:25:04下载
- 积分:1