搜索资源列表
Parkingsystem
- 主要用通过多线程控制(也就是生产者消费者的问题),还有就是java游戏开发的一些知识来,模拟了一个停车管理系统-Mainly used by multi-threaded control (that is, producers and consumers), there is some knowledge to java game development, simulation of a parking management system
JavaApplication12
- 消费者与生产者之间进程通讯,缓冲池大小为1,生产者生产以后消费者立刻消费-Process communication between consumers and producers, the buffer pool size to 1, the producer production immediately after the consumer spending
ProduceConsume
- 通过互斥量、事件来解决生产者和消费者的问题,主要涉及的内容有多线程的创建,事件的创建,互斥量的创建,线程的同步。主要的函数有:CreateThread,CreateEvent,CreateMutex,WaitForMultipleObjects等。Through the mutex, event producers and consumers to solve problems, mainly related to the contents of multiple thread creation
consumer
- 用java模拟生产者消费者的可图形化实例。通过控制进程模拟了生产消费和储存。-Using java simulations producers and consumers can be graphical examples. By controlling the process to simulate the production and consumption and storage.
ConsumerAndProducer
- 这是一款基于Visual C++的解决生产者与消费者问题的源代码程序。-This is a program to settle the problem of the consumer and producer.