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

搜索资源列表

  1. 用线程做一个生产者-消费者同步问题

    0下载:
  2. 用线程做一个生产者-消费者同步问题 其实我是想用线程做一个生产者-消费者同步问题,现在已经成功了,贴出来,大家请指证. 我想让线程thread1和thread2按顺序显示,于是加了个信号量mysem,并且在新建两个线程的两个函数中进行P,V操作,来控制先后显示顺序-threads do with a producer-consumer Synchronization I actually want to do with threaded a producer-consumer synchroni
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:22016
    • 提供者:lj
  1. 生产者与消费者

    0下载:
  2. 多线程的经典问题生产者和消费者程序 决无错误!-the classic problems of producers and consumers of strict procedures must!
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:40182
    • 提供者:呵呵
  1. 生产者消费者问题

    0下载:
  2. 进程管理中的生产者消费者问题 只要是是描述进程管理中生产者与消费者在共享文件时是否同步与互斥问题-management process, the producer consumer issues as long as it is described process management producers and consumers when sharing files synchronized with the Mutual Exclusion
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:7915
    • 提供者:王成
  1. 生产者和消费者问题

    0下载:
  2. 操作系统经典的问题-生产者和消费者问题.C++编写.-OS classic problem-producer and consumer issues. C preparation.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:3527
    • 提供者:大包
  1. 生产者消费者问题程序实现

    0下载:
  2. 所属分类:其他小程序

    • 发布日期:2008-12-21
    • 文件大小:1849110
    • 提供者:tankchuan
  1. 用多进程同步方法解决生产者-消费者问题

    0下载:
  2. 设计目的:通过研究Linux 的进程机制和信号量实现生产者消费者问题的并发控制. 说明:有界缓冲区内设有20个存储单元,放入/取出的数据项设定为1-20这20个整型数. 设计要求:(1)每个生产者和消费者对有界缓冲区进行操作后,即时显示有界缓冲区的全部内容,当前指针位置和生产者/消费者线程的标识符.(2)生产者和消费者各有两个以上.(3)多个生产者或多个消费者之间须有共享对缓冲区进行操作的函数代码. 提示:(1) 有界缓冲区可用数组实现.  
  3. 所属分类:Windows编程

    • 发布日期:2008-12-29
    • 文件大小:5788
    • 提供者:axjlxuanye
  1. 生产者与消费者问题

    0下载:
  2. 生产者与消费者问题,很经典,已经包含实验报告
  3. 所属分类:网络编程

  1. shengchanzheyuxiaofeizhe.rar

    0下载:
  2. 操作系统实验报告三——PV操作,生产者与消费者问题,Three experiments report the operating system- PV operation, the producer and consumer issues
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-07
    • 文件大小:1690921
    • 提供者:孙率
  1. 913319973434234

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

    • 发布日期:2017-04-08
    • 文件大小:116407
    • 提供者:霖犀一智
  1. thread

    0下载:
  2. 实现了将一个任务创建多个线程执行的功能。而且实现了多个生产者和多个消费者同步的功能。-To achieve a task that will create multiple threads perform executive functions. But also achieved a number of producers and multiple consumers in synchronization feature.
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:24224
    • 提供者:nxd
  1. 617758producerConsumerModel_src

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

    • 发布日期:2017-03-29
    • 文件大小:20242
    • 提供者:霖犀一智
  1. os11

    0下载:
  2. 这是个典型的生产者与消费者问题,用的是PV操作实现的程序!-This is a typical problem of producers and consumers, using a PV operating procedures to achieve!
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:1333
    • 提供者:杰杰
  1. PC

    0下载:
  2. 生产者与消费者问题是进程同步的经典问题,而进程同步是进程这章的重点。我们要通过编写生产者与消费者问题的程序加深关于进程同步的印象,巩固所学知识。-Producers and consumers of the problem is a classic problem of synchronization process, and the process of synchronization is the process the focus of this chapter. We want to p
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:8166
    • 提供者:uygju
  1. TestPC

    0下载:
  2. 操作系统课程实验,演示生产者与消费者问题。进程显示。-Experimental operating system courses, presentation producers and consumer issues. Processes show.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-11
    • 文件大小:1229
    • 提供者:gongchang
  1. THREAD

    0下载:
  2. MFC开发的生产者与消费者模似软件,多线程编程,对话框界面。-I am Chinese,rk I can t use English.But I already pass the Band four.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:321183
    • 提供者:加高
  1. thread

    0下载:
  2. 生产者消费者多线程问题,通过调用系统函数,来解决生产者消费者多线程问题。-Consumer producer problem of multi-threading, by calling the system function, to address the issue of multi-threaded producer consumer.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-12
    • 文件大小:641
    • 提供者:zhang
  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. producer_consumer

    0下载:
  2. 操作系统中的经典算法—生产者消费者,算法可实现。-Classical algorithm in the operating system- producer of consumer, the algorithm can be realized.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1889191
    • 提供者:xiangcao
  1. 生产者消费者问题

    0下载:
  2. windows下用进程模拟生产者和消费者问题,实现进程之间的同步和互斥
  3. 所属分类:Windows编程

  1. 生产者消费者作业02

    0下载:
  2. C#编写的有关操作系统中生产者与消费者问题的实例,画面美观,生动形象的描绘了生产者与消费者之间的关系,代码部分简介易懂。(C# is an example of the problem of producers and consumers in the operation system. The picture is beautiful, vividly depicting the relationship between producers and consumers, and the cod
  3. 所属分类:C#编程

    • 发布日期:2018-01-08
    • 文件大小:5148672
    • 提供者:炙热的眼
« 12 3 4 5 6 7 8 9 10 ... 18 »
搜珍网 www.dssz.com