搜索资源列表

  1. os-coursedesign

    0下载:
  2. 操作系统课程设计包含:多线程模拟(生产者和消费者)、银行家算法、页面置换算法-Courses on operating system design includes: multi-threaded simulation (producers and consumers), bankers algorithm, page replacement algorithm
  3. 所属分类:JSP源码/Java

  1. productor_consumer

    0下载:
  2. 本程序综合采用V fork 、共享内存、信号量机制实现了2个生产者与2个消费者之间的进程同步。并完成了程序的准确性验证。同时,为了更加准确的测试程序的稳定性,设定了每个生产者和消费者在对缓冲区进行操作前都会等待一段随机的时间,并把缓冲区大小设置得相对较小。最后经过多次测试,程序结果均完全正确.-This procedure using a combination of V fork, shared memory, semaphores
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:万园春
  1. PaC

    0下载:
  2. 生产者和消费者问题,java学习的初级编程问题,动态显示缓冲池中的状态和生产者消费者的工作情况。-Producers and consumers, the primary learning java programming problems, work status and dynamic display producers and consumers of the buffer pool.
  3. 所属分类:JSP源码/Java

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

    0下载:
  2. 利用数据库,以及消费者生产者构架,实现银行ATM功能。-Use of the database, as well as consumers producers architecture, realization of bank ATM functions.
  3. 所属分类:LabView

    • 发布日期:2024-05-20
    • 文件大小:3444736
    • 提供者:吴方成
  1. 2

    0下载:
  2. 在windows操作系统上实现生产者和消费者问题PV操作实现的源代码。-PV producers and consumers to achieve the source code operating on windows operating system.
  3. 所属分类:进程与线程

    • 发布日期:2024-05-20
    • 文件大小:12288
    • 提供者:likai
  1. produceconsemer

    0下载:
  2. 请编写一个程序,有1生产者线程和5消费者线程, 生产者生产n(0 < n < = 5)产品的时间, 每个消费者消费产品每次只有一个, 只有当产品都被消费,生产者可以生产下一批产品-Please write a program, there is a producer thread and a consumer thread 5, producers produce n (0 < n < = 5) the
  3. 所属分类:JSP源码/Java

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

    0下载:
  2. 操作系统进程控制仿真实验,实现生产者消费者过程,直观的GUI程序,方便教学-Operating system process control simulation, the process of realization of producers and consumers, intuitive GUI program to facilitate teaching
  3. 所属分类:进程与线程

    • 发布日期:2024-05-20
    • 文件大小:1907712
    • 提供者:wxg
  1. cp

    0下载:
  2. windows下进程模拟生产者消费者w indows下进程模拟生产者消费者windows下进程模拟生产者消费者-producers and consumers under simulated process windows windows windows producers and consumers under process simulation process simulation producers and consumers
  3. 所属分类:系统编程

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

    0下载:
  2. 使用QT5.2.1实现的生产者消费者窗口界面模拟程序。学习使用QT线程间信号槽的使用。Qmutex QSemaphore,QWaitcondition,QThread的使用。-Producers and consumers to achieve using QT5.2.1 window interface simulation program. Learn to use the signal slot using the QT thre
  3. 所属分类:进程与线程

    • 发布日期:2024-05-20
    • 文件大小:6144
    • 提供者:搁浅的贝
  1. 3

    0下载:
  2. 用进程来模拟生产者和消费者问题,2个生产者和3个消费者,3个缓冲区。-Used to simulate the process of producers and consumers
  3. 所属分类:系统编程

    • 发布日期:2024-05-20
    • 文件大小:6144
    • 提供者:huwenbo
  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. shiyansan

    0下载:
  2. 实验三、生产者消费者问题 一个大小为3的缓冲区,初始为空 2个生产者 – 随机等待一段时间,往缓冲区添加数据, – 若缓冲区已满,等待消费者取走数据后再添加 – 重复6次 3个消费者 – 随机等待一段时间,从缓冲区读取数据 – 若缓冲区为空,等待生产者添加数据后再读取 – 重复4次-Third experiment, the producer of consumer
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:吴我
  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. producers_consumers_problem

    0下载:
  2. 使用信号量实现操作系统经典同步问题-生产者消费者问题,或者有限缓冲区问题-using signals to solve the OS classic synchronization problem- the producers and consumers problem or limited buffers problems.
  3. 所属分类:C#编程

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

    0下载:
  2. 生产者消费者问题,非常好的C++源码,操作系统可以用-Producers and consumers, a very good C++ source operating system can use
  3. 所属分类:其他小程序

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

    0下载:
  2. java 强大的多线程机制。生产者和消费者共享一个数据,当数据为0 时,消费者不可访问,生产者可访问数据,每次访问数据加1;当数据到达100 时,生产者唤醒消费者,同时自身不可访问数据,消费者可访问数据,每次访问数据减1,直到数据为0,消费者唤醒生产者,同时自身不可访问数据,如此循环。每次访问信息,显示在JTextArea 对象中。-Powerful java multithreading. Share a data producer
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:34816
    • 提供者:you
  1. producerCustomerModel

    0下载:
  2. 界面化的形式模拟生产者消费者模式,生产者生产东西,可指定最大生产量,消费者消费数据,也可指定最小仓库剩余数量-Interface of producers and consumers in the form of simulation models, producers to produce something, you can specify the maximum production capacity, consumer spen
  3. 所属分类:软件工程

    • 发布日期:2024-05-20
    • 文件大小:83968
    • 提供者:zhengxiu
  1. ProducerConsumer

    0下载:
  2. 生产者消费者问题代码,使用java多线程技术-Producers and consumers of code, using java multithreading technology
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:李他
  1. jthreadsynch

    0下载:
  2. Java线程间同步互斥,在实际的编程中,经常要处理线程间的同步互斥问题。Java 语言内在强大的多线程支持使得处理这类问题变得相对来说比较简单。本例将模仿经典的线程同步互斥例子——生产者和消费者问题,来演示   java 强大的多线程机制。生产者和消费者共享一个数据,当数据为0 时,消费者不可访问,生产者可访问数据,每次访问数据加1;当数据到达100 时,生产者唤醒消费者,同时自身不可访问数据,消费者可访问数据,每次访问数据减1,
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:33792
    • 提供者:jpudn57
  1. ProduceConsume

    0下载:
  2. 生产者消费者问题 多线程 处理机 有界面,形象生动-Producers and consumers have a multi-threaded processor interface, vivid
  3. 所属分类:进程与线程

    • 发布日期:2024-05-20
    • 文件大小:7168
    • 提供者:刘蕊
« 1 2 ... 45 46 47 48 49 50»

源码中国 www.ymcn.org