搜索资源列表
Traficlights
- 这个程序只要用于实现进程(线程)互斥与同步-the procedures used to achieve as long as the process (thread) mutex and Synchronization
a
- 该程序创建了两个进程,一个生产者,一个消费者,用来实现进程间的同步
Java
- 用多进程同步方法解决生产者——费者问题 设计目的:通过研究Linux 的进程机制和信号量实现生产者消费者问题的并发控制. 说明:有界缓冲区内设有20个存储单元,放入/取出的数据项设定为1-20这20个整型数. 设计要求: (1)每个生产者和消费者对有界缓冲区进行操作后,即时显示有界缓冲区的全部内容,当前指针位置和生产者/消费者县城的标识符. (2)生产者和消费者各有两个以上. (3)多个生产者或多个消费者之间须有共享对缓冲区进行操作的函数代码.
PCProblem
- 多进程同步解决生产者消费者问题 代码+报告+EXE演示文件-Multi-process synchronization code to solve the producer consumer+ report+ EXE demo file
operation-2
- 哲学家就餐问题--操作系统理解pv原语 解决进程间同步问题-operation problem of Dining Philosophers
readandwriter
- 读者和写者线程进程同步问题,比较详细,读者-写者的读写限制(包括读者优先和写者优先)-Readers and those who write thread synchronization process, more detailed, and readers- to write the read and write restrictions (including the readers who write priority and priority)
multithread2008
- Java的多线程,程序、进程和线程的概念,实现多线程的两种方式,线程同步的原理,线程的死锁,运用wait和notify来实现producer - consumer关系,线程终止的两种情况。-Java multi-threading, procedures, process and thread the concept of the realization of multi-threaded in two ways, the principle of simultaneous threads, t
ProducerConsumer
- 分析进程的同步与互斥现象,编程实现经典的进程同步问题——生产者消费者问题的java模拟 -Producer and Consumer
Sleeping-
- 操作系统经典进程同步问题--理发师睡觉问题-Classic operating system process synchronization problems- problems sleeping barber
two-thread
- java双进程同步互斥的问题,一个文件写一个文件播放,播放完成后,删除这个文件,去读另外一个文件,于此同时写这个文件。-java mutually exclusive two-process synchronization problem, a file write a file to play, play is complete, delete this file, to read another file, this also write to this file.
java
- 实现哲学家进餐问题,一共有五位哲学家在思考或者进餐,解决进程同步的问题-Dining philosophers problem to achieve
thread
- 一些java多线程的应用,包括后台处理方法,进程同步等学习源码,是自己编写的,可以运行-Some of the java multi-threaded applications, including background processing, process synchronization, the learning source, write your own, you can run
os1
- 操作系统,进程的同步和互斥的实现,简单易懂,适合初学者-Operating system, the process of synchronization and mutual exclusion implementation
BarberSleep
- 理发店里有一位理发师,一把理发椅和 N 把供等候理发的顾客坐的椅子 如果没有顾客,则理发师便在理发椅上睡觉。当一个顾客到来时,他必须先唤醒理发师。如果顾客到来时理发师正在理发,则如果有空椅子,可坐下来等;否 则离开。操作系统信号量控制进程同步。-Barbershop, a hairdresser, a barber chair and N customer sat waiting Barber chair if no customers, the barber would sleep in th
Task-Manager
- 进程管理器:枚举操作系统当前运行的所有的进程,模拟windows任务管理器功能。主要涉及到的知识有进程同步,内存管理等。-Task Manager
procedure_consumer
- 操作系统的生产者和消费者进程同步,使用java实验-Producers and consumers of the operating system process synchronization, using java experimental
ProducerCustomer
- 用JAVA实现生产者消费者问题。生产者-消费者问题是一个经典的进程同步问题-Producers and consumers to achieve with JAVA. Producer consumer problem is a classical process synchronization problem
DeadLock
- 实现了死锁 正在学习进程同步的可以看一下 就知道什么是互斥锁了-Deadlocks are learning to achieve a synchronization process can see, we know what is the mutex
processsynchronous
- 经典胡睡觉理发师问题,利用信号量实现进程同步-Classic Hu sleeping barber problem using semaphores to achieve process synchronization
test2
- 先来先服务FCFS和短作业优先SJF进程调度算法 进程同步-FCFS and SJF