mutual exclusion中文,mutual exclusion的意思,mutual exclusion翻译及用法

2025-09-08 02:54 浏览次数 7

mutual exclusion

英[ˈmju:tʃuəl ɪkˈsklu:ʒən]美[ˈmjutʃuəl ɪkˈskluʒən]

互斥;互斥现象

mutual exclusion 片语

片语

MUTUAL EXCLUSION SEMAPHORE DATA互斥型信号量数据

Mutual Exclusion Semaphone号量

mutual gene exclusion遗传基因相互排斥

path mutual-exclusion路径互斥

mutex互斥;互斥元,互斥体;互斥量

mutual l exclusion互相

mutual exclusion rule互斥现象则

deadlock mutual exclusion互斥

group mutual exclusion集团相互排斥的

MUTUAL EXCLUSION SEMAPHORE MANAGEMENT互斥型信号量项管理

mutual exclusion 例句

英汉例句

  • while the semantics of synchronized do include mutual exclusion and atomicity, the reality of what happens prior to monitor entry and after monitor exit is considerably more complicated.

    虽然synchronized的语义中确实包括互斥和原子性,但在管程进入之前和在管程退出之后发生的事情要复杂得多。

  • in the early days, mutual exclusion was provided by disabling interrupts, but this form of locking is inefficient (even though you can still find traces of it in the kernel).

    在以前,互斥锁是通过禁用中断来提供的,但是这种形式的锁定效率比较低(现在在内核中仍然存在这种用法)。

  • locks offer two primary features: mutual exclusion and visibility.

    锁提供了两种主要特性:互斥(mutual exclusion)和可见性(visibility)。

  • they provide a means of mutual exclusion (hence the name).

    他们提供了一种相互排斥的方法(互斥对象即由此得名)。

  • the key to making code reentrant is to ensure mutual exclusion whenever accessing global variables or shared registers.

    使代码可再入的关键在于确保在访问全局变量或共享寄存器时互斥现象发生。

  • the primary means of synchronization is the use of synchronized blocks, which provide both mutual exclusion and visibility guarantees.

    同步的主要方式就是使用synchronized块,它既提供了互斥又提供了可见性保证。

  • it「s safest to create all the mutual exclusion objects before the application becomes multithreaded, to avoid race conditions.

    最安全的方法就是在产生多线程的状况之前创建好所有需要的互斥信号对象,以防止出现紊乱状况。

  • mutual exclusion is the method of serializing access to shared resources.

    互斥是一个线性访问共享资源的方法。

  • this article discusses the basic concepts of process coordination and mutual exclusion and p? v operation.

    文章首先阐述了进程同步与互斥和p、v操作的基本概念;

  • it ensures mutual exclusion among threads but also interrupt handling code.

    可以保证线程与中断服务代码的互斥。

  • spinlocks are a special way of ensuring mutual exclusion using a busy-wait lock.

    自旋锁是使用忙等待锁来确保互斥锁的一种特殊方法。

  • critical sections operate on the principle of mutual exclusion (when a thread is within a critical section, all other threads are excluded from entering).

    临界段操作时坚持互斥锁(mutual exclusion)原则(当一个线程处于临界段中时,其他所有线程都不能进入临界段)。

  • the process synchronization and process mutual exclusion and semaphore mechanism, which are emphases and difficulty in the operating system course.

    操作系统中,进程同步和互斥问题以及与之相关的信号量机制是教学过程中的重点和难点问题。

  • absrtact: mutual exclusion in distributed systems is an effective method of solving the conflict with the application of resources and sharing resources.

    摘 要:互斥是解决分布式系统中资源申请的相互沖突、实现资源共享的一种有效方法。

  • a new algorithm has been proposed to resolve the distributed mutual exclusion problem.

    提出了一种新的分布式互斥算法。

  • this method also doesn」t scale well and doesn't guarantee mutual exclusion on other processors.

    这种方法也不能进行扩展,而且不能保证其他处理器上的互斥锁。

  • some of the current mutual exclusion algorithms are introduced, and centralized mutual exclusion algorithm and distributed mutual exclusion algorithm and their characteristics are discussed.

    文中对目前的一些互斥算法进行了介绍,并对集中式互斥算法和分布式互斥算法进行了讨论,并分析了其特点。

  • when mutual exclusion with interrupt handlers is required.

    当需要与中断服务程序互斥时。

相关热词