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

搜索资源列表

  1. Programs(update)

    0下载:
  2. 以生产者/消费者模型为依据,在Windows 2000环境下创建一个控制台进程,在该进程中创建n个线程模拟生产者和消费者,实现进程(线程)的同步与互斥。-To the producer/consumer model as the basis, in the Windows 2000 environment to create a console process, in the process to create a thread simulation n producers and consum
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:7835
    • 提供者:曹雅丽
  1. Main

    1下载:
  2. 用多进程同步方法解决生产者——费者问题 说明:有界缓冲区内设有20个存储单元,放入/取出的数据项设定为1-20这20个整型数.-Synchronous multi-process solutions to producers- the issue of costs
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:2184
    • 提供者:zong
  1. 15085

    0下载:
  2. 进程的同步是操作系统处理机管理的重要内容,本实验要求学生理解生产者与消费者问题模型,掌握解决该问题的算法思想,学会使用同步机制。-The process of the operating system processor synchronization is an important aspect of management, this experiment requires students to understand the issue of model producers and cons
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-17
    • 文件大小:4210358
    • 提供者:张昱龙
  1. Os.c

    0下载:
  2. linux下生产者消费者问题 完全在linux环境下开发-producers of consumer issues under linux complete linux environment in the development of
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:2259
    • 提供者:陈斌
  1. wyPRODUCER

    0下载:
  2. 生产者消费者 用C语言模拟LINUX操作系统的生产者和消费者同步互斥的操作-Producer consumer LINUX operating system, C language simulation of producers and consumers mutex synchronization operation
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:2034
    • 提供者:love暖色
  1. ProducersAndCustomers

    0下载:
  2. 通过研究Linux的线程机制和信号量实现生产者消费者(Bounded Buffer)问题的并发控制。 通过n个缓冲区组成缓冲池共同完成“生产和消费”任务,每个缓冲区存放一个产品,生产者将生产出的产品放入空缓冲区;消费者从满缓冲区中取出产品。一旦所有缓冲区均满时,生产者必须等待消费者提供空缓冲区。另外,对所有生产者和消费者线程来说,缓冲池是临界资源,即任何一个线程在对某个缓冲区进行“存”和“取”操作时须和其他线程互斥执行。 -By studying the Linux thread and
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:4676
    • 提供者:vivien
  1. producerandconsumer

    1下载:
  2. linux和Windows下实现的经典的生产者消费者的操作系统问题-linux and Windows under the producer of the classic problem of the consumer operating system
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:88539
    • 提供者:琳琳
  1. Consumerandproducerproblem

    0下载:
  2. 生产者消费者问题 存在竞争互斥 死锁问题的解决 三个线程-Consumer producer problem competition problems mutex deadlock three threads
  3. 所属分类:OS Develop

    • 发布日期:2017-04-25
    • 文件大小:42538
    • 提供者:landu
  1. shengchanzhexiaofeiz

    0下载:
  2. 课程设计 生产者与消费者 及银行家算法 [课程设计],欢迎下载,资料宝贵-Curriculum design producers and consumers and bankers algorithm [curriculum], please download valuable information
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:59476
    • 提供者:jing
  1. product_consumer

    0下载:
  2. 生产者消费者问题。使用3个信号量。其中2个信号量avail和full解决同步问题。还有一个mutex解决互斥问题-Producers of consumer issues. The use of three semaphores. One volume of two signals simultaneously avail and full settlement of the issue. There is also a solution to mutual exclusion mutex pr
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:874
    • 提供者:孙雪春
  1. pudn_1

    0下载:
  2. 此程序是用WTL+ATL编写,开发环境为VS2008。data.dll模拟访问驱动程序获得数据序列(本例中设计为正弦曲线数据,详见DataInfo.h),PC.exe用于模拟生产者消费者模型:一个生产者线程调用DLL获得数据,一个消费者线程获得数据并更新显示数据,主界面线程显示该数据,画出动态数据演变的曲线图。-This procedure is used WTL+ ATL development, development environment for the VS2008. visit da
  3. 所属分类:Process-Thread

    • 发布日期:2017-06-08
    • 文件大小:15802484
    • 提供者:闫帅
  1. PCModel

    0下载:
  2. 用windows api实现的生产者消费者模型程序 c++来的-Use windows api to achieve the producer consumer model program c++ to the
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:155372
    • 提供者:L_jin
  1. ProducerConsumer

    0下载:
  2. 生产者消费者C代码实现,充分体现了多进程的思想-Producer and Consumer
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:944
    • 提供者:hqs
  1. pc

    0下载:
  2. 用于实现生产者消费者问题的源代码,应该会很好用的,而且程序很简单,适于初学者-Used to implement the source code of the producer consumer problem
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:1778
    • 提供者:我爱罗
  1. OS

    0下载:
  2. 题目一:实现生产者消费者问题;题目二:实现银行家算法。此程序的设计在Windows XP操作系统下,基于Microsoft Visual C++6.0环境下的一个关于实现生产者与消费者问题和银行家算法的程序。用C语言实现编程。-Title 1: Achieving the producer consumer problem Title 2: achieving banker' s algorithm. The design of this program under the Window
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:120763
    • 提供者:蒋思
  1. testThread

    0下载:
  2. 操作系统 同步互斥 生产者消费者问题 c语言实现 -Producer and Consumer
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-07
    • 文件大小:1921
    • 提供者:s0uzhu
  1. fig16_09_10_synchronized

    0下载:
  2. 生产者消费者线程同步问题,运用了接口,以及抽象类,线程同步来实现。-consumer and producer
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:8172
    • 提供者:sarah
  1. LabVIEWzhiliao

    1下载:
  2. 本Demo演示了NI公司LabVIEW图形化开发环境的并行编程模式。在并行循环之间可以通过队列或者是局部变量传递数据。基于队列的并行循环模式也叫做生产者/消费者模式。-This Demo shows the NI' s LabVIEW graphical development environment for parallel programming model. Between the parallel loop through the queue or a local variable
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:863576
    • 提供者:天天一天天
  1. ipc_demo

    0下载:
  2. linux ipc经典问题生产者与消费者问题及几个简短多线程编程代码-linux ipc classical problem about consumer and the pruducer and some easy pthread codes
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:10293
    • 提供者:赵新宇
  1. HomeWork

    0下载:
  2. 生产者消费者实现进程的共享 CSemaphore-Producers and consumers
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:31602
    • 提供者:dfd
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 48 »
搜珍网 www.dssz.com