-
Nucleus Plus PowerPC移植代码 PPC850
Nucleus Plus PowerPC移植代码 PPC850-Nucleus Plus PPC850
- 2022-07-17 03:42:23下载
- 积分:1
-
3.30 MSDOS的源代码
msdos 3.30 source code
- 2022-05-06 23:51:23下载
- 积分:1
-
实时fifo先进先出队列,为内核线程间通信提供高效而且高可靠性通信机制...
实时fifo先进先出队列,为内核线程间通信提供高效而且高可靠性通信机制-- fifo queue FIFO-to-thread communication between the kernel to provide high reliability and efficient communication mechanism
- 2022-02-26 09:33:23下载
- 积分:1
-
操作系统的管理系统课程设计,描述学生的管理系统
操作系统的管理系统课程设计,描述学生的管理系统- manage system on student file
- 2022-02-26 09:20:10下载
- 积分:1
-
一个简单的学习线程创建程序
一个简单的学习线程创建程序-a simple learning procedure to create threads
- 2022-04-01 03:05:57下载
- 积分: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
-
have been transplanted to the TI OMAP1610 processor Nucleus operating system sou...
已移植到TI OMAP1610处理器的Nucleus操作系统源码,并提供了一个Demo的应用程序。-have been transplanted to the TI OMAP1610 processor Nucleus operating system source code, and provide a Demo applications.
- 2022-11-04 10:50:03下载
- 积分:1
-
模拟一个页式虚拟存储系统,用FIFO和LRU置换算法,计算所发生的缺页次数。
1、模拟一个页式虚拟存储系统,用FIFO和LRU置换算法,计算所发生的缺页次数。每个进程在内存占有3页数据区,刚开始时数据区为空。有以下访问数据页序列:5 0 1 0 2 0 1 4 0 2 5 1 2 3 5 (测试数据)请分别模拟2、实现过程:1) 内存分配:给进程分配一定的物理块数,由用户输入物理块数,用数组元素模拟物理块。2) 由文件读入页面访问序列,用数组保存。3) 将要访问的页面依次调入内存,分配到物理块中,形成页框表。其表项号即物理块号(数组元素下标),将页号放入数组相应位置。 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-02-07 13:05:33下载
- 积分:1
-
SRTOS++ The ARM version, supports a variety of mainstream ARM processors such as...
SRTOS++ 的ARM版本,支持各种主流的ARM处理器,如ARM7TDMI,ARM9TDMI等。-SRTOS++ The ARM version, supports a variety of mainstream ARM processors such as ARM7TDMI, ARM9TDMI such.
- 2022-03-29 00:28:15下载
- 积分:1
-
我个人编写的操作系统,实现了保护模式并切换到用户态运行用户进程,对与操作系统初学者有一定帮助!...
我个人编写的操作系统,实现了保护模式并切换到用户态运行用户进程,对与操作系统初学者有一定帮助!-I personally prepared by the operating system, achieved a protected mode and switch to user mode users running process, with the right operating system will definitely help beginners!
- 2022-04-08 08:40:03下载
- 积分:1