-
bankers algorithm. Resolve Deadlock
银行家算法.解决死锁问题-bankers algorithm. Resolve Deadlock
- 2022-04-17 09:22:05下载
- 积分:1
-
excel vba 实例源代码e xcel vba 实例源代码excel vba 实例源代码
excel vba 实例源代码e xcel vba 实例源代码excel vba 实例源代码-excel vba examples of source code examples of e xcel vba source code excel vba examples of source code
- 2023-08-12 07:40:03下载
- 积分: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
-
自己动手写操作系统,书的配套光盘。很好的入门级教材,是《操作系统》极好的课设参考资料。...
自己动手写操作系统,书的配套光盘。很好的入门级教材,是《操作系统》极好的课设参考资料。-to write their own operating system, the matching CD. A good entry-level teaching materials, "operating system" excellent lesson based reference materials.
- 2022-02-20 17:40:44下载
- 积分:1
-
D:jh哲学家吃饭DINPHIL.rar哲学家吃饭
D:jh哲学家吃饭DINPHIL.rar哲学家吃饭-D : jh philosopher eat DINPHIL.rar philosopher dinner
- 2023-06-16 13:20:03下载
- 积分:1
-
微内核l4操作系统源码,对操作系统实现感兴趣的朋友可以看下,相信有 用...
微内核l4操作系统源码,对操作系统实现感兴趣的朋友可以看下,相信有 用-L4 microkernel operating system source code, the operating system to achieve interesting friends can look down, I believe useful to
- 2023-05-07 03:50:04下载
- 积分:1
-
进程通信
要求:创建进程,实现消息通信和共享内存通信。 示例程序:ProcessA.exe ProcessB.exe 简要说明:本例用三种方法实现进程通信,仅用于示例目的,没有进行功能优化。 1、 在进程A中输入一些字符,点“利用SendMessage发送消息”按钮可将消息发到进程B。 2、 在进程A中输入一些字符,点“写数据到内存映像文件”按钮,然后在进程B中点“从内存映像文件读数据” 按钮可收到消息。 3、
- 2022-11-30 21:20:04下载
- 积分:1
-
通过对一个教学操作系统GEEKOS的编译过程,形成磁盘映射文件,并在Bochs模拟器下模拟启动,来了解操作系统的基本原理和系统的启动过程。...
通过对一个教学操作系统GEEKOS的编译过程,形成磁盘映射文件,并在Bochs模拟器下模拟启动,来了解操作系统的基本原理和系统的启动过程。-Through a teaching operating system compiler GEEKOS process, the formation of disk mapping file, and restart Bochs emulator simulated, to understand the basic principles of operating systems and system start-up process.
- 2022-05-30 02:35:50下载
- 积分: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
-
Linux的雏形,也就是Linux的创始人公布的最初代码。 现在各种分析Linux的书太多了,但对于初学者来说都过于复杂,难以理解,这个最初版本相对来说要简单多...
Linux的雏形,也就是Linux的创始人公布的最初代码。 现在各种分析Linux的书太多了,但对于初学者来说都过于复杂,难以理解,这个最初版本相对来说要简单多了,但一样可以让我们了解Linux的基本实现过程,大小只有70多K-Linux prototype, is the founder of Linux announced the initial code. Now, all kinds of analysis of the Linux too many books, but for a newcomer are too complicated to understand, the initial version to be relatively more simple, but you can help us understand the basic realization of Linux process, the size of only 70 K
- 2022-06-30 23:05:41下载
- 积分:1