搜索资源列表
ossystem
- 基于DOS的多任务系统的实现 1. 用C语言完成线程的创建和撤消,并按优先权加时间片轮转算法对多个线程进行调度; 2. 改变时间片的大小,观察结果的变化。思考:为什么时间片不能太小或太大; 3. 假设两个线程共用同一软件资源(如某一变量,或某一数据结构),请用记录型信号量来实现对它的互斥访问; 4. 假设有两个线程共享一个可存放5个整数的缓冲,一线程不停的计算1到50的平方,并将结果放入缓冲中,另一个线程不断的从缓冲中取出结果,并将他们打印出来,请用记录型信号量实现这一生产者和消
PROCUS
- 操作系统课程实验模拟生产者消费者问题的C语言程序.(Turbo C 详见ReadMe)-Experimental simulation of the operating system producers and consumers of C language program. (See ReadMe Turbo C)
p-c
- 操作系统经典问题生产者和消费者,互斥信号量解决进程同步的问题-Classic problem of the operating system producers and consumers, the settlement process mutex synchronization problem
R_WP1
- os的一次作业,生产者消费者问题,用信号量来实现的-os an operation, producers of consumer problems, and use semaphores to achieve the
PC1
- 操作系统里的生产者与消费者的问题,主要是在c++环境下运行的。可以参考-Operating system where producers and consumers, mainly in c++ Environment running under. Can refer to
Producer_Customer
- 模拟操作系统中进程的互斥和同步,解决生产者和消费者问题。使用图形界面,可以在程序中方便的更改生产者和消费者个数,和模拟速度。-Simulation of the operating system mutex and synchronization process to resolve the issue of producers and consumers. Use graphical interface, you can change the process convenient number
producder
- C++语言实现生产者消费者问题 生产者-消费者问题是一个经典的进程同步问题,该问题最早由Dijkstra提出,用以演示他提出的信号量机制。-C++ language to achieve the producer consumer problem producers- consumers are a classic problem of process synchronization problem, the problem was first proposed by Dijkstra pr
pro_con.tar
- 使用C语言实现了经典的生产者消费者问题。-Producer and consumer problem implemented in C
10
- 此源代码使用的是C语言编写,可以实现操作系统中经典的生产者-消费者问题的验证-This source code is written in C can be achieved in the classic operating system producer- consumer problem verification
ProAndCon
- 生产者消费者问题的模拟,用C#写的,比较简单,适合初学者-producer and consumer
shengchanzhe
- 操作系统生产者消费者问题的C++源代码,可以在C++中实现,无出入。 -Operating system producers and consumers of C++ source code, can be implemented in C++, no entry.
sem.c
- 这是关于操作系统中生产者消费者问题的一段代码,其中生产者和消费者问题是用信号量实现的,临界资源是用数组实现的。-This is a piece of code about the producer-consumer problem in the operating system, where producer and consumer problems are implemented with semaphores, and the critical resource is implemente
生产者消费者
- 使用c++编写程序,解决消费者生产者问题(Write programs by using c++ to solve consumer and producer problems)