搜索资源列表
consumer_producer
- 用信号量机制实现多个生产者—消费者问题,实现线程间的同步与互斥-Semaphore implementation mechanism with a number of producers- the consumer problem, achieve inter-thread synchronization and mutual exclusion
ddvip_com_0503220f15158c
- 生产者-消费者问题,用 java编程实现生产者-消费者之间问题的展示。-Producer- Consumer problem using java programming producers- the display of consumer issues.
ProducerConsumerDemo
- 该程序是模拟JAVA中多线程机制,生产者消费者经典实例!-The process is simulated in the multi-threaded JAVA mechanism, the classic examples of producers of consumers!
thread
- 生产者消费者多线程问题,通过调用系统函数,来解决生产者消费者多线程问题。-Consumer producer problem of multi-threading, by calling the system function, to address the issue of multi-threaded producer consumer.
ProducerConsumerTest
- 生产者消费者多线程实现. 生产者消费者多线程实现.-producer-consumer,multiThreads
6-1
- 操作系统课程设计,生产者消费者问题,很实用的一个程序设计论文-Operating system design, the producer consumer problem, it is a practical program design thesis
producer_consumer
- 操作系统中的经典算法—生产者消费者,算法可实现。-Classical algorithm in the operating system- producer of consumer, the algorithm can be realized.
producerandconsumer
- 生产者-消费者问题: *设置两类线程,一类为生产者,一类为消费者; *设置生产者消费者数据结构; *使用菜单随机启动生产者或消费者; *在窗口上显示生产者或消费者的执行状态; *随着线程的执行,更新窗口的显示。 -Producer- Consumer problem:* Set up two threads, a category for producers, a category of consumers * Set up producers and consumers
Test
- 用java写的生产者消费者问题,代码中有注释.-Using java to write the producer consumer issues, there are comments in the code.
os
- 操作系统课件,里面有很多的例子,详细的说明,生产者消费者问题的颠覆。-Operating systems courseware, there are many examples, detailed descr iption of the problem of subversion producers and consumers.
product_consume
- 生产者消费者演示程序,用MFC实现了操作系统中的生产者消费者问题的演示程序。-failed to translate
threecodes
- 1、 用C语言写一个程序名字为procs4,该程序运行过程中共有4个进程,procs4程序(父进程)创建2个子进程p1和p2,p1子进程再创建一个子进程p3。4个进程完成如下工作: 父进程并打印字符串“I am main process”;p1子进程打印“I am child process p1”字符串;p2子进程打印“I am child process p2”;子进程p3打印字符串“I am child process p3”,然后使用exec(族)系统调用打印当前目录下文件和子目录下
producercustomer
- 多线程编程示例,解决生产者消费者问题.水平有限,仅供初学者参考.-Multi-threaded programming examples to solve the producer consumer problem. Is limited, only for advanced users.
consumer-producer
- c语言。生产者消费者问题的信号量解决代码。简洁明了-c language. About consumer and producer.
produce_customer
- 操作系统课程设计 简单的进程互斥访问资源的模拟,调用了windows的线程接口函数实现的 MFC开发 生产者消费者程序-no
Producer_Consumer
- 操作系统中的经典问题,生产者消费者问题,资料,如何实现-Classical problems in the operating system, producers of consumer issues, data, how to achieve
1
- 生产者消费者问题 vc环境下的编程 有解释-consumer and producer
Thread
- VC实现生产者消费者问题新手一定要学习加油-VC to achieve producer-consumer problem
生产者消费者问题
- windows下用进程模拟生产者和消费者问题,实现进程之间的同步和互斥
pac
- 模拟商店商品销售,生产者消费者进程同步问题,对缓冲区的访问(store; shop;merchandising; merchandise sales)