-
国外的
国外的-C++ 200多个源码-foreign-C more than 200 FOSS
- 2022-03-22 14:31:17下载
- 积分:1
-
mc9328mx1的初始化原代码,ini.h
mc9328mx1的初始化原代码,ini.h-initialization mc9328mx1 the original code, ini.h
- 2022-07-03 06:04:49下载
- 积分:1
-
Microsoft MS
Microsoft MS-DOS6.0 完整源代码,包括了所有外部命令,安装程序,DOSSHELL等。
每个源文件均包括开发历史、更新说明、注释。
这样一套源码对你的意义,实在无法以笔墨形容。-Microsoft MS-DOS6.0 complete source code, including all the external command, installation procedures, DOSSHELL such. Each source documents including the development of history, updated illustrations, notes. Such a source of your meaning, it is impossible to describe with pen and ink.
- 2022-09-02 10:55:09下载
- 积分:1
-
33个经典的例子程序,通过调试和学习UCOSII的弱点…
ucosII的33个经典例题,均调试通过的,学习ucosII的捷径,强烈推荐!因文件太多,分成了5个上载,请大家谅解!-ucosII of 33 classic examples, both through debugging and learning ucosII shortcut, strongly recommended! Because too many documents, divided into five available, please understanding!
- 2022-12-07 18:20:02下载
- 积分:1
-
Bochs,小教学操作系统
bochs,一个小的教学用操作系统-Bochs, a small teaching operating system
- 2022-02-02 12:19:03下载
- 积分:1
-
Nucleus Plus PowerPC移植代码 PPC850
Nucleus Plus PowerPC移植代码 PPC850-Nucleus Plus PPC850
- 2022-07-17 03:42:23下载
- 积分:1
-
扩展的动态内存机制
任务综述
本任务扩展了自己私有的内存管理机制。首先使用预先规划的思想,使用预先分配的内存池和内存分区,再通过使用消息队列作为内...
扩展的动态内存机制
任务综述
本任务扩展了自己私有的内存管理机制。首先使用预先规划的思想,使用预先分配的内存池和内存分区,再通过使用消息队列作为内存池的管理机制处理内存块分配与释放的过程,而消息队列中保存的是每个预先申请内存块的地址。当用户需要分配一个内存块时,使用msgQReceive() 函数从消息队列中获取一个相应大小的内存块地址;当用户需要释放一个内存块时,则使用msgQSend()函数将内存块首地址发送回消息队列中。通过这种方法,减少了内存反复申请与释放产生外部碎片的可能,并能够有效利用预先分配的思想减少内部碎片。同时也通过消息队列的特性实现了方便的内存块申请与释放的管理操作。
同时,本系统作为扩展的动态内存管理机制,引入了定制的内存分配与释放功能,使用了互斥机制保证操作安全性和一系列告警机制。在保证内存分配与释放安全有序的基础上,还增加了管理监视机制。
其系统具体实现参照系统实现部分。-none
- 2022-10-26 02:25:03下载
- 积分:1
-
This is my job to achieve a small operating system is the file system that can d...
这个是我操作系统的小作业实现的是文件系统,可以进行文件增加删减等操作-This is my job to achieve a small operating system is the file system that can delete files and other operations to increase
- 2022-02-20 04:57:21下载
- 积分:1
-
This is a banker algorithm performance of a procedure
这是银行家算法表现的一个程序-This is a banker algorithm performance of a procedure
- 2022-02-03 23:10:12下载
- 积分:1
-
TFTP协议的源代码,包括协议本身和命令行解释两部分内容
TFTP协议的源代码,包括协议本身和命令行解释两部分内容-TFTP protocol source code, including the agreement itself and the command line to explain the contents of two parts
- 2022-02-21 06:58:22下载
- 积分:1