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

搜索资源列表

  1. tongbuhuchi

    0下载:
  2. 操作系统实验 进程的同步与互斥 C语言开发-Operating System Experiment process synchronization and mutual exclusion C language development
  3. 所属分类:OS Develop

    • 发布日期:2017-04-09
    • 文件大小:1617033
    • 提供者:龚靖仁
  1. ProcessSynchronizationAndMutualExclusion

    0下载:
  2. (1)操作系统中允许同时有多个进程并发进行,进程对共享资源存在互斥或者协作关系。其中生产者进程产生信息资源,可以是计算进程。消费者进程使用信息,它可以是输出打印进程,对于缓冲区生产者与消费者进程互斥使用,其次,消费者进程依赖于生产者产生的资源,如果尚未得到满足,则必须等待生产者信号的唤醒; (2)本程序运行必须设置模拟系统缓冲区的个数以及系统进程的个数,对于每个程序,还必须设置其属性,即是生产者或者消费者,由简单的数字1和2表示。对于缓冲区的设置和进程个数及属性的设置可以根据需要模拟互斥和贡
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:97159
    • 提供者:youyu
  1. 20080402174137991

    0下载:
  2. Windows CE5.0进程间通信 Windows CE5.0进程的同步与互斥-Windows CE5.0 inter-process communication Windows CE5.0 process synchronization and mutual exclusion
  3. 所属分类:Windows CE

    • 发布日期:2017-04-24
    • 文件大小:18470
    • 提供者:james
  1. liao

    0下载:
  2. 进程同步与互斥 该代码非常完善的展现的经典进程同步与互斥问题——生产者和消费者问题的同步与互斥过程!-Process synchronization and mutual exclusion of the code is very well exhibited the classic process of synchronization and mutual exclusion problem- the problem of producers and consumers the proce
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-09
    • 文件大小:1998426
    • 提供者:liaoyalan
  1. jinc

    0下载:
  2. windows进程模拟小程序 模拟进程状态转换 进程互斥 和进程通信 vc++ mfc-windows process simulation program to simulate the process of the small state of the conversion process mutual exclusion and process communications vc++ mfc
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-09
    • 文件大小:1961253
    • 提供者:玄轩
  1. 1

    1下载:
  2. 本次课程设计在本着加强课本知识运用能力的前提下,用PV操作来解决生产者消费者问题这个题目。该题目主要是解决操作系统中进程的同步与互斥的问题。 有界缓冲区内设有20个存储单元,放入/取出的数据项设定为1-20这20个整型数. (1)每个生产者和消费者对有界缓冲区进行操作后,即时显示有界缓冲区的全部内容,当前指针位置和生产者/消费者进程的标识符. (2)生产者和消费者各有两个以上. (3)多个生产者或多个消费者之间须有共享对缓冲区进行操作的函数代码. -The cur
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:1692
    • 提供者:王欣
  1. Reader_and_Writer

    0下载:
  2. 操作系统中读者写者算法的实现,涉及到系统互斥资源的争用和释放问题,初学者可以参考-Readers to write the operating system the realization of those algorithms, involving mutual exclusion of resources to the system and the release of contention issues, beginners can refer to
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:911308
    • 提供者:wc
  1. ProducerAndConsumer

    0下载:
  2. 生产者消费者源程序,实现进程间同步和互斥-Producer consumer source, to achieve inter-process synchronization and mutual exclusion
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:1869
    • 提供者:Nigel
  1. Reader_Writer

    0下载:
  2. 操作系统中的进程互斥与同步问题的一个例子 即读者写者问题 源码 -Operating in mutual exclusion and synchronization issues that readers write one example of the problem of source
  3. 所属分类:OS Develop

    • 发布日期:2017-04-09
    • 文件大小:2108726
    • 提供者:cocoa0722
  1. MutipleThread

    0下载:
  2. 解决多个售票员售票,把一张票售给多个乘客的问题,采用多线程同步与互斥解决。-Solve multiple conductor ticket sales, the number of passengers a ticket sold to the problem of multi-thread synchronization and mutual exclusion solution.
  3. 所属分类:MPI

    • 发布日期:2017-05-13
    • 文件大小:3387066
    • 提供者:Miroc
  1. produce

    0下载:
  2. 生产者与消费者问题,操作系统中解决同步互斥问题-Producer and consumer issues, the operating system to solve mutual exclusion synchronization problem
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:912364
    • 提供者:
  1. sx3

    0下载:
  2. 操作系统课程设计,关于消费者与生产者的同步互斥问题的程序源代码。-Courses on operating system design, on consumers and producers mutual exclusion synchronization program source code.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-19
    • 文件大小:5342910
    • 提供者:wyw
  1. os

    0下载:
  2. 操作系统 一个关于操作系统互斥与同步的具体例子——管程-Operating a mutual exclusion and synchronization on the operating system specific example- the tube
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:155402
    • 提供者:才鑫
  1. windows_system_process_synchronization_and_mutual_

    0下载:
  2. windows系统进程同步与互斥Windows 2000/XP中多线程的并发执行机制,实现进程的同步与互斥-windows system process synchronization and mutual exclusion in multi-threaded Windows 2000/XP concurrent implementation mechanism to achieve process synchronization and mutual exclusion
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:12811
    • 提供者:hio
  1. OS2

    0下载:
  2. 进程同步例程,本程序用于展示操作系统进程同步的过程,其中包括进程间同步,进程互斥等。-Process synchronization routine, the procedure used to demonstrate the process of synchronization process of the operating system, including inter-process synchronization, mutual exclusion and so on.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:36008
    • 提供者:asdfasf
  1. jinchengguanli

    0下载:
  2. 1.掌握进程的概念,明确进程的含义 2.认识并了解并发执行的实质 3.掌握进程另外的创建方法 4.熟悉进程的睡眠、同步、撤消等进程控制方法 5.进一步认识并发执行的实质 6.分析进程竞争资源的现象,学习解决进程互斥的方法 -1. To grasp the concept of the process, clearly the meaning of the process 2. Know and understand the essence of concurrent e
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:50447
    • 提供者:dc
  1. caozuoxitong2

    0下载:
  2. 创建无名管道,实现基于管道的进程间数据通信,掌握管道通信的方法及特征;并进一步理解互斥与同步的含义。-Create anonymous pipe, pipe-based inter-process data communication, control methods and characteristics of communication channels and further understanding of the meaning of mutual exclusion and syn
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:5269
    • 提供者:万静媛
  1. producerANDconsumer

    0下载:
  2. 操作系统经典实验,模拟生产者消费者问题,采用java语言编写,互斥同步-OS classic experiment, simulation producer consumer issues, using java language, mutual exclusion synchronization
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:1622
    • 提供者:孟祥安
  1. producer_customer_question

    0下载:
  2. 通过创建线程实现生产者、消费者对缓冲区进行互斥操作。 用信号量机制解决进程(线程)的同步与互斥问题。 缓冲区大小为31,缓冲区满则不允许生产者生产数据,缓冲区空则不允许消费者消费数据。 程序一直运行下去,直到敲击回车停止。-Achieved by creating a thread producers, consumers mutually exclusive operation of the buffer. Settlement process with the semaphore
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:256681
    • 提供者:moondancing
  1. five

    0下载:
  2. 对于非对称性互斥问题有关概念的理解。观察和体验非对称性互斥问题的并发控制方法。了解Linux系统中IPC进程同步工具的用法,训练解决对该类问题的实际编程、调试和分析问题的能力。-For non-symmetric mutual exclusion problems understanding the concept. Observe and experience the non-symmetry of the problem of concurrency control methods are
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:3499
    • 提供者:于海
« 1 2 3 45 6 7 8 9 10 11 »
搜珍网 www.dssz.com