搜索资源列表
支持多个进程并发运行的简单进程管理模拟系统
- 支持多个进程并发运行的简单进程管理模拟系统。本系统的同步机构采用的信号量上的P,V操作的机制;控制机构包括阻塞和唤醒操作;时间片中断处理程序模拟的时间片中断;进程调度程序负责为各进程分配处理机。-support multiple concurrent processes running a simple process management simulation system. The system adopted by the synchronization signal quantity o
os_example
- 验证进程同步的信号量方法的C程序-certification process synchronization signal quantity of C Program
philopher
- 进程同步问题模拟-simulation process synchronization problem
zhe
- 进程同步算法模拟,哲学家就餐问题JAVA实现。
jincheng
- 进程同步算法模拟,FCFS、短作业优先、高响应比优,用C语言编写,用TC2.0调试结果
reader
- 操作系统读者写者问题,模拟进程同步通信。
shengcz
- 生产者消费者问题,简单模拟了一下进程同步
1
- 用多进程同步方法解决生产者-消费者问题 设计目的:通过研究Linux 的进程机制和信号量实现生产者消费者问题的并发控制. 说明:有界缓冲区内设有20个存储单元,放入/取出的数据项设定为1-20这20个整型数. 设计要求:(1)每个生产者和消费者对有界缓冲区进行操作后,即时显示有界缓冲区的全部内容,当前指针位置和生产者/消费者县城的标识符.(2)生产者和消费者各有两个以上.(3)多个生产者或多个消费者之间须有共享对缓冲区进行操作的函数代码. 提示:(1) 有界缓冲区可用数组实现.
进程同步 -- 写者优先
- 进程同步 -- 写者优先-process synchronization -- priority
fl2
- 操作系统 实验二 进程同步与互斥 实现的基本的进程的同步、互斥,并用银行家算法实现与死锁预防
jinchengtongbu
- 一个操作系统进程同步的程序,可实现进程同步模拟,还可以继续完善。
jinchentongbu
- 实验报告 售票员和汽车司机的进程同步问题-Conductor and driver of the car lab report synchronization process
516
- 操作系统的课程设计 一个简单的关于用多进程同步方法解决生产者-消费者问题的代码以及论文-Curriculum design operating system on a simple multi-process synchronization solution to the producer- consumer issues, as well as paper code
os4
- 模拟进程同步算法,包括FCFS(先到先服务),SJF(最短优先),RR(Round-Robin),优先权调度及多级队列调度-Simulation process synchronization algorithms, including FCFS (first come first serve), SJF (shortest first), RR (Round-Robin), priority scheduling and multi-level queue scheduling
PROCESS
- 一个比较详细的操作系统进程同步模拟的例子-A more detailed simulation of the operating system process synchronization example
operat
- 操作系统试验——进程同步与互斥代码,希望对学习有帮助-Test operating system- the process of synchronization and mutex code, and they hope to learn helpful
MyTrafficLights
- 一个窗口程序,用delphi做的,builder环境。模拟交通路口的车流量的。用了进程同步技术。可以下来研究研究-TrafficLights Windows program
Smoke
- 操作系统进程同步,pv经典操作的,解决的是吸烟问题-pv classic operatortion
Reader_Writer
- 操作系统中的进程互斥与同步问题的一个例子 即读者写者问题 源码 -Operating in mutual exclusion and synchronization issues that readers write one example of the problem of source
吃水果
- 经典问题 吃水果问题 使用信号量解决进程同步(classical question fruit eating)