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

搜索资源列表

  1. ProducerConsumer

    0下载:
  2. java写的另一个生产者消费者问题 java写的另一个生产者消费者问题-java write another producer consumer problem java write another producer consumer problem
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:2099
    • 提供者:xxc
  1. 717973Buffer_pool

    0下载:
  2. 题目:多线程同步方法解决生产者-消费者问题-Title: Multi-thread synchronization solution to the producer- consumer issues
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-10
    • 文件大小:1099
    • 提供者:霖犀一智
  1. 112740VCproducerConsumerModel

    0下载:
  2. 题目:多线程同步方法解决生产者-消费者问题-Title: Multi-thread synchronization solution to the producer- consumer issues
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-15
    • 文件大小:6655
    • 提供者:霖犀一智
  1. multithread2008

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

    • 发布日期:2017-04-13
    • 文件大小:2271
    • 提供者:haoyingying
  1. LinuxProcessCommunication

    5下载:
  2. 创建两个生产者进程和两个消费者进程,生产者进程a需要生成10000个整数,每次都将自己的进程号(用getpid()函数获得)和生成的整数放入共享内存中(共享内存大小为64Byte)。生产者b每次从26个英文字母中选一个,并将自己的进程号和选中的字母放入共享内存中,直到26个字母全部都选中。消费者进程c负责从共享内存中读取数据生产者进程a的数据并且将这些数据写入文件a.out。消费者进程d从共享内存读取进程b的数据后写入b.out中。-The process of the creation of
  3. 所属分类:Linux-Unix program

    • 发布日期:2014-06-18
    • 文件大小:35121
    • 提供者:ZHANG
  1. R_WP1

    0下载:
  2. 实现生产者消费者的程序,很不错的-Procedures to achieve producer of consumers, it is good
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:14657
    • 提供者:June Yip
  1. pc

    0下载:
  2. 生产者消费者实现进程见通讯的代码,所需数据由data.txt文件提供-Producer consumers see the realization of the process of communication code, the required data from data.txt document
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-10
    • 文件大小:8856
    • 提供者:张喜和
  1. cs

    0下载:
  2. 用多线程实现“生产者-消费者”问题。内含实验报告和实验源程序-Using multi-threading to achieve producer- consumer problem. The report contains experimental and experimental source
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:6058
    • 提供者:ada
  1. p_c.tar

    0下载:
  2. 多线程的“生产者消费者”问题的解决方案。采用消息队列缓冲技术。-Multi-threaded producer-consumer solution to the problem. The use of message queue buffer technology.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:5901
    • 提供者:ada
  1. DELPHI

    0下载:
  2. 以下所有文章均来自www.nssoft.net的Delphi知识库。 制作日期:2004/02/19 制作人:hnxyy(虚空) MSN:hnxyy@hotmail.com QQ: 19026695 -All of the following articles are from the Delphi Knowledge www.nssoft.net. Production Date: 2004/02/19 Producer: hnxyy (void) MSN:
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-09
    • 文件大小:1777757
    • 提供者:397728431
  1. Producer

    0下载:
  2. 程序实现了两个生产者和两个消费者的生产者消费者问题(当生产者消费者数目再多时加上几个子进程就可以了)为了防止程序陷入死循环,给生产者限定了生产次数,同时为了方便截图,将次数限定的比较少。下面是我的程序:-Procedures to achieve the two producers and two consumers and producers of consumer issues (when the number of producers of consumers to add a few m
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:64677
    • 提供者:wangshan
  1. CandP

    0下载:
  2. 本代码能够实现os中的经典的生产者消费者同步,通信问题-This code can be achieved os classic producer consumer synchronization, communication problems
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-26
    • 文件大小:37314
    • 提供者:笑哈哈
  1. OS2008

    0下载:
  2. 操作系统课程设计,包含生产者—消费者算法模拟,银行家算法模拟-Operating systems curriculum design, including the producer- consumer algorithm simulation, bankers algorithm simulation
  3. 所属分类:OS Develop

    • 发布日期:2017-04-17
    • 文件大小:72067
    • 提供者:周龙亭
  1. sfhsjk

    0下载:
  2. 通过本程序能够实现os中经典的生产者消费者问题,可显示-This procedure can be achieved through the os in the classic producer consumer problem, shows
  3. 所属分类:OS Develop

    • 发布日期:2017-05-09
    • 文件大小:49457
    • 提供者:笑哈哈
  1. produce

    0下载:
  2. 一个操作系统实验的程序,模拟生产者消费者问题-An operating system trials, simulation producer consumer issues
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-09
    • 文件大小:43122
    • 提供者:吴日晖
  1. ProCon

    0下载:
  2. java代码,用线程实现生产者消费者问题的小的例子-java code, using threads to achieve the producer consumer problems
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2139
    • 提供者:chenyu
  1. producder

    0下载:
  2. C++语言实现生产者消费者问题 生产者-消费者问题是一个经典的进程同步问题,该问题最早由Dijkstra提出,用以演示他提出的信号量机制。-C++ language to achieve the producer consumer problem producers- consumers are a classic problem of process synchronization problem, the problem was first proposed by Dijkstra pr
  3. 所属分类:OS Develop

    • 发布日期:2017-04-14
    • 文件大小:4023
    • 提供者:helen
  1. mutex

    0下载:
  2. uc/OS-ii互斥信号量的处理,大家好好研究啦-uc/OS-ii Mutex Semaphore handling of everyone you carefully study
  3. 所属分类:Multimedia program

    • 发布日期:2017-04-04
    • 文件大小:337647
    • 提供者:华超
  1. PC

    0下载:
  2. 采用动态链接库的生产者消费者程序,速度可以调节-The use of dynamic-link library of the producer consumer process, the speed can be adjusted
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-06
    • 文件大小:189062
    • 提供者:往往
  1. pthread

    0下载:
  2. 利用C语言程序编写的生产者消费者模型实例-With C language programming examples of the producer consumer model
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:1115
    • 提供者:DAVID
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 29 »
搜珍网 www.dssz.com