搜索资源列表
producer-java
- 用java为源代码,解决多线程编程中的经典问题:生产者消费者问题-with java source code to solve multi-threaded programming with a classic problem : Producer consumer issues
Consumer-Producer
- java生产者消费者程序实现 线程,信号量互斥事件 临界资源-java producer consumer program threads, semaphores contradict critical resources incident
Producer产生一个数字而Consumer消费这个数字
- java的多线程示例(生产者消费者问题) -java multithreading examples (producers and consumers)
生产者-消费者
- 生产者-消费者的JAVA小程序-producer-consumer Java Applet
bank
- 简易银行卡管理系统作为ATM的模拟系统,可以实现开户、存款、取款、挂失、消户等基本功能。-Easy bank card management system as a simulation of ATM systems, can open an account, deposits, withdrawals, report the loss, the basic functions, such as consumer households.
multithread2008
- Java的多线程,程序、进程和线程的概念,实现多线程的两种方式,线程同步的原理,线程的死锁,运用wait和notify来实现producer - consumer关系,线程终止的两种情况。-Java multi-threading, procedures, process and thread the concept of the realization of multi-threaded in two ways, the principle of simultaneous threads, t
ThreadTest
- java线程学习时,用来演示生产者-消费者的经典程序!例子-java thread example about productor-consumer
Producer_Consumer
- 用java实现经典consumer和producer通信问题的程序-use java to realize the consumer and producer
Buffer
- 英国帝国理工学院电脑系多线程课程教学材料之五 ---- 有限缓冲区范例-The program uses a bounded buffer monitor into which the Producer thread puts characters and from which the Consumer thread gets characters. The Consumer runs slightly faster than the Producer, so start the Produce
ProducerConsumerTest
- 生产者消费者多线程实现. 生产者消费者多线程实现.-producer-consumer,multiThreads
Test
- 用java写的生产者消费者问题,代码中有注释.-Using java to write the producer consumer issues, there are comments in the code.
JAVA-WebbanCDquamang1040609
- wed customer consumer .
Productor-Consumer
- 利用Java的多线程机制很好的处理生产者—消费者这个经典问题!有助于对生产者-消费者问题的理解和Java多线程机制的掌握!-Use of Java multithreading handled well producer- consumer this classic problem! Contribute to the producer- consumer understanding of the issues and multi-threading mechanism of Java mast
prodecer-and-consumer
- 使用java语言编程实现了操作系统中的经典问题-生产者消费者问题,该程序中使用的核心知识是多线程-Java programming language using the operating system in the classic problem- the producer consumer problem, the program is used in multi-threaded core knowledge
Javaproducer-Consumer
- java实现生产者消费者的过程,两个线程对一个互斥锁的资源访问,从而实现同步与互斥-java implementation of the process of producers and consumers, two threads of a mutex resource access, in order to achieve synchronization and mutual exclusion
producer-and-Consumer
- java实现生产者,消费者问题,这里只是生产者部分的实现。-producer for java
producer-and-consumer-problem
- Producer Consumer problem implementation in JAVA
java-producer-consumer-problem
- 简单的生产者消费者问题解决办法,多线程的实现方法。-Simple producer-consumer problem-solving approach, multi-threaded implementations.
java-openid-master
- java-openid 是 Java 语言实现的 OpenID 协议,目前还没有完整的实现 Consumer 和 Provider ,但提供了处理 OpenID 消息的架构。-java-openid the OpenID protocol implemented by the Java language, not yet complete Consumer and Provider, but provides the framework of dealing with OpenID messag
Java-xianchengtongbuhuchi
- Java线程间同步互斥,在实际的编程中,经常要处理线程间的同步互斥问题。Java 语言内在强大的多线程支持使得处理这类问题变得相对来说比较简单。本例将模仿经典的线程同步互斥例子——生产者和消费者问题,来演示 java 强大的多线程机制。生产者和消费者共享一个数据,当数据为0 时,消费者不可访问,生产者可访问数据,每次访问数据加1;当数据到达100 时,生产者唤醒消费者,同时自身不可访问数据,消费者可访问数据,每次访问数据减1,直到数据为0,消费者唤醒生产者,同时自身不可访问数据,如此循
