搜索资源列表

  1. producer-and-costumers

    0下载:
  2. 生产者与消费者,可直接用于linux系统,文档中包含源程序-Producers and consumers, can be used directly in the Linux system, the document contains source
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:593920
    • 提供者:丛菲
  1. 36172038linyisen

    0下载:
  2. 可用实现操作系统中最常见的一类问题,即生产者与消费者问题,对于刚开始接触操作系统的人来说,作用很大,-Available for a class of the most common problems in the operating system, namely, the problem of producers and consumers, for just started to contact the operating syst
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:10240
    • 提供者:王茜
  1. Producer_consumer-

    0下载:
  2. 多进程同步的方法演示“生产者与消费者”问题-Multi-process synchronization method to demonstrate " producer and consumer"
  3. 所属分类:系统编程

    • 发布日期:2024-05-20
    • 文件大小:1910784
    • 提供者:sunlei
  1. Labview-ATM-Simulation

    0下载:
  2. 使用生产者与消费者模式模拟ATM机,可以实现存取款及余额查看功能-Using Labview to simulate ATM.
  3. 所属分类:LabView

    • 发布日期:2024-05-20
    • 文件大小:26624
    • 提供者:刘永广
  1. woqu

    0下载:
  2. 生产者与消费者:编写一个生产者-消费者程序组,支持多个生产者和消费者,生产者进程数为2, 消费者进程数为3。 -Producers and consumers: the preparation of a producer- consumer program group, supports multiple producers and consumers, producers for the two processes, the
  3. 所属分类:Linux驱动

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:林婉婷
  1. ProduceConsumeProblems

    0下载:
  2. 操作系统经典同步问题,解决生产者与消费者问题-Operating system synchronization, producer and consumer issues
  3. 所属分类:系统编程

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:王强
  1. producer_cousummer_wait_notify

    0下载:
  2. 生产者与消费者问题,多线程的应用实例,介绍了wait()和notify()的使用方法-Producer and consumer issues, multithreaded application examples, describes the wait () and notify () method to use
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:李为智
  1. ProduceraConsumer

    0下载:
  2. 该原码是操作系统实验中的生产者与消费者问题-The original code of the operating system experiment producers and consumers
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:174080
    • 提供者:chenwei
  1. sem

    0下载:
  2. linux间进程通讯,利用共享内存和信号量,实现一个简洁的生产者与消费者程序。-Inter-process communication linux, using shared memory and semaphores to implement a simple program producers and consumers.
  3. 所属分类:嵌入式Linux

    • 发布日期:2024-05-20
    • 文件大小:13312
    • 提供者:wuq
  1. ConsumerAndProducer

    0下载:
  2. 这是一款基于Visual C++的解决生产者与消费者问题的源代码程序。-This is a program to settle the problem of the consumer and producer.
  3. 所属分类:其他游戏

    • 发布日期:2024-05-20
    • 文件大小:2706432
    • 提供者:林凌
  1. 2.1

    0下载:
  2. 生产者与消费者问题,采用信号量机制,vc编程,C语言,windows环境下-Producers and consumers, using semaphore mechanism, vc programming, C language, windows environment
  3. 所属分类:进程与线程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:苘郁蓁
  1. producer_consumer

    0下载:
  2. 进程间的生产者与消费者问题,2个生产者,3个消费者,缓冲区个数为3。通过信号量和互斥体对象实现了进程间的同步,通过文件映射实现了进程间的通信。-Producer and consumer issues between processes, two producers, three consumers, the number of buffers is 3. By semaphores and mutexes object impleme
  3. 所属分类:系统编程

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:李为智
  1. producer

    0下载:
  2. 生产者与消费者模型的实现,使用C语言实现的,已经编译通过-Producers and consumers to realize the model
  3. 所属分类:进程与线程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:ffff
  1. dxc

    0下载:
  2. 处理多线程问题,具体是处理生产者与消费者的问题,有关学习互斥量信号量的简单知识-Deal with multi-threading issues, in particular the problem of treatment of producers and consumers, the simple knowledge about learning mutex semaphore
  3. 所属分类:进程与线程

    • 发布日期:2024-05-20
    • 文件大小:5425152
    • 提供者:廖泽宇
  1. dxce

    0下载:
  2. 在这里我使用了三个listbox来处理有关于生产者与消费者的问题,主要解决了将参数传输到线程内的问题,还有关于线程基础的知识学习-Here I used three listbox to deal with producers and consumers about the issue, mainly to solve the transfer parameters to the thread problem, there learni
  3. 所属分类:进程与线程

    • 发布日期:2024-05-20
    • 文件大小:4704256
    • 提供者:廖泽宇
  1. Pro_Con

    0下载:
  2. MFC做的生产者与消费者,利用list显示生产、消费、和仓库中的产品,程序中有创建,挂起,结束线程,经测试可以实现,程序的开发环境是VS2010.-MFC do producers and consumers, the use of list display production, consumption, and warehouse products, programs have created, pending the end of
  3. 所属分类:界面编程

    • 发布日期:2024-05-20
    • 文件大小:23964672
    • 提供者:刘尚武
  1. second.c

    0下载:
  2. 生产者与消费者问题模型,在linux操作系统下,创建两个进程一个进程作为生产者,另一个作为消费者。-Producer and consumer issues model
  3. 所属分类:Linux驱动

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:fengxiao
  1. comsumer_producer

    0下载:
  2. 多线程问题:生产者与消费者问题升级(多个生产者多个消费者同时工作)具体C语言实现-Multi-threading issues: producer and upgrade consumer issues (multiple consumers simultaneously multiple producers) specific C language
  3. 所属分类:系统编程

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:Jihan
  1. exampleProducers-and-consumers

    0下载:
  2. 通过操作系统编写一个关于生产者与消费者的问题-Through the operating system to prepare a report on the producer and consumer issues
  3. 所属分类:系统编程

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:Svetlana
  1. Producers-and-consumers

    0下载:
  2. 生产者与消费者 设计要求:设计一程序,由一个进程创建三个子进程,三个子进程一个是生产者进程,两个是消费者进程,父子进程都使用父进程创建的共享存储区进行通信,由生产者进程将一个数组中的十个数值发送到由5个缓冲区组成的共享内存中,两个消费者进程轮流接收并输出这十个数值,同时将两个消费者进程读出的数值进行累加求各和。-Producers and consumers Design requirements: to design a pr
  3. 所属分类:进程与线程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:liuping
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 »

源码中国 www.ymcn.org