搜索资源列表
linux_assign01
- Unix操作系统实验,包括UNIX 操作系统的使用及SHELL 编程以及进程的创建和管理(使用fork()函数) -Unix operating system, including the use of the UNIX operating system and programming SHELL process and the creation and management (using the fork () function)
操作系统自学课程实验
- 操作系统的自学课程实验。要学操作系统指令的朋友就下吧。-operating system self-learning experiment. To learn the operating system on the instructions of a friend are you.
MatrixOS
- 一个操作系统,用C语言实现开发的,我在一个浙江大学的操作系统实验网站找到.大家学习以下-an operating system, using C language development. I Zhejiang University in an experimental operating system Web site. We study the following
barbershop2
- 操作系统实验,理发师问题用线程完成问题
main
- 操作系统实验(LINUX): 设计一个虚拟存储区和内存工作区,并使用下列算法计算访问命中率. (1) 进先出的算法(FIFO) (2) 最近最少使用的算法(LRU) (3) 最佳淘汰算法(OPT) (4) 最少访问页面算法(LFU) (5) 最近最不经常使用算法(NUR) 命中率=(1-页面失效次数)/页地址流长度
shellProcessDemo
- 在Linux环境下模拟shell 操作系统实验
Cshell
- 操作系统实验,在LINUX平台下实现的she
process
- POSIX下进程控制的实验程序(操作系统实验程序)
threadcontrol
- POSIX下线程控制的实验程序(操作系统实验)
sisuo
- POSIX下线程死锁的演示程序(操作系统实验)
Linux_Thread
- 操作系统实验,实现了linux下的多线程-Operating system experiments, realized under the multi-threaded linux
Linux--sy--jingchengtongxin
- 进程间通信的实验代码,是操作系统实验中的代码-Interprocess communication experiment code, is the operating system code experiment
LinuxShell
- 大学操作系统课程实验:Linux下实现的一个shell解释器。能够比较完整完好地执行Linux下的普通命令、重定向命令、管道命令等多种命令。-Experimental University of the operating system: Linux under a shell interpreter. Good to be able to complete the implementation of Linux under the general command, redirect comma
LinuxOS
- 一篇Linux操作系统的实验指导,对初学操作系统者以及Linux的有极大的参考价值。-A Linux operating system, experiment guide for beginners as well as Linux operating system who have great reference value.
37148518os
- linux下的简单文件操作系统实验,基本通过运行,欢迎下载,好
操作系统双向进程通信
- 操作系统实验进程双向通信,要求 1)创建一个消息队列用于收发双方通信包含msgget() msgsnd() msgrcv() 2)编写发送端和接收端代码基于消息队列实现双向通信 3)编译调试顺利运行并提交实验报告 4)课后要求对常见的四种进程通信方式进行调研和总结(Bidirectional communication of experimental process of operating system based on message queue)
操作系统实验_buddy算法源程序
- 模拟了操作系统课程实验中伙伴(buddy)算法的实现,对加深理解又一定帮助。(The implementation of partner algorithm is simulated)
实验二
- 操作系统 Linux使用 基础的命令解释程序(Operating system Linux USES the basic command interpreter)
存储管理实验
- 操作系统的存储管理实验,里面有FIFO算法和LRU算法,还有CLOCK核心算法(The storage management experiments of the operating system include the FIFO algorithm and the LRU algorithm, and the CLOCK core algorithm.)
操作系统实验
- 1. 在linux下编写一个应用程序,命名为an_ch2_1b。这个程序不断地输出如下行: Those output come from child,[系统时间] 另外写一个应用程序,命名为an_ch2_1a。这个程序创建一个子进程,执行an_ch2_1b。这个程序不断地输出如下行: Those output come from child,[系统时间] 观察程序运行的结果,并对你看到的现象进行解释。 2. 在linux环境下编写一个控制台应用程序,程序中有一个共享的整型变量share