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

搜索资源列表

  1. producerAndconsumer

    0下载:
  2. 经典的生产者和消费者问题,两个进程并发执行-Classic issue of producer and consumer,two tenors execute parallel.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1120
    • 提供者:胡斌
  1. producer-java

    0下载:
  2. 用java为源代码,解决多线程编程中的经典问题:生产者消费者问题-with java source code to solve multi-threaded programming with a classic problem : Producer consumer issues
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:9632
    • 提供者:苏晓
  1. 200106052149java

    0下载:
  2.  ? 本书第一章的部分内容 第 一 章 Java语 言 的 产 生 及 其 特 点 1.1 Java产 生 的 历 史 与 现 状 1.1.1 Java产 生 的 历 史   Java来 自 于Sun公 司 的 一 个 叫Green的 项 目, 其 原 先 的 目 的 是 为 家 用 消 费 电 子 产 品 开 发 一 个 分 布 式 代 码 系 统, 这 样 我 们 可 以 把E-mail发 给 电 冰 箱、 电 视 机 等 家 用 电 器, 对 它 们
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:126396
    • 提供者:11
  1. GourmetCoffee

    0下载:
  2. 这是一个coffee店管理系统,Gourmet咖啡是一个商店,出售来自全世界的咖啡,它还出售咖啡酿造机器和咖啡消费品设施。Gourmet咖啡系统维护一个商品目录、处理订单和记录商店的销售情况-This is a coffee shop management system, Gourmet coffee is a shop, the sale of coffee from around the world, it also sold coffee brewing machines and coff
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:43020
    • 提供者:庄浩
  1. ProCust

    0下载:
  2. 工厂--消费者模式,服务端代码.可用于监听客户端的请求并启动线程进行处理-factory -- the consumer model, the server code. Can be used to monitor the client's request and start the thread processing
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:971
    • 提供者:李朝阳
  1. ProCustSClient

    0下载:
  2. 工厂--消费者模式,客户端代码.可用于发送请求,并接收服务端的响应-factory -- the consumer model, the client code. Can be used to send requests and receive the server's response
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:961
    • 提供者:李朝阳
  1. Consumer-Producer

    0下载:
  2. java生产者消费者程序实现   线程,信号量互斥事件   临界资源-java producer consumer program threads, semaphores contradict critical resources incident
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:10194
    • 提供者:龙杏
  1. CustomerAndProducter

    0下载:
  2. 消费者与生产者游戏,该游戏模拟了经典的消费者与生产者的游戏规则,利用了JAVA的多线程-consumers and producers game, the game simulated by the classic consumer and producer of the rules of the game. The use of multithreading Java
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:821
    • 提供者:许健
  1. JessupMS

    0下载:
  2. 这个项目是为了给Jessup电子消费品制造公司通过使用该系统来收集、分析销售数据,实现市场部门的报告生成工作自动化,提高销售效率和市场份额。-The project is aimed at giving Jessup consumer electronics manufacturing companies through the use of the system to collect, An analysis of sales data, the market sector automates
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:177531
    • 提供者:wkingsea
  1. 银行程序

    0下载:
  2. 模拟银行程序,实现银行的基本操作,充值,消费等功能 -simulation banking procedures to achieve the basic operation of banks, prepaid, consumer features
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:2528
    • 提供者:马鹏
  1. sheng xiao

    0下载:
  2. 关于生产者消费者的开发-producers on the development of consumer
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:208268
    • 提供者:魏礼
  1. waiter

    0下载:
  2. A Waiter relays an order Object to a Producer, waits in an independent thread during the production, and then delivers the result using a Consumer callback method.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1684
    • 提供者:jxxgg
  1. Producer_Consumer

    0下载:
  2. 用java实现经典consumer和producer通信问题的程序-use java to realize the consumer and producer
  3. 所属分类:Java Develop

    • 发布日期:2017-04-25
    • 文件大小:209764
    • 提供者:fd
  1. Producer-Consumer

    0下载:
  2. The producer-consumer design pattern
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:112487
    • 提供者:zhang
  1. Productor-Consumer

    0下载:
  2. 利用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
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:6122
    • 提供者:紫风
  1. prodecer-and-consumer

    0下载:
  2. 使用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
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:3820
    • 提供者:小葱
  1. producer-and-consumer-problem

    0下载:
  2. Producer Consumer problem implementation in JAVA
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:6820
    • 提供者:Pranshu Jaiswal
  1. java-producer-consumer-problem

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

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

    0下载:
  2. 生产者生产输入的字符作为产品,消费者消费该产品,实现用PV操作解决生产者-消费者的同步问题-The producer produces the input character as a product, the consumer consumes the product, implements the PV-operation to solve the producer-consumer synchronization problem
  3. 所属分类:Java Develop

    • 发布日期:2017-12-11
    • 文件大小:8864
    • 提供者:
  1. Main

    1下载:
  2. This code is relation between providers and consumer in a market. this is in Cloudsim software.
  3. 所属分类:Java编程

    • 发布日期:2018-04-22
    • 文件大小:6144
    • 提供者:mohammad_mk91
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com