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

搜索资源列表

  1. pc

    0下载:
  2. 运用java环境编程实现pc多线程通信,消费者与生产者关系-Pc java environment using multi-threaded programming communication between consumers and producers
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:2016
    • 提供者:
  1. semaphore

    0下载:
  2. 信号量(Semaphore)也被称为信号灯,常常作为在多线程环境下的同步与互斥机制。它负责协调各个线程,以保证它们能够正确、合理的使用公共资源。信号量分为单值和多值两种。单值信号量只能被一个线程获得,而多值信号量可以被若干个线程获得。 本实验是一个信号量实验,父进程作为生产者释放信号量,子进程作为消费者申请信号量。 实验环境 Redhat9.0-Semaphore (Semaphore), also known as signal lights, often in multi-th
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:962
    • 提供者:tiger
  1. OS

    0下载:
  2. linux下的生产者消费者问题 能够实现多个生产者多个消费者,消费者与生产者互斥-The producers of consumer problem under Linux Can realize DuoGe producers DuoGe consumers, consumer and producer mutually exclusive
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:38491
    • 提供者:Dorothy
  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. Javaproducer-Consumer

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

    • 发布日期:2017-03-30
    • 文件大小:2139
    • 提供者:一二三
  1. xiaofeiMain

    0下载:
  2. 用JAVA实现的消费者与生产者源代码,实现了先来先服务,并且有可视化的图形界面窗口-Implemented with JAVA source code consumers and producers to achieve a first-come first-served, and there are visual graphical interface window
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2294
    • 提供者:李白
  1. School

    0下载:
  2. 随着网络技术的飞速发展,网络经济与人们的生活越来越紧密的联系在一起,网上购物与网上销售也在逐渐发展和普及。消费者与销售商都迫切需要一种简便与高速高效的购物与销售方式,网络商城管理系统的出现正好满足人们的这种需要,通过网络的简便与高效可以使消费者花更少的金钱,节省更多的时间,而买到更好的商品,可以让销售者更合理的调节商品的数量以免造成商品的积压,同时能够让生产者真正随着市场经济的需求而调节产品的种类和数量。-With the rapid development of network technol
  3. 所属分类:Java Develop

    • 发布日期:2017-05-29
    • 文件大小:11958878
    • 提供者:兰迪
  1. consumerandproducer

    0下载:
  2. 著名的消费者与生产者的问题的代码实现,大学生的课程设计。-The famous consumer and producer problem code realization, college students course design.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-15
    • 文件大小:3607668
    • 提供者:wangjizhong
  1. 3

    0下载:
  2. 按照生产者/消费者的工作原理,在Linux环境下,创建两个进程(或线程),一个进程(线程)作为生产者(用来向缓冲区中写入字符,字符的个数有限),另一个进程(线程)作为消费者(从缓冲区中读取生产者写入的字符)。 要求: 1. 程序应将缓冲区中的内容不断的显示出来; 2. 程序设计中要考虑两进程并发执行中的同步与互斥问题; 3. 有能力的同学可以将管理的并发进程数扩展为N(N>=3)多个。-In accordance with the producer/consumer
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:356475
    • 提供者:庄镝
  1. xiaofeizheshengchanzhe-CSharp

    0下载:
  2. C#写的生产者消费者问题,涉及到进程与线程的操控问题,较为简洁易懂-the problem of producer and consumer written by C#
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:21191
    • 提供者:李平
  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. ProducersAndConsumers

    0下载:
  2. 、生产者-消费者问题是很经典很具有代表性的进程同步问题,计算机中的很多同步问题都可抽象为生产者-消费者问题,通过本实验的练习,希望能加深学生对进程同步问题的认识与理解 -The producer- consumer problem is a classic representative of the process is synchronization, computer synchronization problem can be abstracted as many producer- co
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-06
    • 文件大小:1421153
    • 提供者:巴西里
  1. producer-consumer

    0下载:
  2. 关于操作系统的经典问题--消费者与生产者问题-Classic problem of the operating system- consumers and producers
  3. 所属分类:OS Develop

    • 发布日期:2017-11-22
    • 文件大小:1532674
    • 提供者:吴天兴
  1. win

    1下载:
  2. windows下消费者与生产者共享内存的C语言源代码,操作系统实验课必备-consumers and producers under the windows of the C language source code shared memory, operating systems experiment course prerequisites
  3. 所属分类:Windows Kernel

    • 发布日期:2016-06-12
    • 文件大小:2048
    • 提供者:易伟
  1. JavaApplication12

    0下载:
  2. 消费者与生产者之间进程通讯,缓冲池大小为1,生产者生产以后消费者立刻消费-Process communication between consumers and producers, the buffer pool size to 1, the producer production immediately after the consumer spending
  3. 所属分类:Games

    • 发布日期:2017-12-03
    • 文件大小:1678
    • 提供者:曲浩田
  1. threadsconcurrency

    0下载:
  2. 进程互斥与同步,用WindowsAPI编程,生产者消费者问题的C++实现-threads concurrency
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-06
    • 文件大小:1349
    • 提供者:张良
  1. test

    0下载:
  2. VxWorks 实验 编写程序实现以下功能:系统包含三个任务,一个初始化任务(tInitTask),一个生产者任务(tsendTask),一个消费者任务(treceiveTask) 要求:(1) tsendTaskt与receiveTask之间使用消息队列传递数据; (2) tInitTask能设置tsendTask和treceiveTask的优先级; (3) tInitTask能设置传递消息的数量和消息队列的大小; (4) tInitTask能设置信号量类型,输入‘
  3. 所属分类:VxWorks

    • 发布日期:2017-03-30
    • 文件大小:1258
    • 提供者:黎伶
  1. producer_consumer

    0下载:
  2. 经典的模拟消费者与生产者之间关系的小程序。-The classical simulation of the relationship between consumers and producers of small procedures.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-11
    • 文件大小:639
    • 提供者:王峰
  1. The-producer-consumer-cycle

    0下载:
  2. 实现:生产者消费者循环,labview与生物学结合,-Implementation: producer consumer loop, labview combined with biology,
  3. 所属分类:LabView

    • 发布日期:2017-04-17
    • 文件大小:39556
    • 提供者:lijinke
  1. Producers-and-consumers

    0下载:
  2. 操作系统进程互斥(消费者与生产者算法)演示-The Demo of Producers and consumers
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:288002
    • 提供者:夜云
« 1 2 ... 7 8 9 10 11 1213 »
搜珍网 www.dssz.com