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

搜索资源列表

  1. os

    0下载:
  2. 操作系统实验报告进程同步与互斥方面的报告-The report of the experiment report operating system process synchronization and mutual exclusion terms
  3. 所属分类:Project Design

    • 发布日期:2017-04-03
    • 文件大小:237239
    • 提供者:郑悦
  1. ww_mutex

    0下载:
  2. Wound Wait Mutexes: blocking mutual exclusion locks with deadlock avoidance.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3419
    • 提供者:gernkjn
  1. rtmutex-debug

    0下载:
  2. blocking mutual exclusion locks with PI support.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2285
    • 提供者:fenlgmang
  1. update

    0下载:
  2. Read-Copy Update mechanism for mutual exclusion.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:7440
    • 提供者:fengxouco
  1. rcutree

    0下载:
  2. Read-Copy Update mechanism for mutual exclusion (tree-based version).
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1648
    • 提供者:jisksong
  1. code

    0下载:
  2. Linux同步互斥模块的练习以及添加一个内核模块-Linux mutual exclusion synchronization module and add a kernel module
  3. 所属分类:Linux Network

    • 发布日期:2017-04-14
    • 文件大小:3292
    • 提供者:Destinee
  1. rtmutex_common

    0下载:
  2. RT Mutexes: blocking mutual exclusion locks with PI support.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1537
    • 提供者:naironie
  1. srcu

    0下载:
  2. Sleepable Read-Copy Update mechanism for mutual exclusion.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-30
    • 文件大小:9915
    • 提供者:nocaique
  1. tiny

    0下载:
  2. Read-Copy Update mechanism for mutual exclusion, the Bloatwatch edition.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3426
    • 提供者:sqngleng
  1. openmp

    0下载:
  2. OpenMP,OpenMp提供了对并行算法的高层的抽象描述,程序员通过在源代码中加入专用的pragma来指明自己的意图,由此编译器可以自动将程序进行并行化,并在必要之处加入同步互斥以及通信-OpenMP OpenMP provides the parallel algorithm of the high-level abstract descr iption of the programmer by in source code to join special pragma to indicat
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-13
    • 文件大小:3000370
    • 提供者:CQ
  1. mutex-debug

    0下载:
  2. Mutexes: blocking mutual exclusion locks.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2029
    • 提供者:yonzrhf
  1. mutex

    0下载:
  2. Mutexes: blocking mutual exclusion locks.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:7415
    • 提供者:vdywkj
  1. Cashiers-and-customers

    1下载:
  2. 收银员与顾客问题(信号量操作) 设计目的:了解信号量机制,了解并掌握进程同步和互斥机制,熟悉信号量的操作函数,利用信号量实现对共享资源的控制。 操作系统是一门工程性很强的课程,它不仅要求学生掌握操作系统的工作原理和理论知识,也要求学生的实际动手能力,以加深对所学习内容的理解,使学生熟练地掌握计算机的操作方法,使用各种软件工具,加强对课程内容的理解。 要求:在某超市里有一个收银员,且同时最多允许有n个顾客购物,我们可以将顾客和收银员看成是两类不同的进程,且工作流程如下图所示。为了利用P
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-13
    • 文件大小:2025
    • 提供者:liuping
  1. tree

    0下载:
  2. Read-Copy Update mechanism for mutual exclusion.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:38305
    • 提供者:dfqojr
  1. tree_plugin

    0下载:
  2. Read-Copy Update mechanism for mutual exclusion (tree-based version) Internal non-public definitions that provide either classic or preemptible semantics.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:24447
    • 提供者:gtckgl
  1. rcupdate

    0下载:
  2. Read-Copy Update mechanism for mutual exclusion.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:11664
    • 提供者:heniging
  1. rtmutex

    0下载:
  2. RT-Mutexes: simple blocking mutual exclusion locks with PI support.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:11742
    • 提供者:fongninnou
  1. rcutiny

    0下载:
  2. Read-Copy Update mechanism for mutual exclusion, the Bloatwatch edition.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1354
    • 提供者:yywgto
  1. Producer_Consumer

    0下载:
  2. 我是编程小菜鸟= =,这是一个信号量互斥的经典问题,消费者生产者问题的简单实现,使用线程方式,所以在调试时须选择多线程方式。-I was programming a small rookie = = This is a classic problem of mutual exclusion semaphores, producer consumer problem s simple implementation, using threads, so when debugging multith
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-09
    • 文件大小:1905065
    • 提供者:李宜核
  1. sem_open

    0下载:
  2. Use a semaphore to implement mutual exclusion.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1139
    • 提供者:jbzbzan
« 1 2 ... 4 5 6 7 8 910 11 »
搜珍网 www.dssz.com