-
rc500的代码, rc500的代码
rc500的代码, rc500的代码-rc500 code rc500 code, the code rc5
- 2022-10-15 17:30:02下载
- 积分:1
-
一个dos操作系统DRDOS的源码
一个dos操作系统DRDOS的源码- Dos operating system DRDOS source code
- 2022-01-26 08:16:01下载
- 积分:1
-
操作系统实验演示代码(三个实验,作业管理,内存管理,文件管理)...
操作系统实验演示代码(三个实验,作业管理,内存管理,文件管理)-Experimental demonstration of the operating system code (three experiments, operations management, memory management, document management)
- 2022-02-02 15:15:00下载
- 积分:1
-
windows操作系统中mappings项目
windows操作系统中mappings项目-item mappings
- 2023-08-21 16:25:03下载
- 积分:1
-
OS C Programming
操作系统C++编程――批处理系统的作业调度.c-OS C Programming-- Batch Job Scheduling System. C
- 2022-04-11 20:54:50下载
- 积分:1
-
C++编写的内存管理源代码,适合定制自己内存池的程序员参考。...
C++编写的内存管理源代码,适合定制自己内存池的程序员参考。-C++ Prepared memory management source code, customize their own memory pool for the programmer
- 2022-01-24 17:28:43下载
- 积分:1
-
UcOs Operation System V2.51 with source code.
the OS can used for PC/ARM/MCU,et...
*** *** *** *** *** *** ***
*** *** *** RELEASE NOTES *** *** *****
*** *** *** *** *** *** ***
1) RELEASE NOTES:
--- ----
The release notes are now provided in PDF format in the file:
SOFTWAREuCOS-IIDOCRelV251.PDF
2) FEATURES SINCE V2.00:
--- --- -----
All the features added since V2.00 are described in the PDF file:
SOFTWAREuCOS-IIDOCNewV251.PDF
3) EVENT FLAGS:
--------------
Event Flags are discussed in AN-1007 (see www.Micrium.com/app_notes.htm)
4) QUICK REFERENCE CHART:
------------------------
A Quick Reference Chart for all the functions in V2.51 is provided in the
following .PDF files:
SOFTWAREuCOS-IIDOCQuickRefChartV251-Color.PDF
Once printed, simply FOLD the page in half and if you have a LAMINATION
machine, you can protect the chart by laminating it.-UcOs Operation System V2.51 with source code.
the OS can used for PC/ARM/MCU,etc.For more detail,to view the package.
- 2022-04-23 12:23:47下载
- 积分:1
-
C/C++虚拟机的实现的window版本
C/C++虚拟机的实现的window版本-C/C virtual machine on the realization of the window version
- 2023-06-09 20:10:05下载
- 积分:1
-
本代码实现了操作系统中的司机和售票员同步问题,应用了VC中的信号灯,是我学完P、V操作后写的,希望于大家分享。...
本代码实现了操作系统中的司机和售票员同步问题,应用了VC中的信号灯,是我学完P、V操作后写的,希望于大家分享。-the code of the operating system and the driver and conductor of the bus synchronization, application of the VC"s appearance, I studied End P, V written after the operation, which we hope to share with you all.
- 2022-05-05 23:41:27下载
- 积分:1
-
扩展的动态内存机制
任务综述
本任务扩展了自己私有的内存管理机制。首先使用预先规划的思想,使用预先分配的内存池和内存分区,再通过使用消息队列作为内...
扩展的动态内存机制
任务综述
本任务扩展了自己私有的内存管理机制。首先使用预先规划的思想,使用预先分配的内存池和内存分区,再通过使用消息队列作为内存池的管理机制处理内存块分配与释放的过程,而消息队列中保存的是每个预先申请内存块的地址。当用户需要分配一个内存块时,使用msgQReceive() 函数从消息队列中获取一个相应大小的内存块地址;当用户需要释放一个内存块时,则使用msgQSend()函数将内存块首地址发送回消息队列中。通过这种方法,减少了内存反复申请与释放产生外部碎片的可能,并能够有效利用预先分配的思想减少内部碎片。同时也通过消息队列的特性实现了方便的内存块申请与释放的管理操作。
同时,本系统作为扩展的动态内存管理机制,引入了定制的内存分配与释放功能,使用了互斥机制保证操作安全性和一系列告警机制。在保证内存分配与释放安全有序的基础上,还增加了管理监视机制。
其系统具体实现参照系统实现部分。-none
- 2022-10-26 02:25:03下载
- 积分:1