-
操作系统内存管理模拟实验源代码
操作系统内存管理模拟实验源代码-operating system memory management simulation source code---------------------
- 2023-04-07 03:25:03下载
- 积分:1
-
+ + +主机的访问信息,包括操作系统的名称,S
VC++获取主机信息,包括操作系统名称,SP版本,当前版本,产品ID,注册名,CPU信息。-VC++ mainframe access information, including name of the operating system, the SP version, the current version, product ID, registration, and CPU information.
- 2022-03-21 18:55:43下载
- 积分:1
-
OS guide mapping procedure
操作系统引导映像程序-OS guide mapping procedure
- 2022-03-19 07:09:02下载
- 积分:1
-
2410 Embedded Development System linux core source code
2410 嵌入式开发系统 linux核心源代码-2410 Embedded Development System linux core source code
- 2022-06-15 13:03:11下载
- 积分:1
-
1. Dujiangyan operating system, written in quite good, gone, as the author calls...
1.都江堰操作系统,写的相当不错,真如作者所说的是自己多年的心血结晶。
2.创新特色非常鲜明。
3.里面包含了keil MDK工程。-1. Dujiangyan operating system, written in quite good, gone, as the author calls the crystallization of their own for many years. 2. Innovative and extremely impressive. 3. Keil MDK project which contains the.
- 2023-06-24 03:00:03下载
- 积分:1
-
ucos2.52版本的源代码,希望大家珍惜!
ucos2.52版本的源代码,希望大家珍惜-ucos2.52 version of the source code, we hope that the treasure!
- 2022-06-18 12:42:01下载
- 积分:1
-
UCOS
UCOS-II在VC++6.0环境下的调试及编译-UCOS-II in VC++ 6.0 debugging environment and compiler
- 2023-06-29 17:20:04下载
- 积分:1
-
linux汇编语言
linux汇编语言-linux assembly language
- 2023-04-13 00:15:03下载
- 积分:1
-
这里是UC/OS-11 的2.6的内核代码
这里是UC/OS-11 的2.6的内核代码-UC/OS-11 here is the 2.6 kernel code
- 2022-02-03 09:47:28下载
- 积分:1
-
操作系统课程设计设计文档题目一的内容实现UP、DOWN原语产生3个进程:两个进程模拟需要进入临界区的用户进程。当需要进入临界区时,显示:“进程x请求进入临界区…
操作系统课程设计设计文档题目一的内容实现UP、DOWN原语产生3个进程:两个进程模拟需要进入临界区的用户进程。当需要进入临界区时,显示:“进程x请求进入临界区…”,同时向管理进程提出申请;申请返回,表示进入了临界区。在临界区中等待一段随机时间,并显示:“进程x正在临界区…”;当时间结束,显示:“进程x退出临界区…”,同时向管理进程提出退出申请;当申请返回,显示:“进程x已退出临界区。”一个进程作为原语的管理进程,接受其他进程的临界区进入请求:如果允许进入,则根据DOWN 原语的操作步骤设置相应变量,然后返回; 如果不允许进入,则进入循环等待,直到允许为止; 退出时模拟UP 操作。 进程间通信可以采用信号、消息传递、管道或网络通信方式。-Operating system design documents subject curriculum design content of the UP, DOWN primitives have three process
- 2022-10-08 23:30:03下载
- 积分:1