CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 搜索资源 - 生产者

搜索资源列表

  1. producer-and-Consumer

    0下载:
  2. java实现生产者,消费者问题,这里只是生产者部分的实现。-producer for java
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:1524
    • 提供者:木頭
  1. multiThread

    0下载:
  2. Java多线程基本使用与若干典型实例(如哲学家进餐、生产者消费者问题)-Java MultiThread example application code,include some famous issue like Philosophcian eatting,Producter and Consumer
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:6811
    • 提供者:周航
  1. guessnumber

    0下载:
  2. 是一个小程序,利用JAVA语言,采用的是Java EE中的上下文与依赖注入(CDI),采用的方法是生产者方法(produces)-Is a small program using the JAVA programming language, using Java EE Contexts and Dependency Injection (CDI), the method used was the producer (produces)
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-08
    • 文件大小:37323
    • 提供者:wangwang
  1. Monitor

    0下载:
  2. Monitor监视JAVA中生产者消费者线程问题-Using a monitor to resolve the producer and consumer question
  3. 所属分类:JavaScript

    • 发布日期:2017-04-09
    • 文件大小:1381
    • 提供者:杜继宏
  1. Semaphores

    0下载:
  2. 用Semaphores解决JAVA生产者消费者问题-Using Semaphore to solve the producer and consumer Question
  3. 所属分类:JavaScript

    • 发布日期:2017-04-01
    • 文件大小:1780
    • 提供者:杜继宏
  1. Threads

    0下载:
  2. JAVA 多线程源代码,模拟生产者消费者问题-JAVA multiplythreads to simulink producer and consumer
  3. 所属分类:JavaScript

    • 发布日期:2017-04-08
    • 文件大小:917
    • 提供者:杜继宏
  1. java-producer-consumer-problem

    0下载:
  2. 简单的生产者消费者问题解决办法,多线程的实现方法。-Simple producer-consumer problem-solving approach, multi-threaded implementations.
  3. 所属分类:Java Develop

    • 发布日期:2017-11-11
    • 文件大小:30423
    • 提供者:赵禹琦
  1. ProducerConsumer

    0下载:
  2. Java多线程设计模式之生产者消费者,Java基础学习必备-Java multiple thread design——ProducerConsumer
  3. 所属分类:Java Develop

    • 发布日期:2017-11-13
    • 文件大小:18710
    • 提供者:dragon.T
  1. p-and-c

    0下载:
  2. 线程管理中的生产者消费者问题,主要是描述线程管理中生产者与消费者在共享资源时是否同步与互斥问题-Producers and consumers in the thread management, describes the thread management of producers and consumers, whether in the shared resource synchronization and mutual exclusion
  3. 所属分类:Java Develop

    • 发布日期:2017-11-13
    • 文件大小:4221
    • 提供者:whillchyis
  1. java

    0下载:
  2. Java线程的使用,实现订票系统,银行系统和生产者消费者。-Java threads to use booking system, banking system and the producers and consumers.
  3. 所属分类:JavaScript

    • 发布日期:2017-11-25
    • 文件大小:4460
    • 提供者:夜晓七
  1. Thread-Synchronization

    0下载:
  2. Java线程实现同步机制(生产者消费者问题),即生产者和消费者可以同时生产和消费商品,缓冲区中没有商品时,消费者需等待;缓冲区满时,生产者需等待。-Java code implements the issue of producer and customer with mutiple threads.
  3. 所属分类:Java Develop

    • 发布日期:2017-11-20
    • 文件大小:31400
    • 提供者:
  1. java-shengchanzhexiaofeizhe

    0下载:
  2. 以报告形式详细介绍生产者消费者问题,并附有制作过程,JAVA源代码-Detail the problem of producers and consumers in the form of a report, together with the production process, the JAVA source code
  3. 所属分类:Java Develop

    • 发布日期:2017-11-15
    • 文件大小:58977
    • 提供者:
  1. ProducerConsumer-Test

    0下载:
  2. 解决操作系统中经典的生产者消费者问题,JAVA源代码-Solve the problems of the producers and consumers of the operating system in the classic, JAVA source code
  3. 所属分类:Java Develop

    • 发布日期:2017-11-18
    • 文件大小:965
    • 提供者:海蓝
  1. procedure_consumer

    0下载:
  2. 操作系统的生产者和消费者进程同步,使用java实验-Producers and consumers of the operating system process synchronization, using java experimental
  3. 所属分类:Java Develop

    • 发布日期:2017-11-24
    • 文件大小:2378
    • 提供者:wangxiaolin
  1. shengchanzhe_xiaofeizhe

    0下载:
  2. 用两个线程,模拟生产者-消费者问题。能够自己控制缓存区的大小、生产者的速度、消费者的速度-Two threads to simulate the producer- consumer problem. Speed ​ ​ of being able to control the speed of the buffer size, producers, consumers
  3. 所属分类:Java Develop

    • 发布日期:2017-11-20
    • 文件大小:996
    • 提供者:lee
  1. ThreadTest

    0下载:
  2. 线程实现生产者消费者模拟,简单易懂,明白,一目了然。-Thread producers and consumers simulation, simple and easy to understand, understand, at a glance.
  3. 所属分类:Java Develop

    • 发布日期:2017-11-25
    • 文件大小:1309
    • 提供者:舒啸
  1. thread-synchronization

    0下载:
  2. java中的线程同步是非常重要的一个知识点,这个程序是一个非常好的线程同步的学习和模仿的例子,是生产者和消费者模型的一个经典例子。-java thread synchronization is a very important knowledge point, this program is a very good thread synchronization learn and imitate the example, is a classic example of the model of
  3. 所属分类:Java Develop

    • 发布日期:2017-12-01
    • 文件大小:986
    • 提供者:高路
  1. daimaew

    0下载:
  2. 有关java编程实现的龟兔赛跑,以及多线程实现生产者和消费者问题。-The Java programming of the tortoise and the hare, and the multithreading producer and consumer problems.
  3. 所属分类:JavaScript

    • 发布日期:2017-11-26
    • 文件大小:3448
    • 提供者:赵轶昌
  1. testThread

    0下载:
  2. java多线程小例子,生产者和消费者关系模式。-java multithreading small example, producers and consumers relational schema.
  3. 所属分类:Java Develop

    • 发布日期:2017-11-09
    • 文件大小:6184
    • 提供者:lujing_an
  1. Tread

    0下载:
  2. 生产者消费者java程序,帮助理解线程thread的概念-Program "producer and customer" helping understand the conception of thread.
  3. 所属分类:JavaScript

    • 发布日期:2017-11-10
    • 文件大小:9186
    • 提供者:CHEN Huicong
« 1 2 3 4 56 7 »
搜珍网 www.dssz.com