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

搜索资源列表

  1. ProduceAndConsume

    0下载:
  2. 一个简单的Java多线程的小例子。 a) Producer 生产 String,并保存在 ArrayList 中。Consumer 消耗(读出并显 示)String,并把它从 ArrayList 中删除。生产和消耗应在 console有打印显示。 b) 可指定生产者生产多少个数据,也可以指定消费者消耗多少个数据。完成要求数据 的生产或消费以后,线程自动终止。(应提供相应的构造函数来指定数据个数) c) 当容器内没有数据时,Consumer 应等待,等容器内有新的数据后再次
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:3622
    • 提供者:清枫
  1. TULIPSYS

    0下载:
  2. 生产者与消费者问题-producer and consumer issues
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:29569
    • 提供者:悉尼
  1. ShareCell

    0下载:
  2. 生产者与消费者的算法!有用到缓冲区。课程作业,有用的人下-producers and consumers, the algorithm! Useful to the buffer. Courses operations, useful people under
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1494
    • 提供者:袁建辉
  1. ProducerConsumer

    0下载:
  2. 采用Java 多线程技术,设计实现一个符合生产者和消费者问题的程序。对一个对象(枪膛)进行操作,其最大容量是12颗子弹。生产者线程是一个压入线程,它不断向枪膛中压入子弹;消费者线程是一个射出线程,它不断从枪膛中射出子弹-Use of Java multi-threading technology, designed to achieve a consistent producer and consumer issues programs. Pairs of an object (the cham
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:703
    • 提供者:Allan
  1. shengchanzheyuxiaofeizhe

    0下载:
  2. 生产者与消费者PV多用户Java实现功能-PV producers and consumers to achieve multi-user Java function
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:1674
    • 提供者:Justin
  1. ProducerConsumer

    0下载:
  2. 生产者与消费者线程同步问题的一个模拟,帮助更深理解。采用JAVA面向对象的实现-Producers and consumers, thread synchronization issues in a simulated, helping a deeper understanding. Used to achieve the object-oriented JAVA
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:1491
    • 提供者:马占友
  1. pc2

    0下载:
  2. 使用netbean编写的有界面的 生产者与消费者测试小程序-Netbean prepared to use interface has producers and consumers to test a small program
  3. 所属分类:Java Develop

    • 发布日期:2017-04-28
    • 文件大小:23083
    • 提供者:炫耀
  1. PCTest

    0下载:
  2. Producer和Consumer程序共享的资源对象,Consumer(消费者)程序,Producer(生产者)程序-PCTest。java
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:599
    • 提供者:卢显灯
  1. cheat

    0下载:
  2. Java多线程问题。生产者(P)生产一个产品,消费者(C)获取一个产品;P没有生产产品之前,C不能够获取;P只能够在C获取产品之后,才能生产下一个。-Java multi-threading issues. Producer (P) production of a product, consumers (C) to obtain a product P does not produce products before, C can not access P can only obtain t
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:1520
    • 提供者:唐凝
  1. PC

    0下载:
  2. 本程序使用java中的多线程机制,模拟生产者-消费者问题。可视化界面-This program uses the multi-threading mechanism of java to simulate the producer- consumer issues. Visual interface
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:15603
    • 提供者:冯汝伟
  1. threadstime

    0下载:
  2. 循环创建三个线程,并分别显示时间与生产者和消费者问题 此为线程知识点的应用-Loop to create three thread, and showed the time and the producer and consumer issues This is the thread of the application of knowledge points
  3. 所属分类:Applet

    • 发布日期:2017-03-28
    • 文件大小:1742
    • 提供者:雅婷
  1. ProducerConsumer

    0下载:
  2. 生产者、消费者实例,帮助JAVA初学者了解多线程。-Producers, consumers instance, to help beginners understand the JAVA multi-threading.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:675
    • 提供者:euyue
  1. ProducerConsumer

    0下载:
  2. 在JCREATOR下开发的,多线程解决生产者与消费者问题 操作系统-Developed under the JCREATOR, multi-threaded operating system to solve the problem of producers and consumers
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:14103
    • 提供者:小文
  1. src

    0下载:
  2. 实现多个生产者线程和消费者线程对公共变量的修改-Producer and consumer threads of multiple threads modify public variables
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:2876
    • 提供者:闫飞
  1. ProducerConsumer

    0下载:
  2. 是软件工程学中的习题类资源。是关于生产者与消费者的课件,要求能暂停的。-Is a software engineering resources in the exercise class. On producers and consumers of courseware, requests can be suspended.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:1731
    • 提供者:孙欣
  1. productor

    0下载:
  2. 关于生产者和消费者问题的解决的方法,运用到操作系统相关知识-Producers and consumers on ways to solve problems, using knowledge of the operating system
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:1527
    • 提供者:luxy
  1. ProductorandCustome

    0下载:
  2. 生产者和消费者的问题应用的是java多线程,建立仓库,对生产者和消费者分别设置睡眠解锁时间,-Producers and consumers of the problem is the java multithreaded applications, the establishment of warehouses were set on the producers and consumers to unlock sleep time
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:7061
    • 提供者:谷行
  1. ProducerConsumerTest

    0下载:
  2. 生产者与消费者的描述,临界资源共享的处理,线程的定义与应用-Descr iption of producers and consumers, dealing with the critical resource sharing, and application of the definition of thread
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:696
    • 提供者:平步青云
  1. ProductTest

    0下载:
  2. 编写生产者和消费者的问题,使用信号量机制。-The problem of producers and consumers prepared to use semaphore mechanism.
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-11
    • 文件大小:759
    • 提供者:bai
  1. producerAndConsumer

    0下载:
  2. JAVA源码,用于描述消费者与生产者之间的同步-JAVA source code, used to describe the synchronization between consumers and producers
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:1929
    • 提供者:yeqingqing
« 1 2 3 4 56 7 »
搜珍网 www.dssz.com