-
一个简单的文件系统
一个简单的文件系统-a simple file system
- 2022-02-03 02:42:17下载
- 积分:1
-
时间片轮转法,运行进程用完它的时间片后还未完成,就送到就绪队列队尾...
时间片轮转法,运行进程用完它的时间片后还未完成,就送到就绪队列队尾-time change once have fishes return to next last
- 2022-03-05 08:09:33下载
- 积分:1
-
用VC++6.0模拟实现最佳置换算法、最近最久未使用算法、先进先出置换算法。...
用VC++6.0模拟实现最佳置换算法、最近最久未使用算法、先进先出置换算法。-VC 6.0 Simulation best replacement algorithm, the most recent time on the use of algorithms, FIFO replacement algorithm.
- 2022-03-12 08:42:57下载
- 积分:1
-
自己写的银行家算法,只能实现固定进程和资源的操作,不过要是应付作业什么的没有问题,绝对可以运行...
自己写的银行家算法,只能实现固定进程和资源的操作,不过要是应付作业什么的没有问题,绝对可以运行-himself wrote bankers algorithm, the process can only be fixed and operational resources, but what if the deal with no operational problems and it can definitely run
- 2022-05-18 17:01:27下载
- 积分: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
-
通过对一个教学操作系统GEEKOS的编译过程,形成磁盘映射文件,并在Bochs模拟器下模拟启动,来了解操作系统的基本原理和系统的启动过程。...
通过对一个教学操作系统GEEKOS的编译过程,形成磁盘映射文件,并在Bochs模拟器下模拟启动,来了解操作系统的基本原理和系统的启动过程。-Through a teaching operating system compiler GEEKOS process, the formation of disk mapping file, and restart Bochs emulator simulated, to understand the basic principles of operating systems and system start-up process.
- 2022-05-30 02:35:50下载
- 积分:1
-
操作系统中关于version项目
操作系统中关于version项目-version of the operating system project
- 2022-07-26 20:39:58下载
- 积分:1
-
网络实验 LWIP无操作系统移植
本实验将实现如下功能:本实验利用STM32F10开发板上的DM9000网络芯片实现联网功能,网络协议栈使用的LWIP,版本为1.4.1。默认开启了DHCP,将开发板连接到路由器上以后就会自动获取IP地址,当DHCP失败以后就会使用默认IP地址,默认IP地址为:192.168.1.30。DHCP成功后就可以在电脑上通过ping命令来测试LWIP移植是否成功。
- 2022-07-11 03:17:23下载
- 积分:1
-
UCOS
UCOS-II在VC++6.0环境下的调试及编译-UCOS-II in VC++ 6.0 debugging environment and compiler
- 2023-06-29 17:20:04下载
- 积分:1
-
? ? 一个HelloWord演示
? ? 一个HelloWord演示-??? A demo HelloWord
- 2022-01-26 01:46:21下载
- 积分:1