搜索资源列表
-
0下载:
producer-consumer problem 的源码-producer-consumer source of the problem
-
-
0下载:
PV操作,生产者消费者问题,适用于初学者及操作系统同步机构入门,内含实验报告-PV operation, the producer consumer problem for beginners and the operating system synchronization, entry, reports containing experimental
-
-
0下载:
linux多线程编程,生产者消费者问题的c语言实现,模拟多线程编程资源抢占问题。-Linux multi-threaded programming, the producer-consumer problem, c language, analog multi-threaded programming resources to seize the problem.
-
-
0下载:
Introduction
In this project, we will design a programming solution to the bounded-buffer problem using the producer and consumer processes . The solution uses three semaphores: empty and full, which count the number of empty and full slots
-
-
0下载:
用多线程实现“生产者-消费者”问题。内含实验报告和实验源程序-Using multi-threading to achieve producer- consumer problem. The report contains experimental and experimental source
-
-
2下载:
生产者-消费者问题:
*设置两类线程,一类为生产者,一类为消费者;
*设置生产者消费者数据结构;
*使用菜单随机启动生产者或消费者;
*在窗口上显示生产者或消费者的执行状态;
*随着线程的执行,更新窗口的显示。
-Producer- Consumer problem:* Set up two threads, a category for producers, a category of consumers * Set up producers and consumers
-
-
0下载:
用于实现生产者消费者问题的源代码,应该会很好用的,而且程序很简单,适于初学者-Used to implement the source code of the producer consumer problem
-
-
0下载:
关于进程同步的,完成的是生产者消费者问题。包含信号量-With regard to the process of synchronization, and the completion of the producer consumer problem. With semaphores
-
-
0下载:
编程实现生产者-消费者问题。提示:生产者-消费者问题是一个实现线程同步的问题,生产者线程总是先运行,消费者线程在其后,两者交替运行,在程序中生产者线程和消费者线程可以共享数据,生产者线程为数据赋值,消费者线程将数据返回。可以利用创建Thread类的子类来实现。-Programming producer- consumer issues. Tip: Producer- Consumer problem is an implementation of thread synchronization
-
-
0下载:
多线程编程示例,解决生产者消费者问题.水平有限,仅供初学者参考.-Multi-threaded programming examples to solve the producer consumer problem. Is limited, only for advanced users.
-
-
0下载:
模拟操作系统的进程调度。
问题选择:生产者-消费者问题。
-Simulation of the operating system process scheduling. Problem choice: Producer- Consumer problem.
-
-
0下载:
用VC++实现生产者消费者问题,不过没有界面,也可作平时参考使用-Using VC++ to achieve the producer consumer problem, but no interface can also be used as normal reference
-
-
0下载:
使用C语言编写的生产者消费者的问题 使用了多线程 按PV操作实现-Using the C language, the producer consumer problem using multi-threaded operation to achieve by PV
-
-
0下载:
linux下进程通讯及实现消费者生产者问题,创建进程及进程通讯-Under the process of communication and implementation of linux producer consumer problem, create processes and process communication
-
-
0下载:
生产者-消费者问题是一个经典的进程同步问题,该问题最早由Dijkstra提出,用以演示他提出的信号量机制。在同一个进程地址空间内执行的两个线程。生产者线程生产物品,然后将物品放置在一个空缓冲区中供消费者线程消费。消费者线程从缓冲区中获得物品,然后释放缓冲区。当生产者线程生产物品时,如果没有空缓冲区可用,那么生产者线程必须等待消费者线程释放出一个空缓冲区。当消费者线程消费物品时,如果没有满的缓冲区,那么消费者线程将被阻塞,直到新的物品被生产出来。-The producer- consumer qu
-
-
0下载:
在Windows和Linux操作系统上,利用各自操作系统提供的Mutex和信号量机制(Win32 API或Pthreads),实现生产者/消费者问题-In the Windows and Linux operating systems, the use of their operating system provided Mutex and semaphore mechanism (Win32 API or Pthreads), to achieve the producer/consumer
-
-
0下载:
生产者-消费者问题是典型的PV操作问题,假设系统中有一个比较大的缓冲池,生产者的任务是只要缓冲池未满就可以将生产出的产品放入其中,而消费者的任务是只要缓冲池未空就可以从缓冲池中拿走产品。缓冲池被占用时,任何进程都不能访问。-Producer- consumer problem is a typical PV operation, assume that the system has a relatively large pool, the producer s task is as long a
-
-
0下载:
利用记录型信号量解决生产者-消费者问题
利用记录型信号量解决生产者-消费者问题-Record semaphore to solve the producer- consumer problem
-
-
0下载:
操作系统生成者消费者问题,生成者消费者共享有限缓冲区问题-Operating system producer consumer issues, share limited buffer producer consumer problem
-
-
0下载:
solved the producer and consumer problem
-