-
基于FREESCALE的MXL的启动代码PPCBOOT文本文件
基于FREESCALE的MXL的启动代码PPCBOOT文本文件-Based on Freescale MXL of the startup code PPCBoot text file
- 2022-01-21 04:37:27下载
- 积分:1
-
Using the c language of the modeling process scheduler. Which to achieve a varie...
使用c语言编写的模拟进程调度程序。其中实现了多种进程调度方发,优先数法,时间片法,轮转法等。-Using the c language of the modeling process scheduler. Which to achieve a variety of process scheduling side hair, priority number method, time slice method, rotation law.
- 2022-03-17 17:10:23下载
- 积分:1
-
操作系统实验
资源描述实验一进程的同步.................................................................................................................. 1
1实验目的........................................................................................................................ 1
2实验内容........................................................................................................................ 1
实验二处理机调度.................................................................................................................. 3
1实验目的........................................................................................................................ 3
2实验内容........................................................................................................................ 3
实验三银行家算法...........................................................................................................
- 2022-09-02 03:10:05下载
- 积分:1
-
线程同步机制。
互斥器的功能和临界区域很相似。区别是:Mutex所花费的时间比Critical Section多的多,但是Mutex是核心对象(Event、...
线程同步机制。
互斥器的功能和临界区域很相似。区别是:Mutex所花费的时间比Critical Section多的多,但是Mutex是核心对象(Event、Semaphore也是),可以跨进程使用,而且等待一个被锁住的Mutex可以设定TIMEOUT,不会像Critical Section那样无法得知临界区域的情况,而一直死等。-Thread synchronization mechanism. Mutex" s function and the critical region is very similar. The difference is: Mutex spent more time than the multi-Critical Section, but the Mutex is the core object (Event, Semaphore is), you can cross-process use, and has been locked waiting for a Mutex can be set to TIMEOUT, not as Critical Section did not know the critical situation in the region, for so long and so die.
- 2023-07-23 08:05:05下载
- 积分:1
-
实现磁盘的动态分区,三种算法 有注释
实现磁盘的动态分区,三种算法 有注释-To achieve dynamic disk partition, three kinds of algorithms comment
- 2023-05-11 22:40:02下载
- 积分:1
-
银行家算法的实现程序
银行家算法的实现程序-bankers algorithm implementation procedures
- 2022-03-22 00:04:59下载
- 积分:1
-
windows操作系统中mappings项目
windows操作系统中mappings项目-item mappings
- 2023-08-21 16:25:03下载
- 积分:1
-
这是一个进程创建实现的简单源程序,实现进程间的通信和管理...
这是一个进程创建实现的简单源程序,实现进程间的通信和管理
-This is the realization of a process to create a simple source code to achieve inter-process communication and management
- 2022-03-23 03:07:48下载
- 积分:1
-
John Fine的OS模型// 源代码// C & ASM// 英文
John Fine的OS模型// 源代码// C & ASM// 英文 -John Fine s OS model//source code// C & ASM// english
- 2022-06-02 16:17:06下载
- 积分:1
-
<自己动手写操作系统>源代码第3章随书源码,每个代码都经过调试。...
源代码第3章随书源码,每个代码都经过调试。- source code in Chapter 3 with the source books, each have been debug code.
- 2022-01-24 18:19:30下载
- 积分:1