-
操作系统小程序
操作系统小程序--银行家算法-OS small programs-- bankers Algorithm
- 2022-07-26 21:53:34下载
- 积分:1
-
Nistnet网络仿真软件,可以设计PDV模型,在Liuix环境下使用
Nistnet网络仿真软件,可以设计PDV模型,在Liuix环境下使用-Nistnet network simulation software can be designed PDV model, the use of the environment Liuix
- 2023-06-24 07:45:03下载
- 积分:1
-
edenos.rar
edenos.rar
- 2023-08-26 19:30:04下载
- 积分:1
-
ucos的源代码程序,可以好好研究一下,尤其是进程控制用的一张二维表,简直是经典...
ucos的源代码程序,可以好好研究一下,尤其是进程控制用的一张二维表,简直是经典-uCOS program source code, you can look good, especially the process of controlling a two-dimensional form, it is a classic
- 2022-01-26 01:30:56下载
- 积分:1
-
著名的ucos
大名鼎鼎的uCOS-II在ARM1176处理器上的移植源代码+说明文档.强烈推荐!-Famous uCOS-II in the ARM1176 processor transplant source code+ Documentation. Strongly recommended!
- 2022-07-23 18:30:32下载
- 积分:1
-
分析了IDE接口硬盘控制寄存器模型;论述了IDE接口硬盘的读写几项技术;给出了设计硬盘克
隆软件的思想和方法,方法针对硬盘物理扇区进行读写,与硬盘上安装的具...
分析了IDE接口硬盘控制寄存器模型;论述了IDE接口硬盘的读写几项技术;给出了设计硬盘克
隆软件的思想和方法,方法针对硬盘物理扇区进行读写,与硬盘上安装的具体操作系统的类型无关,并与硬
盘驱动器的物理结构无关。-Analysis of the IDE hard disk interface control register model discusses the IDE interface hard disk read and write a number of technologies gives the design the hard disk cloning software, the ideas and methods, methods for the physical sector of the hard disk read and write, and the hard disk is installed on specific operations the type of system has nothing to do with the physical structure of the hard drive has nothing to do.
- 2022-05-12 23:10:21下载
- 积分:1
-
扩展的动态内存机制
任务综述
本任务扩展了自己私有的内存管理机制。首先使用预先规划的思想,使用预先分配的内存池和内存分区,再通过使用消息队列作为内...
扩展的动态内存机制
任务综述
本任务扩展了自己私有的内存管理机制。首先使用预先规划的思想,使用预先分配的内存池和内存分区,再通过使用消息队列作为内存池的管理机制处理内存块分配与释放的过程,而消息队列中保存的是每个预先申请内存块的地址。当用户需要分配一个内存块时,使用msgQReceive() 函数从消息队列中获取一个相应大小的内存块地址;当用户需要释放一个内存块时,则使用msgQSend()函数将内存块首地址发送回消息队列中。通过这种方法,减少了内存反复申请与释放产生外部碎片的可能,并能够有效利用预先分配的思想减少内部碎片。同时也通过消息队列的特性实现了方便的内存块申请与释放的管理操作。
同时,本系统作为扩展的动态内存管理机制,引入了定制的内存分配与释放功能,使用了互斥机制保证操作安全性和一系列告警机制。在保证内存分配与释放安全有序的基础上,还增加了管理监视机制。
其系统具体实现参照系统实现部分。-none
- 2022-10-26 02:25:03下载
- 积分:1
-
bankers algorithm examples
银行家算法的实例-bankers algorithm examples
- 2022-06-14 00:56:56下载
- 积分:1
-
串口监控软件的软件!不占用串口资源。
该软件为串口监视软件!不占用串口资源,试用于调试软件!不过有点不稳定-The software for the serial monitoring software! Serial port does not occupy resources, try to debug the software! But a bit unstable
- 2022-07-19 09:26:25下载
- 积分:1
-
进程同步
进程同步 -- 写者优先-process synchronization-- priority
- 2023-07-02 22:50:03下载
- 积分:1