搜索资源列表
nachos实验代码
- nachos操作系统试验详细代码,内有实验报告
Linux--sy--jingchengtongxin
- 进程间通信的实验代码,是操作系统实验中的代码-Interprocess communication experiment code, is the operating system code experiment
intermitCode
- 从RTC设备学习中断.doc 打造自己的操作系统——中断篇.doc 中断实验代码.tar 中断解析.doc-Learn from the RTC device interrupt. Doc create its own operating system- interruption articles. Doc interruption experiment code. Tar interruption analysis. Doc
process_control
- 进程控制,linux编程,系统调用,fork()、exec()、exit()、waitpid()函数的功能以及实现过程,1创建两个子进程,重复显示代码2调用exec()更换自己的代码。计算机操作系统第三版实验二-process control :fork()exec()waitpid()exit().show some words constantly both in the parent s and children process
os
- 操作系统的boot代码有很多,并且大部分是相似的。本实验仿照Linux-0.11/boot目录下的bootsect.s和setup.s,以剪裁它们为主线-Of the operating system boot code that there are many, and most are similar. In this study, modeled Linux-0.11/boot directory bootsect.s and setup.s, in order to tailor them
processcreat
- 进程创建模拟 针对操作系统中进程创建相关理论进行实验。要求实验者输书提供的代码并进行测试。代码简化了进程创建的多个步骤和内容。进程的树形结构采用广义二叉树的方式进行存储。-Process simulation for the operating system in the process of creating theories to create the experiment. Asked the experimenter to provide written input and teste
operatingsystemProcesscommunicationsconcurrentexec
- 操作系统实验报告里包含完整代码和详细注释。还有程序调试过程。程序并发执行和进程通信-Experiments address contains the complete code and detailed notes. There are debugging process.
OSLAB
- 操作系统进程实验代码,VC环境下编程可以运行。-OS LAB
HIT-OS
- HIT的全部操作系统实验,包括第八次实验,有完整的代码,是好东西-HIT experimental operating system, including the eighth experiment, complete code, is a good thing
P_C
- 操作系统实验,生产者消费者问题实践。代码简单易懂,适合新手。-Experimental operating system, producers of consumer issues practice. Code is easy to understand for novices.
time-slice
- windows操作系统时间片轮转实验 实现代码-Windows operating system time slice rotation experiment The implementation code
file
- 计算机实验的操作系统关于文件誊抄实验的代码-The operating system on the computer experiment file transcr iptions experimental code
code
- linux简单实验代码,有利于掌握linux.Linux是一套免费使用和自由传播的类Unix操作系统,是一个基于POSIX和UNIX的多用户、多任务、支持多线程和多CPU的操作系统。-linux simple experimental code, help control linux.Linux is a free to use and free dissemination of class Unix operating system, is a POSIX and UNIX-based mul
OS
- 哈工大操作系统实验1-6,包含代码、报告和演示所用ppt-HIT OS LAB
操作系统双向进程通信
- 操作系统实验进程双向通信,要求 1)创建一个消息队列用于收发双方通信包含msgget() msgsnd() msgrcv() 2)编写发送端和接收端代码基于消息队列实现双向通信 3)编译调试顺利运行并提交实验报告 4)课后要求对常见的四种进程通信方式进行调研和总结(Bidirectional communication of experimental process of operating system based on message queue)