-
OS模拟内存分配算法(链表处理) OS模拟内存分配算法(链表处理)...
OS模拟内存分配算法(链表处理) OS模拟内存分配算法(链表处理)-os memory
- 2022-05-18 23:35:54下载
- 积分:1
-
这个程序实现了内存空间的动态管理和分配,模拟了操作系统中内存管理的一种重要方法
这个程序实现了内存空间的动态管理和分配,模拟了操作系统中内存管理的一种重要方法-This procedure achieved a memory space of dynamic management and allocation, to simulate the operating system memory management an important method
- 2023-07-13 01:30:03下载
- 积分:1
-
于渊《自己动手写操作系统》源代码及相关工具
于渊《自己动手写操作系统》源代码及相关工具-In wiang
- 2022-08-17 03:24:53下载
- 积分: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
-
简单的shell 程序
简单的shell 程序-A simple programe of Shell .
- 2023-07-03 06:55:03下载
- 积分:1
-
可变分区存储模拟系统
可变分区存储模拟系统-为课程设计用的。操作系统-Variable partition storage simulation system- used for curriculum design. Operating system
- 2022-04-11 15:12:10下载
- 积分:1
-
获取计算机的操作系统,内存大小,硬盘信息,光盘信息,移动磁盘信息,...
获取计算机的操作系统,内存大小,硬盘信息,光盘信息,移动磁盘信息,-Access to the computer
- 2023-04-16 16:55:03下载
- 积分:1
-
ucos
ucos-ii在 阳初2440开发板的移植
可支持从norflash启动,从nandflash启动以及由其它bootloader加载到SDRAM中运行-Yang ucos-ii in the beginning of 2440 development board can support from the transplant norflash start, start from the NANDFLASH as well as by other bootloader loaded into SDRAM running
- 2023-08-14 07:45:02下载
- 积分:1
-
一个完成的FIFO算法
一个完成的FIFO算法-completed a FIFO algorithm
- 2022-12-26 13:40:03下载
- 积分: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