搜索资源列表
producer-java
- 用java为源代码,解决多线程编程中的经典问题:生产者消费者问题-with java source code to solve multi-threaded programming with a classic problem : Producer consumer issues
mymorningjava
- java小程序,生产者-消费者问题(Java实现),电梯程序模拟,等等, java 小游戏-small programs, producer-consumer (Java), the elevator simulation, etc., java small game
Java问题
- 本设计使用Java语言来实现一个生产者消费者问题,里边有详细的使用说明,可以作为课程设计使用。-use of the Java language designed to achieve a producer consumer issues, along with detailed instructions. can be used as a curriculum design.
Java
- 用多进程同步方法解决生产者——费者问题 设计目的:通过研究Linux 的进程机制和信号量实现生产者消费者问题的并发控制. 说明:有界缓冲区内设有20个存储单元,放入/取出的数据项设定为1-20这20个整型数. 设计要求: (1)每个生产者和消费者对有界缓冲区进行操作后,即时显示有界缓冲区的全部内容,当前指针位置和生产者/消费者县城的标识符. (2)生产者和消费者各有两个以上. (3)多个生产者或多个消费者之间须有共享对缓冲区进行操作的函数代码.
Java.rar
- 一个经典的解决生产者和消费者问题的源代码(Java实现)。希望大家下载来看看。,A classic solution to the issue of producers and consumers of the source code (Java to achieve). Hope that we take a look at the download.
os
- java和c语言编写的操作系统的算法,有生产者消费者问题和银行家算法,具体的实验报告格式-java and c language operating system algorithms, there are producers of consumer issues and banker s algorithm, the specific reporting format experiment
ThreadTest
- java线程学习时,用来演示生产者-消费者的经典程序!例子-java thread example about productor-consumer
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!
ProducerConsumerTest
- 生产者消费者多线程实现. 生产者消费者多线程实现.-producer-consumer,multiThreads
Test
- 用java写的生产者消费者问题,代码中有注释.-Using java to write the producer consumer issues, there are comments in the code.
java-producer-consumer-problem
- 简单的生产者消费者问题解决办法,多线程的实现方法。-Simple producer-consumer problem-solving approach, multi-threaded implementations.
java
- Java线程的使用,实现订票系统,银行系统和生产者消费者。-Java threads to use booking system, banking system and the producers and consumers.
java-shengchanzhexiaofeizhe
- 以报告形式详细介绍生产者消费者问题,并附有制作过程,JAVA源代码-Detail the problem of producers and consumers in the form of a report, together with the production process, the JAVA source code
Tread
- 生产者消费者java程序,帮助理解线程thread的概念-Program "producer and customer" helping understand the conception of thread.
sy
- 生产者消费者问题 Java多线程的简单实现(Producer consumer problem java Simple implementation of multi threading)
ConsumerProducer
- 使用java写的生产者消费者多线程问题。 每隔100ms,生产者从数组中取出数据,放到共有数据库,消费者从中取出。(The multithreading problem of producer consumers written with Java. Every 100ms, the producer takes the data out of the array and puts it in a shared database, and the consumer takes it out.
SemaphoreProducerConsumer
- 信号量模拟生产者消费者问题,亲测可用。。。。。。。(Simulated the Producer-Consumer problem in Operating System through semaphore)
理发师问题
- 其实际为生产者消费者问题,理发师忙时,顾客等待,理发师闲时,给顾客理发。(In fact, it is the problem of producer consumers, when the barber is busy, the customer is waiting, and the barber is free to make a haircut for the customer.)
马士兵 Java高并发编程源码和思考题
- 马士兵老师的Java高并发编程及思考题,源码内容适合有多线程基础的朋友们。属于进阶版,从volatile和synchronized线程同步开始,有生产者消费者源码,阻塞队列等,由浅及深,最后介绍了线程池实现。